Home
last modified time | relevance | path

Searched refs:kqfile (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Deventvar.h172 struct kqfile { struct
442 struct kqfile *kqf;
/xnu-12377.61.12/tools/lldbmacros/
H A Dkevent.py380 name=GetProcName(proc), kqfile=kqfcount, kqwl=kqwlcount))
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c262 sizeof(struct kqfile), ZC_ZFREE_CLEARMEM);
1042 struct kqfile *kqf = (struct kqfile *)fp_get_data(kn->kn_fp); in filt_kqdetach()
2945 #pragma mark kqfile allocation and deallocation
3030 struct kqfile *kqf; in kqueue_alloc()
4680 kqfile_begin_processing(struct kqfile *kq) in kqfile_begin_processing()
4822 kqfile_end_processing(struct kqfile *kq) in kqfile_end_processing()
5081 struct kqfile *kq = (struct kqfile *)fp_get_data(fp);
5105 struct kqfile *kqf = fg_get_data(fg);
5134 struct kqfile *kqf = (struct kqfile *)fp_get_data(fp);
5202 kqfile_wakeup(struct kqfile *kqf, long hint, wait_result_t wr)
[all …]