Searched refs:spa_async_thread (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h301 kthread_t *spa_async_thread; /* thread doing async task */ member in struct:spa
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c8085 spa_async_thread(void *arg) function
8227 spa->spa_async_thread = NULL;
8238 while (spa->spa_async_thread != NULL)
8313 spa->spa_async_thread == NULL)
8314 spa->spa_async_thread = thread_create(NULL, 0,
8315 spa_async_thread, spa, 0, &p0, TS_RUN, maxclsyspri);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c4100 done = (spa->spa_async_thread == NULL && !spa->spa_async_tasks);

Completed in 271 milliseconds