Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Deventvar.h172 struct kqfile { struct
442 struct kqfile *kqf;
/xnu-11215.81.4/tools/lldbmacros/
H A Dkevent.py378 name=GetProcName(proc), kqfile=kqfcount, kqwl=kqwlcount))
/xnu-11215.81.4/bsd/kern/
H A Dkern_event.c262 sizeof(struct kqfile), ZC_ZFREE_CLEARMEM | ZC_NO_TBI_TAG);
1041 struct kqfile *kqf = (struct kqfile *)fp_get_data(kn->kn_fp); in filt_kqdetach()
2944 #pragma mark kqfile allocation and deallocation
3029 struct kqfile *kqf; in kqueue_alloc()
4679 kqfile_begin_processing(struct kqfile *kq) in kqfile_begin_processing()
4821 kqfile_end_processing(struct kqfile *kq) in kqfile_end_processing()
5080 struct kqfile *kq = (struct kqfile *)fp_get_data(fp);
5104 struct kqfile *kqf = fg_get_data(fg);
5133 struct kqfile *kqf = (struct kqfile *)fp_get_data(fp);
5201 kqfile_wakeup(struct kqfile *kqf, long hint, wait_result_t wr)
[all …]