Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c126 uint64_t scan_time; /* last time the list was scanned */ member
1403 tlp->scan_time = mach_absolute_time(); in timer_longterm_update_locked()
1420 if (tlp->scan_time > tlp->threshold.deadline_set) { in timer_longterm_update_locked()
1421 latency = tlp->scan_time - tlp->threshold.deadline_set; in timer_longterm_update_locked()
1434 timer_longterm_scan(tlp, tlp->scan_time); in timer_longterm_update_locked()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmisc.py200 print ' scan_time : {:#018x} ({:d})'.format(lt.scan_time, lt.scan_time)