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.c180 static __attribute__((noreturn)) void spa_vdev_remove_thread(void *arg);
571 spa_vdev_remove_thread, spa, 0, &p0, TS_RUN, minclsyspri); in vdev_remove_initiate_sync()
685 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
1628 spa_vdev_remove_thread(void *arg) in spa_vdev_remove_thread() function