Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/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()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h41 kmutex_t bpl_lock; member