HomeSort by: relevance | last modified time | path
    Searched defs:max_period (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_wdt.c 241 u_int max_period = 2 * EXYNOS_WDT_PERIOD_DEFAULT * sc->sc_freq; local in function:exynos_wdt_attach
242 for (size_t div = 256; UINT16_MAX > div * max_period; div++) {
  /src/sys/kern/
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...]

Completed in 13 milliseconds