Searched refs:bpl_lock (Results 1 – 2 of 2) sorted by relevance
33 mutex_init(&bpl->bpl_lock, NULL, MUTEX_DEFAULT, NULL); in bplist_create()42 mutex_destroy(&bpl->bpl_lock); in bplist_destroy()50 mutex_enter(&bpl->bpl_lock); in bplist_append()53 mutex_exit(&bpl->bpl_lock); in bplist_append()67 mutex_enter(&bpl->bpl_lock); in bplist_iterate()70 mutex_exit(&bpl->bpl_lock); in bplist_iterate()73 mutex_enter(&bpl->bpl_lock); in bplist_iterate()75 mutex_exit(&bpl->bpl_lock); in bplist_iterate()83 mutex_enter(&bpl->bpl_lock); in bplist_clear()86 mutex_exit(&bpl->bpl_lock); in bplist_clear()
42 kmutex_t bpl_lock; member