Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbplist.c33 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()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbplist.h42 kmutex_t bpl_lock; member