Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.c2442 clock_get_system_nanotime(&cur_ts_sec, &cur_ts_nsec); in compute_swapout_target_age()
2566 clock_get_system_nanotime(&now, &nsec); in vm_compressor_swapout_is_ripe()
2839 clock_get_system_nanotime(&now, &nsec); in vm_consider_swapping()
3143 clock_get_system_nanotime(&start_sec, &start_nsec); in vm_compressor_process_major_segments()
3161 clock_get_system_nanotime(&end_sec, &end_nsec); in vm_compressor_process_major_segments()
3190 clock_get_system_nanotime(&start_sec, &start_nsec); in vm_compressor_process_major_segments()
3326 clock_get_system_nanotime(&now, &nsec); in vm_compressor_process_regular_swapped_in_segments()
3390 clock_get_system_nanotime(&now_sec, &now_nsec); in vm_compressor_flush()
3557 clock_get_system_nanotime(&sec, &nsec); in vm_compressor_delay_trim()
3738 clock_get_system_nanotime(&now, &nsec); in vm_compressor_compact_and_swap()
[all …]
H A Danalytics.c175 clock_get_system_nanotime(&now, &nsec); in report_compressor_age()
H A Dvm_phantom_cache.c420 clock_get_system_nanotime(&cur_ts_sec, &cur_ts_nsec); in vm_phantom_cache_check_pressure()
H A Dvm_compressor_backing_store.c802 clock_get_system_nanotime(&sec, &nsec); in vm_swapfile_create_thread()
1755 clock_get_system_nanotime(&sec, &nsec); in vm_swap_put()
1785 clock_get_system_nanotime(&sec, &nsec); in vm_swap_put()
1951 clock_get_system_nanotime(&sec, &nsec); in vm_swap_free()
H A Dvm_object.c975 clock_get_system_nanotime(&sec, &nsec); in vm_object_cache_add()
1021 clock_get_system_nanotime(&sec, &nsec); in vm_object_cache_evict()
H A Dvm_pageout.c2058 clock_get_system_nanotime(&sec, &nsec); in vps_age_speculative_queue()
2189 clock_get_system_nanotime(&sec, &nsec); in vps_flow_control_reset_deadlock_timer()
2272 clock_get_system_nanotime(&sec, &nsec); in vps_flow_control()
H A Dvm_resident.c5083 clock_get_system_nanotime(&sec, &nsec); in vm_page_speculate()
/xnu-8796.121.2/osfmk/kern/
H A Dclock.h207 extern void clock_get_system_nanotime(
H A Dclock_oldops.c291 clock_get_system_nanotime(&secs, &nsecs); in rtclock_gettime()
/xnu-8796.121.2/osfmk/i386/
H A Drtclock.c394 clock_get_system_nanotime( in clock_get_system_nanotime() function
/xnu-8796.121.2/osfmk/arm/
H A Drtclock.c290 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime() function
/xnu-8796.121.2/bsd/kern/
H A Dkern_memorystatus_freeze.c223 clock_get_system_nanotime(&sec, &nsec); in memorystatus_freeze_force_new_interval()
439 clock_get_system_nanotime(&sec, &nsec);
1543 clock_get_system_nanotime(&sec, &nsec); in memorystatus_freeze_reset_interval()
2688 clock_get_system_nanotime(&sec, &nsec); in memorystatus_freeze_out_of_budget()
2760 clock_get_system_nanotime(&sec, &nsec); in memorystatus_freeze_update_throttle()
H A Dkern_time.c858 clock_get_system_nanotime(&tv_sec, &tv_nsec); in nanouptime()
H A Dkern_memorystatus.c4070 clock_get_system_nanotime(&now, &nsec); in memorystatus_thread_internal()
/xnu-8796.121.2/osfmk/device/
H A Diokit_rpc.c650 clock_get_system_nanotime(&sec, &nsec); in IOGetTime()