Searched refs:ki_foplock (Results 1 – 1 of 1) sorted by relevance
135 kmutex_t ki_foplock; /* for kn_filterops */ member147 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()