Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dmisc.py193 if lt.escalates > 0:
194 ratio = lt.enqueues // lt.escalates
201 print(' number of escalates : {:d}' .format(lt.escalates))
/xnu-8020.101.4/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-8020.101.4/bsd/kern/
H A Dkern_sysctl.c2905 SYSCTL_PROC(_kern_timer_longterm, OID_AUTO, escalates,