Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c144 static __attribute__((noreturn)) void spa_vdev_remove_thread(void *arg);
535 spa_vdev_remove_thread, spa, 0, &p0, TS_RUN, minclsyspri); in vdev_remove_initiate_sync()
649 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
1592 spa_vdev_remove_thread(void *arg) in spa_vdev_remove_thread() function