Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dmod.rs92 | SchedFeature::BASE_SLICE
720 const BASE_SLICE = 1 << 13; constant
H A Dfair.rs507 if SCHED_FEATURES.contains(SchedFeature::BASE_SLICE) { in sched_slice()