Searched refs:min_slice (Results 1 – 1 of 1) sorted by relevance
384 s64 min_slice = max_t(s64, SCX_RESCUE_MIN_SLICE_US * NSEC_PER_USEC, TICK_NSEC); in scx_rescue_next_slice() local387 return clamp(div_s64(scx_rescue_quantum_ns, depth), min_slice, scx_rescue_quantum_ns); in scx_rescue_next_slice()