Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dmod.rs428 if !flags.contains(DequeueFlag::DEQUEUE_SAVE) { in dequeue_task()
736 const DEQUEUE_SAVE = 0x02; /* Matches ENQUEUE_RESTORE */ constant
H A Dfair.rs1042 if flags & (DequeueFlag::DEQUEUE_SAVE | DequeueFlag::DEQUEUE_MOVE) in dequeue_entity()
1043 != DequeueFlag::DEQUEUE_SAVE in dequeue_entity()