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()71 mutex_exit(&bpl->bpl_lock); in bplist_iterate()74 mutex_enter(&bpl->bpl_lock); in bplist_iterate()76 mutex_exit(&bpl->bpl_lock); in bplist_iterate()
41 kmutex_t bpl_lock; member