Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c848 mutex_enter(&tl->tl_lock); in txg_list_empty()
850 mutex_exit(&tl->tl_lock); in txg_list_empty()
860 mutex_enter(&tl->tl_lock); in txg_list_destroy()
863 mutex_exit(&tl->tl_lock); in txg_list_destroy()
884 mutex_exit(&tl->tl_lock); in txg_all_lists_empty()
907 mutex_exit(&tl->tl_lock); in txg_list_add()
937 mutex_exit(&tl->tl_lock); in txg_list_add_tail()
962 mutex_exit(&tl->tl_lock); in txg_list_remove()
989 mutex_exit(&tl->tl_lock); in txg_list_remove_this()
1015 mutex_exit(&tl->tl_lock); in txg_list_head()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h62 kmutex_t tl_lock; member