Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm/
H A Dpreemption_disable.c268 pcpu->pdp_start.pds_mach_time = ml_get_sched_hygiene_timebase(); in _preemption_disable_snap_start()
319 now->pds_mach_time = now_time; in _preemption_disable_snap_end()
324 pcpu->pdp_start.pds_mach_time = 0; in _preemption_disable_snap_end()
335 const int64_t gross_duration = now_time - start->pds_mach_time; in _preemption_disable_snap_end()
389 int64_t const gross_duration = now.pds_mach_time - start.pds_mach_time; in _collect_preemption_disable_measurement()
434 net_duration, threshold, start.pds_mach_time, now.pds_mach_time, in _collect_preemption_disable_measurement()
463 if (pcpu->pdp_start.pds_mach_time != 0) { in abandon_preemption_disable_measurement()
H A Dpreemption_disable_internal.h52 uint64_t pds_mach_time; member
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap_misc.c48 if (pcpu->pdp_start.pds_mach_time != 0) { in pmap_abandon_measurement()
/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap_misc.c48 if (pcpu->pdp_start.pds_mach_time != 0) { in pmap_abandon_measurement()