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