Searched refs:vdev_rebuild_thread (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_rebuild.c | 139 static __attribute__((noreturn)) void vdev_rebuild_thread(void *arg); 259 ASSERT0P(vd->vdev_rebuild_thread); in vdev_rebuild_initiate_sync() 260 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_initiate_sync() 261 vdev_rebuild_thread, vd, 0, &p0, TS_RUN, maxclsyspri); in vdev_rebuild_initiate_sync() 416 ASSERT0P(vd->vdev_rebuild_thread); in vdev_rebuild_reset_sync() 442 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_reset_sync() 443 vdev_rebuild_thread, vd, 0, &p0, TS_RUN, maxclsyspri); in vdev_rebuild_reset_sync() 761 vdev_rebuild_thread(void *arg) in vdev_rebuild_thread() function 781 ASSERT3P(vd->vdev_rebuild_thread, !=, NULL); in vdev_rebuild_thread() 977 vd->vdev_rebuild_thread = NULL; in vdev_rebuild_thread() [all …]
|
H A D | vdev_removal.c | 1369 ASSERT0P(vd->vdev_rebuild_thread); in vdev_remove_complete()
|
H A D | vdev.c | 1107 ASSERT0P(vd->vdev_rebuild_thread); in vdev_free()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 335 kthread_t *vdev_rebuild_thread; member
|