Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dmod.rs424 if !flags.contains(DequeueFlag::DEQUEUE_NOCLOCK) { in dequeue_task()
738 const DEQUEUE_NOCLOCK = 0x08; /* Matches ENQUEUE_NOCLOCK */ constant
882 DequeueFlag::DEQUEUE_SLEEP | DequeueFlag::DEQUEUE_NOCLOCK, in __schedule()
/DragonOS/kernel/src/process/
H A Dmod.rs399 DequeueFlag::DEQUEUE_SLEEP | DequeueFlag::DEQUEUE_NOCLOCK, in exit()