Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h188 kthread_t *spa_async_thread; /* thread doing async task */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa.c5719 spa_async_thread(spa_t *spa) in spa_async_thread() function
5803 spa->spa_async_thread = NULL; in spa_async_thread()
5814 while (spa->spa_async_thread != NULL) in spa_async_suspend()
5854 spa->spa_async_thread == NULL && in spa_async_dispatch()
5856 spa->spa_async_thread = thread_create(NULL, 0, in spa_async_dispatch()
5857 spa_async_thread, spa, 0, &p0, TS_RUN, maxclsyspri); in spa_async_dispatch()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3115 done = (spa->spa_async_thread == NULL && !spa->spa_async_tasks); in ztest_vdev_LUN_growth()