kern_heartbeat.c | 46 * sysctl -w kern.heartbeat.max_period=5 48 * sysctl -w kern.heartbeat.max_period=0 50 * sysctl -w kern.heartbeat.max_period=5 260 * set_max_period(max_period) 264 * - If max_period is zero, disable them. 266 * - If the max period was zero and max_period is nonzero, ensure 270 * max_period must be below UINT_MAX/4/hz to avoid arithmetic 276 set_max_period(unsigned max_period) 279 KASSERTMSG(max_period <= UINT_MAX/4/hz, 280 "max_period=%u must not exceed UINT_MAX/4/hz=%u (hz=%u)" 322 unsigned max_period; local in function:heartbeat_max_period_sysctl 423 enum { max_period = HEARTBEAT_MAX_PERIOD_DEFAULT }; enumerator in enum:heartbeat_start::__anon703c19aa0103 [all...] |