Searched refs:thresh (Results 1 – 3 of 3) sorted by relevance
173 u64 thresh = tracing_thresh; in get_sample() local177 do_div(thresh, NSEC_PER_USEC); /* modifies interval value */ in get_sample()238 if (sample > thresh || outer_sample > thresh) { in get_sample()
5727 unsigned long thresh = READ_ONCE(wq_watchdog_thresh) * HZ; in wq_watchdog_timer_fn() local5732 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() argument5792 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() local5805 ret = kstrtoul(val, 0, &thresh); in wq_watchdog_param_set_thresh()[all …]
3906 unsigned long thresh = sysctl_sched_latency; in place_entity() local3913 thresh >>= 1; in place_entity()3915 vruntime -= thresh; in place_entity()