Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dprio.rs11 pub struct PrioUtil; struct
13 impl PrioUtil { impl
H A Dmod.rs44 prio::PrioUtil,
942 if PrioUtil::dl_prio(prio_guard.prio) { in sched_fork()
944 } else if PrioUtil::rt_prio(prio_guard.prio) { in sched_fork()