Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Deventvar.h172 struct kqfile { struct
442 struct kqfile *kqf;
/xnu-10063.141.1/tools/lldbmacros/
H A Dkevent.py378 name=GetProcName(proc), kqfile=kqfcount, kqwl=kqwlcount))
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c246 sizeof(struct kqfile), ZC_ZFREE_CLEARMEM | ZC_NOTBITAG);
1023 struct kqfile *kqf = (struct kqfile *)fp_get_data(kn->kn_fp); in filt_kqdetach()
2926 #pragma mark kqfile allocation and deallocation
3011 struct kqfile *kqf; in kqueue_alloc()
4571 kqfile_begin_processing(struct kqfile *kq) in kqfile_begin_processing()
4705 kqfile_end_processing(struct kqfile *kq) in kqfile_end_processing()
4913 struct kqfile *kq = (struct kqfile *)fp_get_data(fp); in kqueue_select()
4937 struct kqfile *kqf = fg_get_data(fg); in kqueue_close()
4966 struct kqfile *kqf = (struct kqfile *)fp_get_data(fp); in kqueue_kqfilter()
5034 kqfile_wakeup(struct kqfile *kqf, long hint, wait_result_t wr) in kqfile_wakeup()
[all …]