Searched refs:scan_delay (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dsl_scan.c | 1740 unsigned int scan_delay = 0; in dsl_scan_scrub_cb() local 1755 scan_delay = zfs_scrub_delay; in dsl_scan_scrub_cb() 1760 scan_delay = zfs_resilver_delay; in dsl_scan_scrub_cb() 1814 delay(MAX((int)scan_delay, 0)); in dsl_scan_scrub_cb()
|
| /NextBSD/sys/dev/firewire/ |
| HD | sbp.c | 108 static int scan_delay = 500; /* msec */ variable 125 SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, scan_delay, CTLFLAG_RWTUN, 126 &scan_delay, 0, "SBP scan delay in msec"); 1031 callout_reset_sbt(&sdev->target->scan_callout, SBT_1MS * scan_delay, 0, in sbp_scan_dev()
|