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

/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.c72 * pause_memscrub = (0)
91 * The scrubber will pause (not read memory) when "pause_memscrub"
92 * is set. It will check the state of pause_memscrub at each wakeup
96 * pause_memscrub is used internally by the post memory DR callbacks.
208 uint_t pause_memscrub = 0; variable
498 * If the calculated sleep time is zero, and pause_memscrub
502 if (interval_ticks == 0 && pause_memscrub) {
523 * pause_memscrub is not set.
525 if (reached_end && !pause_memscrub) {
588 if (!pause_memscrub) {
[all...]

Completed in 59 milliseconds