Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus_notify.c1128 uint64_t telemetry_update = 0; in vm_pressure_select_optimal_candidate_to_notify() local
1148 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in vm_pressure_select_optimal_candidate_to_notify()
1149 *next_telemetry_update = MIN(*next_telemetry_update, telemetry_update); in vm_pressure_select_optimal_candidate_to_notify()
1371 uint64_t telemetry_update; in update_footprints_for_telemetry() local
1380 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in update_footprints_for_telemetry()
1381 next_telemetry_update = MIN(next_telemetry_update, telemetry_update); in update_footprints_for_telemetry()