Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c136 static void vdev_rebuild_thread(void *arg);
255 ASSERT3P(vd->vdev_rebuild_thread, ==, NULL); in vdev_rebuild_initiate_sync()
256 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_initiate_sync()
394 ASSERT3P(vd->vdev_rebuild_thread, ==, NULL); in vdev_rebuild_reset_sync()
420 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_reset_sync()
737 vdev_rebuild_thread(void *arg) in vdev_rebuild_thread() function
756 ASSERT3P(vd->vdev_rebuild_thread, !=, NULL); in vdev_rebuild_thread()
942 vd->vdev_rebuild_thread = NULL; in vdev_rebuild_thread()
1031 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_restart_impl()
1032 vdev_rebuild_thread, vd, 0, &p0, TS_RUN, in vdev_rebuild_restart_impl()
[all …]
H A Dvdev.c938 ASSERT3P(vd->vdev_rebuild_thread, ==, NULL); in vdev_free()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h345 kthread_t *vdev_rebuild_thread; member