Searched refs:zfs_scan_suspend_progress (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h45 extern int zfs_scan_suspend_progress;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c630 * zfs_scan_suspend_progress can be set to disable rebuild
633 while (zfs_scan_suspend_progress &&
H A Ddsl_scan.c174 int zfs_scan_suspend_progress = 0; /* set to prevent scans from progressing */ variable
3586 * zfs_scan_suspend_progress can be set to disable scan progress.
3591 if (zfs_scan_suspend_progress) {
3596 while (zfs_scan_suspend_progress &&

Completed in 165 milliseconds