Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_compressor.c2445 clock_get_system_nanotime(&cur_ts_sec, &cur_ts_nsec); in compute_swapout_target_age()
2569 clock_get_system_nanotime(&now, &nsec); in vm_compressor_swapout_is_ripe()
2842 clock_get_system_nanotime(&now, &nsec); in vm_consider_swapping()
3146 clock_get_system_nanotime(&start_sec, &start_nsec); in vm_compressor_process_major_segments()
3164 clock_get_system_nanotime(&end_sec, &end_nsec); in vm_compressor_process_major_segments()
3193 clock_get_system_nanotime(&start_sec, &start_nsec); in vm_compressor_process_major_segments()
3329 clock_get_system_nanotime(&now, &nsec); in vm_compressor_process_regular_swapped_in_segments()
3393 clock_get_system_nanotime(&now_sec, &now_nsec); in vm_compressor_flush()
3560 clock_get_system_nanotime(&sec, &nsec); in vm_compressor_delay_trim()
3741 clock_get_system_nanotime(&now, &nsec); in vm_compressor_compact_and_swap()
[all …]
H A Danalytics.c167 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.c799 clock_get_system_nanotime(&sec, &nsec); in vm_swapfile_create_thread()
1752 clock_get_system_nanotime(&sec, &nsec); in vm_swap_put()
1782 clock_get_system_nanotime(&sec, &nsec); in vm_swap_put()
1948 clock_get_system_nanotime(&sec, &nsec); in vm_swap_free()
H A Dvm_object.c962 clock_get_system_nanotime(&sec, &nsec); in vm_object_cache_add()
1008 clock_get_system_nanotime(&sec, &nsec); in vm_object_cache_evict()
H A Dvm_pageout.c2047 clock_get_system_nanotime(&sec, &nsec); in vps_age_speculative_queue()
2178 clock_get_system_nanotime(&sec, &nsec); in vps_flow_control_reset_deadlock_timer()
2261 clock_get_system_nanotime(&sec, &nsec); in vps_flow_control()
H A Dvm_resident.c5094 clock_get_system_nanotime(&sec, &nsec); in vm_page_speculate()
/xnu-8792.61.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-8792.61.2/osfmk/i386/
H A Drtclock.c395 clock_get_system_nanotime( in clock_get_system_nanotime() function
/xnu-8792.61.2/osfmk/arm/
H A Drtclock.c291 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime() function
/xnu-8792.61.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()
2687 clock_get_system_nanotime(&sec, &nsec); in memorystatus_freeze_out_of_budget()
2759 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.c4048 clock_get_system_nanotime(&now, &nsec); in memorystatus_thread_internal()
/xnu-8792.61.2/osfmk/device/
H A Diokit_rpc.c618 clock_get_system_nanotime(&sec, &nsec); in IOGetTime()