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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c189 * snoop_interval microseconds elapse without lbolt increasing. The default
190 * snoop_interval is 50 seconds.
196 uint_t snoop_interval = SNOOP_INTERVAL_DEFAULT; variable
738 if (snoop_interval < SNOOP_INTERVAL_MIN) {
739 snoop_interval = SNOOP_INTERVAL_DEFAULT;
740 cmn_err(CE_WARN, "snoop_interval < minimum (%d); defaulting"

Completed in 59 milliseconds