Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c224 static unsigned int scx_slice_bypass_us = SCX_SLICE_BYPASS / NSEC_PER_USEC; variable
250 module_param_cb(slice_bypass_us, &slice_us_param_ops, &scx_slice_bypass_us, 0600);
5766 if (delta < DIV_ROUND_UP(min_delta_us, READ_ONCE(scx_slice_bypass_us))) in bypass_lb_cpu()
5957 WRITE_ONCE(sch->slice_dfl, READ_ONCE(scx_slice_bypass_us) * NSEC_PER_USEC); in inc_bypass_depth()