Searched refs:telemetry_update (Results 1 – 1 of 1) sorted by relevance
1128 uint64_t telemetry_update = 0; in vm_pressure_select_optimal_candidate_to_notify() local1148 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() local1380 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()