| /xnu-11417.121.6/osfmk/kern/ |
| H A D | clock.h | 51 typedef unsigned long clock_sec_t; typedef 56 typedef uint32_t clock_sec_t; typedef 127 clock_sec_t secs, 147 extern void clock_get_calendar_uptime(clock_sec_t *secs); 149 extern void clock_gettimeofday_new(clock_sec_t *secs, 152 clock_sec_t *secs, 156 clock_sec_t *secs, 162 clock_sec_t secs, 166 clock_sec_t *secs, 170 clock_sec_t *secs, [all …]
|
| H A D | clock.c | 228 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() 236 bintime2usclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *microsecs) in bintime2usclock() 243 bintime2nsclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *nanosecs) in bintime2nsclock() 297 …ic void print_all_clock_variables(const char*, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, cloc… 432 clock_sec_t *secs, in clock_get_calendar_microtime() 583 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime_locked() 602 clock_sec_t *secs, in clock_get_calendar_absolute_and_nanotime_locked() 629 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime() 656 clock_sec_t *secs, in clock_get_calendar_nanotime() 683 clock_sec_t *secs, in clock_gettimeofday() [all …]
|
| H A D | clock_oldops.c | 288 clock_sec_t secs; in rtclock_gettime() 302 clock_sec_t secs; in calend_gettime()
|
| H A D | telemetry.c | 472 clock_sec_t tks_time_secs; 552 clock_sec_t secs = 0; in _telemetry_take_sample_kernel() 1275 clock_sec_t secs; in telemetry_process_sample()
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | rtclock.c | 97 _absolutetime_to_microtime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *microsecs) in _absolutetime_to_microtime() 107 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) in _absolutetime_to_nanotime() 385 clock_sec_t *secs, in clock_get_system_microtime() 395 clock_sec_t *secs, in clock_get_system_nanotime() 507 clock_sec_t *secs, in absolutetime_to_microtime() 515 clock_sec_t secs, in nanotime_to_absolutetime()
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IORTC.cpp | 36 IORTC::getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs ) in getUTCTimeOfDay() 43 IORTC::setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs ) in setUTCTimeOfDay()
|
| H A D | IOKitKernelInternal.h | 212 extern clock_sec_t gIOConsoleLockTime; 240 void IOScreenLockTimeUpdate(clock_sec_t secs);
|
| H A D | IOPlatformExpert.cpp | 494 IOPlatformExpert::getUTCTimeOfDay(clock_sec_t * secs, clock_nsec_t * nsecs) in getUTCTimeOfDay() 501 IOPlatformExpert::setUTCTimeOfDay(clock_sec_t secs, __unused clock_nsec_t nsecs) in setUTCTimeOfDay() 517 clock_sec_t nows; in PMLog() 1380 clock_sec_t secs; in PEGetGMTTimeOfDay() 1394 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay() 1408 PESetUTCTimeOfDay(clock_sec_t secs, clock_usec_t usecs) in PESetUTCTimeOfDay()
|
| H A D | IOPMrootDomain.cpp | 245 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt); 246 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt); 2812 clock_sec_t secs; in powerChangeDone() 2815 clock_sec_t adjWakeTime; in powerChangeDone() 2904 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone() 2949 clock_sec_t secs = 0; in powerChangeDone() 4476 clock_sec_t secs; 5462 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; 5472 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; 7709 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) [all …]
|
| /xnu-11417.121.6/iokit/IOKit/rtc/ |
| H A D | IORTCController.h | 65 virtual void getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs ); 66 virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
|
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_compressor_internal.h | 97 extern uint64_t vm_compressor_compute_elapsed_msecs(clock_sec_t, clock_nsec_t, clock_sec_t, clock_n…
|
| H A D | analytics.c | 169 clock_sec_t now; in report_compressor_age() 180 clock_sec_t age = now - creation_ts; in report_compressor_age()
|
| H A D | vm_phantom_cache.c | 56 clock_sec_t pc_start_of_eval_period_sec = 0; 424 clock_sec_t cur_ts_sec; in vm_phantom_cache_check_pressure()
|
| H A D | vm_compressor.c | 256 clock_sec_t hibernate_flushing_deadline = 0; 352 clock_sec_t start_of_sample_period_sec = 0; 354 clock_sec_t start_of_eval_period_sec = 0; 2510 vm_compressor_compute_elapsed_msecs(clock_sec_t end_sec, clock_nsec_t end_nsec, clock_sec_t start_s… in vm_compressor_compute_elapsed_msecs() 2536 clock_sec_t cur_ts_sec; in compute_swapout_target_age() 2663 clock_sec_t now; in vm_compressor_swapout_is_ripe() 2664 clock_sec_t age; in vm_compressor_swapout_is_ripe() 3188 clock_sec_t c_process_major_max_sec = 0; 3196 clock_sec_t start_sec, end_sec; in vm_compressor_process_major_segments() 3417 clock_sec_t now; in vm_compressor_process_regular_swapped_in_segments() [all …]
|
| H A D | vm_object_xnu.h | 183 clock_sec_t vou_cache_ts; /* age of an external object
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_time.c | 124 clock_sec_t secs; in gettimeofday() 270 clock_sec_t secs; in boottime_sec() 280 clock_sec_t secs; in boottime_timeval() 800 clock_sec_t tv_sec; in microtime() 813 clock_sec_t tv_sec; in microtime_with_abstime() 826 clock_sec_t tv_sec; in microuptime() 842 clock_sec_t tv_sec; in nanotime() 855 clock_sec_t tv_sec; in nanouptime()
|
| H A D | kern_ntptime.c | 302 clock_sec_t sec; in ntp_adjtime() 531 ntp_update_second(int64_t *adjustment, clock_sec_t secs) in ntp_update_second() 620 clock_sec_t time_uptime; in hardupdate()
|
| H A D | kern_memorystatus_freeze.c | 232 clock_sec_t sec; in memorystatus_freeze_force_new_interval() 428 clock_sec_t sec; 1569 clock_sec_t sec; in memorystatus_freeze_reset_interval() 2741 clock_sec_t sec; in memorystatus_freeze_out_of_budget() 2799 clock_sec_t sec; in memorystatus_freeze_update_throttle()
|
| /xnu-11417.121.6/osfmk/arm/ |
| H A D | rtclock.c | 283 clock_get_system_microtime(clock_sec_t * secs, in clock_get_system_microtime() 290 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime() 463 clock_sec_t * secs, in absolutetime_to_microtime() 497 nanotime_to_absolutetime(clock_sec_t secs, in nanotime_to_absolutetime()
|
| /xnu-11417.121.6/iokit/IOKit/ |
| H A D | IOPlatformExpert.h | 124 extern void PEGetUTCTimeOfDay( clock_sec_t * secs, clock_usec_t * usecs ); 125 extern void PESetUTCTimeOfDay( clock_sec_t secs, clock_usec_t usecs ); 313 virtual void getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs ); 314 virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
|
| /xnu-11417.121.6/iokit/IOKit/pwr_mgt/ ! |
| H A D | RootDomain.h | 669 clock_sec_t assertOnWakeSecs; // Num of secs after wake for first assertion 820 clock_sec_t _nextScheduledAlarmUTC; 821 clock_sec_t _calendarWakeAlarmUTC; 826 clock_sec_t _standbyTimerResetSeconds; 846 clock_sec_t _aotWakeTimeUTC;
|
| /xnu-11417.121.6/bsd/sys/ ! |
| H A D | timex.h | 197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
|
| /xnu-11417.121.6/bsd/netinet/ ! |
| H A D | udp_log.c | 304 clock_sec_t duration_secs = 0; in udp_log_connection_summary() 306 clock_sec_t connection_secs = 0; in udp_log_connection_summary()
|
| /xnu-11417.121.6/bsd/net/ ! |
| H A D | devtimer.c | 256 clock_sec_t sec; in devtimer_current_time()
|
| /xnu-11417.121.6/osfmk/device/ ! |
| H A D | iokit_rpc.c | 647 clock_sec_t sec; in IOGetTime()
|