Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c130 … *candidate_list, int level, boolean_t target_foreground_process, uint64_t *next_telemetry_update);
1077 …t *candidate_list, int level, boolean_t target_foreground_process, uint64_t *next_telemetry_update) in vm_pressure_select_optimal_candidate_to_notify() argument
1085 *next_telemetry_update = UINT64_MAX; 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()
1434 uint64_t curr_ts = mach_absolute_time(), next_telemetry_update = UINT64_MAX; in update_footprints_for_telemetry() local
1451 next_telemetry_update = MIN(next_telemetry_update, telemetry_update); in update_footprints_for_telemetry()
1454 if (next_telemetry_update != UINT64_MAX) { in update_footprints_for_telemetry()
1456 absolutetime_to_nanoseconds(next_telemetry_update, &next_update_seconds); in update_footprints_for_telemetry()
1458 …thread_call_enter_delayed(memorystatus_notify_update_telemetry_thread_call, next_telemetry_update); in update_footprints_for_telemetry()
1479 uint64_t curr_ts = mach_absolute_time(), next_telemetry_update = UINT64_MAX; in memorystatus_update_vm_pressure() local
[all …]