Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dmod.rs731 const ENQUEUE_INITIAL = 0x80; constant
H A Dfair.rs840 if flags.contains(EnqueueFlag::ENQUEUE_INITIAL) { in place_entity()
1704 cfs_rq.place_entity(se.clone(), EnqueueFlag::ENQUEUE_INITIAL); in task_fork()