Home
last modified time | relevance | path

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

/kernel/
Dsoftlockup.c30 int __read_mostly softlockup_thresh = 60; variable
113 if (!per_cpu(watchdog_task, this_cpu) || softlockup_thresh <= 0) { in softlockup_tick()
143 if (now > touch_timestamp + softlockup_thresh/2) in softlockup_tick()
147 if (now <= (touch_timestamp + softlockup_thresh)) in softlockup_tick()
Dsysctl.c811 .data = &softlockup_thresh,