Home
last modified time | relevance | path

Searched refs:txg_all_lists_empty (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h131 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c875 txg_all_lists_empty(txg_list_t *tl) in txg_all_lists_empty() function
H A Dspa_misc.c2476 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks) || in spa_has_pending_synctask()
2477 !txg_all_lists_empty(&spa->spa_dsl_pool->dp_early_sync_tasks)); in spa_has_pending_synctask()