Searched refs:telemetry_update (Results 1 – 1 of 1) sorted by relevance
1140 uint64_t telemetry_update = 0; in vm_pressure_select_optimal_candidate_to_notify() local1160 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in vm_pressure_select_optimal_candidate_to_notify()1161 *next_telemetry_update = MIN(*next_telemetry_update, telemetry_update); in vm_pressure_select_optimal_candidate_to_notify()1378 uint64_t telemetry_update; in update_footprints_for_telemetry() local1387 telemetry_update = update_knote_footprint_history(kn, t, curr_ts); in update_footprints_for_telemetry()1388 next_telemetry_update = MIN(next_telemetry_update, telemetry_update); in update_footprints_for_telemetry()