Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h124 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c2353 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks) || in spa_has_pending_synctask()
2354 !txg_all_lists_empty(&spa->spa_dsl_pool->dp_early_sync_tasks)); in spa_has_pending_synctask()
H A Dtxg.c813 txg_all_lists_empty(txg_list_t *tl) in txg_all_lists_empty() function