Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_event.c139 #define KNOTE_TO_KIMPL(knp) container_of((knp), struct knote_impl, ki_knote) macro
155 struct knote_impl *ki = KNOTE_TO_KIMPL(kn); 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()
398 return KNOTE_TO_KIMPL(kn)->ki_influx != 0; in kn_in_flux()
410 struct knote_impl *ki = KNOTE_TO_KIMPL(kn); in kn_enter_flux()
422 struct knote_impl *ki = KNOTE_TO_KIMPL(kn); in kn_leave_flux()
431 struct knote_impl *ki = KNOTE_TO_KIMPL(kn); in kn_wait_flux()