Lines Matching refs:knote_get_kq
783 struct kqueue *kq = knote_get_kq(kn); in knote_post()
1174 && (proc_getpid(knote_get_kq(kn)->kq_p) != kn->kn_proc->p_ppid)) { in filt_procevent()
1564 struct kqueue *kq = knote_get_kq(kn); in filt_timerexpire()
1754 if (kev->qos && (knote_get_kq(kn)->kq_state & KQ_WORKLOOP) && in filt_timertouch()
2392 struct kqueue *kq = knote_get_kq(kn); in filt_wlattach()
2587 struct kqueue *kq = knote_get_kq(kn); in kdp_workloop_sync_wait_find_owner()
2686 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wltouch()
2733 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlallow_drop()
2764 struct kqworkloop *kqwl = (struct kqworkloop *)knote_get_kq(kn); in filt_wlprocess()
2948 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
2970 if (kq == knote_get_kq(kn)) { in kqueue_dealloc()
3609 kq = knote_get_kq(kn); in knotes_dealloc()
3629 kq = knote_get_kq(kn); in knotes_dealloc()
4137 struct kqueue *kq = knote_get_kq(kn); in knote_process()
4837 struct kqueue *parentkq = knote_get_kq(kn); in kqueue_kqfilter()
6134 struct kqueue *kq = knote_get_kq(kn); in knote_vanish()
6179 struct kqueue *kq = knote_get_kq(kn); in knote_fdclose()
6277 if (kq == knote_get_kq(kn) && in knote_fdfind()
6489 assert(knote_get_kq(kn) == kq); in kq_find_knote_and_kq_lock()
8740 if (kq == knote_get_kq(kn)) { in kevent_extinfo_emit()