Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h301 int spa_async_suspended; /* async tasks suspended */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c1657 spa->spa_async_suspended = 0; in spa_unload()
4374 int async_suspended = spa->spa_async_suspended;
4385 spa->spa_async_suspended = async_suspended;
8161 spa->spa_async_suspended++;
8189 ASSERT(spa->spa_async_suspended != 0);
8190 spa->spa_async_suspended--;
8236 !spa->spa_async_suspended &&
H A Dspa_misc.c1624 return (spa->spa_async_suspended); in spa_shutting_down()