Home
last modified time | relevance | path

Searched refs:scr_urgency (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h158 int16_t scr_urgency; member
H A Dsched_clutch.c413 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
1264 root_clutch->scr_urgency++; in sched_clutch_root_urgency_inc()
1284 root_clutch->scr_urgency--; in sched_clutch_root_urgency_dec()
3052 return root_clutch->scr_urgency; in sched_clutch_root_urgency()
/xnu-12377.81.4/tools/lldbmacros/
H A Dscheduler.py239 print("{:>30s} : {:d}".format("Urgency", root.scr_urgency))