Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h163 kthread_t *spa_async_thread; /* thread doing async task */ member
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c5034 spa_async_thread(spa_t *spa) in spa_async_thread() function
5113 spa->spa_async_thread = NULL; in spa_async_thread()
5124 while (spa->spa_async_thread != NULL) in spa_async_suspend()
5143 spa->spa_async_thread == NULL && in spa_async_dispatch()
5145 spa->spa_async_thread = thread_create(NULL, 0, in spa_async_dispatch()
5146 spa_async_thread, spa, 0, &p0, TS_RUN, maxclsyspri); in spa_async_dispatch()
/onnv-gate/usr/src/cmd/ztest/
H A Dztest.c2763 done = (spa->spa_async_thread == NULL && !spa->spa_async_tasks); in ztest_vdev_LUN_growth()