| /xnu-8019.80.24/osfmk/kern/ |
| H A D | clock.h | 51 typedef unsigned long clock_sec_t; typedef 56 typedef uint32_t clock_sec_t; typedef 128 clock_sec_t secs, 148 extern void clock_get_calendar_uptime(clock_sec_t *secs); 150 extern void clock_gettimeofday_new(clock_sec_t *secs, 153 clock_sec_t *secs, 157 clock_sec_t *secs, 163 clock_sec_t secs, 167 clock_sec_t *secs, 171 clock_sec_t *secs, [all …]
|
| H A D | clock.c | 227 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() 235 bintime2usclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *microsecs) in bintime2usclock() 242 bintime2nsclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *nanosecs) in bintime2nsclock() 296 …ic void print_all_clock_variables(const char*, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, cloc… 428 clock_sec_t *secs, in clock_get_calendar_microtime() 579 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime_locked() 598 clock_sec_t *secs, in clock_get_calendar_absolute_and_nanotime_locked() 625 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime() 652 clock_sec_t *secs, in clock_get_calendar_nanotime() 679 clock_sec_t *secs, in clock_gettimeofday() [all …]
|
| H A D | clock_oldops.c | 313 clock_sec_t secs; in rtclock_gettime() 327 clock_sec_t secs; in calend_gettime()
|
| /xnu-8019.80.24/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() 386 clock_sec_t *secs, in clock_get_system_microtime() 396 clock_sec_t *secs, in clock_get_system_nanotime() 506 clock_sec_t *secs, in absolutetime_to_microtime() 514 clock_sec_t secs, in nanotime_to_absolutetime()
|
| /xnu-8019.80.24/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 | 205 extern clock_sec_t gIOConsoleLockTime; 233 void IOScreenLockTimeUpdate(clock_sec_t secs);
|
| H A D | IOPlatformExpert.cpp | 493 IOPlatformExpert::getUTCTimeOfDay(clock_sec_t * secs, clock_nsec_t * nsecs) in getUTCTimeOfDay() 500 IOPlatformExpert::setUTCTimeOfDay(clock_sec_t secs, __unused clock_nsec_t nsecs) in setUTCTimeOfDay() 516 clock_sec_t nows; in PMLog() 1333 clock_sec_t secs; in PEGetGMTTimeOfDay() 1347 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay() 1361 PESetUTCTimeOfDay(clock_sec_t secs, clock_usec_t usecs) in PESetUTCTimeOfDay()
|
| H A D | IOPMrootDomain.cpp | 239 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt); 240 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt); 2755 clock_sec_t secs; in powerChangeDone() 2758 clock_sec_t adjWakeTime; in powerChangeDone() 2847 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone() 2881 clock_sec_t secs = 0; in powerChangeDone() 4368 clock_sec_t secs; in recordRTCAlarm() 5354 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy() 5364 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy() 7471 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar() [all …]
|
| /xnu-8019.80.24/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-8019.80.24/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() 753 clock_sec_t tv_sec; in microtime() 766 clock_sec_t tv_sec; in microtime_with_abstime() 779 clock_sec_t tv_sec; in microuptime() 795 clock_sec_t tv_sec; in nanotime() 808 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() 621 clock_sec_t time_uptime;
|
| H A D | kern_memorystatus_freeze.c | 226 clock_sec_t sec; in memorystatus_freeze_force_new_interval() 428 clock_sec_t sec; 1551 clock_sec_t sec; in memorystatus_freeze_reset_interval() 2829 clock_sec_t sec; in memorystatus_freeze_out_of_budget() 2887 clock_sec_t sec; in memorystatus_freeze_update_throttle()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | rtclock.c | 235 clock_get_system_microtime(clock_sec_t * secs, in clock_get_system_microtime() 242 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime() 424 clock_sec_t * secs, in absolutetime_to_microtime() 458 nanotime_to_absolutetime(clock_sec_t secs, in nanotime_to_absolutetime()
|
| /xnu-8019.80.24/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-8019.80.24/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 662 clock_sec_t assertOnWakeSecs; // Num of secs after wake for first assertion 812 clock_sec_t _nextScheduledAlarmUTC; 813 clock_sec_t _calendarWakeAlarmUTC; 818 clock_sec_t _standbyTimerResetSeconds; 838 clock_sec_t _aotWakeTimeUTC;
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | timex.h | 197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor.c | 216 clock_sec_t hibernate_flushing_deadline = 0; 312 clock_sec_t start_of_sample_period_sec = 0; 314 clock_sec_t start_of_eval_period_sec = 0; 334 clock_sec_t dont_trim_until_ts = 0; 2094 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() 2120 clock_sec_t cur_ts_sec; in compute_swapout_target_age() 2278 clock_sec_t now; in compressor_needs_to_swap() 2279 clock_sec_t age; in compressor_needs_to_swap() 2509 clock_sec_t now; in vm_consider_swapping() 2666 clock_sec_t now; in vm_compressor_age_swapped_in_segments() [all …]
|
| H A D | vm_phantom_cache.c | 55 clock_sec_t pc_start_of_eval_period_sec = 0; 416 clock_sec_t cur_ts_sec; in vm_phantom_cache_check_pressure()
|
| H A D | vm_compressor.h | 433 extern uint64_t vm_compressor_compute_elapsed_msecs(clock_sec_t, clock_nsec_t, clock_sec_t, clock_n…
|
| H A D | vm_compressor_backing_store.c | 110 extern clock_sec_t dont_trim_until_ts; 111 clock_sec_t vm_swapfile_last_failed_to_create_ts = 0; 112 clock_sec_t vm_swapfile_last_successful_create_ts = 0; 713 clock_sec_t sec; in vm_swapfile_create_thread() 1572 clock_sec_t sec; in vm_swap_put() 1775 clock_sec_t sec; in vm_swap_free()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | devtimer.c | 258 clock_sec_t sec; in devtimer_current_time()
|
| /xnu-8019.80.24/osfmk/device/ |
| H A D | iokit_rpc.c | 616 clock_sec_t sec; in IOGetTime()
|
| /xnu-8019.80.24/osfmk/arm/commpage/ |
| H A D | commpage.c | 188 clock_sec_t secs; in commpage_populate()
|
| /xnu-8019.80.24/osfmk/i386/commpage/ |
| H A D | commpage.c | 435 clock_sec_t secs; in commpage_boottime_init()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 167 clock_sec_t tv_sec; in flow_track_tcp_rtt()
|