Home
last modified time | relevance | path

Searched refs:kq_lock (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/kern/
H A Dkern_event.c300 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 …]
/openbsd/sys/sys/
H A Deventvar.h49 struct mutex kq_lock; /* lock for queue access */ member