Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dmisc.py188 if lt.escalates > 0:
189 ratio = lt.enqueues / lt.escalates
196 print ' number of escalates : {:d}' .format(lt.escalates)
/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c125 uint64_t escalates; /* num timers becoming shortterm */ member
1353 tlp->escalates++; in timer_longterm_scan()
1547 return tlp->escalates; in timer_sysctl_get()
1673 tlp->escalates = 0; in timer_sysctl_set_threshold()
/xnu-8019.80.24/bsd/kern/
H A Dkern_sysctl.c2902 SYSCTL_PROC(_kern_timer_longterm, OID_AUTO, escalates,