Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c1122 uint64_t telemetry_update = 0; in vm_pressure_select_optimal_candidate_to_notify() local
1142 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in vm_pressure_select_optimal_candidate_to_notify()
1143 *next_telemetry_update = MIN(*next_telemetry_update, telemetry_update); in vm_pressure_select_optimal_candidate_to_notify()
1441 uint64_t telemetry_update; in update_footprints_for_telemetry() local
1450 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in update_footprints_for_telemetry()
1451 next_telemetry_update = MIN(next_telemetry_update, telemetry_update); in update_footprints_for_telemetry()