Home
last modified time | relevance | path

Searched refs:svr_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_removal.h36 kthread_t *svr_thread; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c536 svr->svr_thread = thread_create(NULL, 0, in vdev_remove_initiate_sync()
643 if (svr->svr_thread != NULL) in spa_restart_removal()
651 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
1337 svr->svr_thread = NULL; in vdev_remove_replace_with_indirect()
1760 svr->svr_thread = NULL; in spa_vdev_remove_thread()
1796 while (svr->svr_thread != NULL) in spa_vdev_remove_suspend()
1850 ASSERT3P(svr->svr_thread, ==, NULL); in spa_vdev_remove_cancel_sync()