Searched defs:MEMSCRUB_DFL_PERIOD_SEC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c68 * memscrub_period_sec = MEMSCRUB_DFL_PERIOD_SEC (12 hours)
79 * MEMSCRUB_DFL_PERIOD_SEC (12 hours) is nearly a total guess --
110 #define MEMSCRUB_DFL_PERIOD_SEC (12 * 60 * 60) /* 12 hours */ macro
134 time_t memscrub_period_sec = MEMSCRUB_DFL_PERIOD_SEC;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.c66 * memscrub_period_sec = MEMSCRUB_DFL_PERIOD_SEC (12 hours)
110 * MEMSCRUB_DFL_PERIOD_SEC (12 hours) is nearly a total guess --
165 #define MEMSCRUB_DFL_PERIOD_SEC (12 * 60 * 60) /* 12 hours */ macro
213 uint_t memscrub_period_sec = MEMSCRUB_DFL_PERIOD_SEC;

Completed in 203 milliseconds