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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dwatchdog.c31 int __read_mostly softlockup_thresh = 60; variable
107 * convert softlockup_thresh from seconds to ns
112 return softlockup_thresh / 5 * NSEC_PER_SEC;
184 if (time_after(now, touch_ts + softlockup_thresh))
H A Dsysctl.c725 .data = &softlockup_thresh,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h318 extern int softlockup_thresh;

Completed in 97 milliseconds