Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dtxg.h158 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
/src/sys/contrib/openzfs/module/zfs/
H A Dtxg.c925 txg_all_lists_empty(txg_list_t *tl) in txg_all_lists_empty() function
H A Dspa_misc.c2777 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks) || in spa_has_pending_synctask()
2778 !txg_all_lists_empty(&spa->spa_dsl_pool->dp_early_sync_tasks)); in spa_has_pending_synctask()