Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
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()
84 mutex_enter(&bpl->bpl_lock); in bplist_clear()
90 mutex_exit(&bpl->bpl_lock); in bplist_clear()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbplist.h42 kmutex_t bpl_lock; member