Home
last modified time | relevance | path

Searched refs:softlockup_thresh (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/kernel/
Dwatchdog.c31 int __read_mostly softlockup_thresh = 60; variable
113 return softlockup_thresh / 5 * NSEC_PER_SEC; in get_sample_period()
185 if (time_after(now, touch_ts + softlockup_thresh)) in is_softlockup()
Dsysctl.c737 .data = &softlockup_thresh,
/linux-2.6.39/Documentation/sysctl/
Dkernel.txt477 softlockup_thresh:
/linux-2.6.39/include/linux/
Dsched.h318 extern int softlockup_thresh;