Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dtrace_hwlat.c173 u64 thresh = tracing_thresh; in get_sample() local
177 do_div(thresh, NSEC_PER_USEC); /* modifies interval value */ in get_sample()
238 if (sample > thresh || outer_sample > thresh) { in get_sample()
/kernel/
Dworkqueue.c5727 unsigned long thresh = READ_ONCE(wq_watchdog_thresh) * HZ; in wq_watchdog_timer_fn() local
5732 if (!thresh) in wq_watchdog_timer_fn()
5761 if (time_after(jiffies, ts + thresh)) { in wq_watchdog_timer_fn()
5776 mod_timer(&wq_watchdog_timer, jiffies + thresh); in wq_watchdog_timer_fn()
5787 static void wq_watchdog_set_thresh(unsigned long thresh) in wq_watchdog_set_thresh() argument
5792 if (thresh) { in wq_watchdog_set_thresh()
5793 wq_watchdog_thresh = thresh; in wq_watchdog_set_thresh()
5795 mod_timer(&wq_watchdog_timer, jiffies + thresh * HZ); in wq_watchdog_set_thresh()
5802 unsigned long thresh; in wq_watchdog_param_set_thresh() local
5805 ret = kstrtoul(val, 0, &thresh); in wq_watchdog_param_set_thresh()
[all …]
/kernel/sched/
Dfair.c3906 unsigned long thresh = sysctl_sched_latency; in place_entity() local
3913 thresh >>= 1; in place_entity()
3915 vruntime -= thresh; in place_entity()