Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_event.c135 kmutex_t ki_foplock; /* for kn_filterops */ member
147 mutex_init(&ki->ki_foplock, MUTEX_DEFAULT, IPL_NONE); in knote_alloc()
157 mutex_destroy(&ki->ki_foplock); in knote_free()
164 mutex_enter(&KNOTE_TO_KIMPL(kn)->ki_foplock); in knote_foplock_enter()
170 mutex_exit(&KNOTE_TO_KIMPL(kn)->ki_foplock); in knote_foplock_exit()
176 return mutex_owned(&KNOTE_TO_KIMPL(kn)->ki_foplock); in knote_foplock_owned()