Searched refs:kq_lock (Results 1 – 2 of 2) sorted by relevance
300 mtx_enter(&kq->kq_lock); in filt_kqueue()302 mtx_leave(&kq->kq_lock); in filt_kqueue()313 mtx_enter(&kq->kq_lock); in filt_kqueuemodify()316 mtx_leave(&kq->kq_lock); in filt_kqueuemodify()327 mtx_enter(&kq->kq_lock); in filt_kqueueprocess()334 mtx_leave(&kq->kq_lock); in filt_kqueueprocess()444 mtx_enter(&kq->kq_lock); in filt_proc()636 mtx_enter(&kq->kq_lock); in filt_timerexpire()638 mtx_leave(&kq->kq_lock); in filt_timerexpire()705 mtx_enter(&kq->kq_lock); in filt_timermodify()[all …]
49 struct mutex kq_lock; /* lock for queue access */ member