Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/arm/
H A Dpreemption_disable.c266 pcpu->pdp_start.pds_mach_time = ml_get_sched_hygiene_timebase(); in _preemption_disable_snap_start()
317 now->pds_mach_time = now_time; in _preemption_disable_snap_end()
322 pcpu->pdp_start.pds_mach_time = 0; in _preemption_disable_snap_end()
333 const int64_t gross_duration = now_time - start->pds_mach_time; in _preemption_disable_snap_end()
387 int64_t const gross_duration = now.pds_mach_time - start.pds_mach_time; in _collect_preemption_disable_measurement()
432 net_duration, threshold, start.pds_mach_time, now.pds_mach_time, in _collect_preemption_disable_measurement()
461 if (pcpu->pdp_start.pds_mach_time != 0) { in abandon_preemption_disable_measurement()
H A Dpreemption_disable_internal.h47 uint64_t pds_mach_time; member
/xnu-10002.41.9/osfmk/arm/pmap/
H A Dpmap_misc.c48 if (pcpu->pdp_start.pds_mach_time != 0) { in pmap_abandon_measurement()