Home
last modified time | relevance | path

Searched refs:clock_sec_t (Results 1 – 25 of 51) sorted by relevance

123

/xnu-8796.121.2/osfmk/kern/
H A Dclock.h51 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 Dclock.c228 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 Dclock_oldops.c288 clock_sec_t secs; in rtclock_gettime()
302 clock_sec_t secs; in calend_gettime()
/xnu-8796.121.2/osfmk/i386/
H A Drtclock.c97 _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-8796.121.2/iokit/Kernel/
H A DIORTC.cpp36 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 DIOKitKernelInternal.h209 extern clock_sec_t gIOConsoleLockTime;
237 void IOScreenLockTimeUpdate(clock_sec_t secs);
H A DIOPlatformExpert.cpp494 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()
1347 clock_sec_t secs; in PEGetGMTTimeOfDay()
1361 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay()
1375 PESetUTCTimeOfDay(clock_sec_t secs, clock_usec_t usecs) in PESetUTCTimeOfDay()
H A DIOPMrootDomain.cpp239 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt);
240 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt);
2800 clock_sec_t secs; in powerChangeDone()
2803 clock_sec_t adjWakeTime; in powerChangeDone()
2892 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
2926 clock_sec_t secs = 0; in powerChangeDone()
4417 clock_sec_t secs; in recordRTCAlarm()
5403 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy()
5413 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy()
7532 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
[all …]
/xnu-8796.121.2/iokit/IOKit/rtc/
H A DIORTCController.h65 virtual void getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs );
66 virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
/xnu-8796.121.2/bsd/kern/
H A Dkern_time.c124 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 Dkern_ntptime.c302 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 Dkern_memorystatus_freeze.c220 clock_sec_t sec; in memorystatus_freeze_force_new_interval()
416 clock_sec_t sec;
1538 clock_sec_t sec; in memorystatus_freeze_reset_interval()
2683 clock_sec_t sec; in memorystatus_freeze_out_of_budget()
2741 clock_sec_t sec; in memorystatus_freeze_update_throttle()
/xnu-8796.121.2/osfmk/arm/
H A Drtclock.c283 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-8796.121.2/iokit/IOKit/
H A DIOPlatformExpert.h124 extern void PEGetUTCTimeOfDay( clock_sec_t * secs, clock_usec_t * usecs );
125 extern void PESetUTCTimeOfDay( clock_sec_t secs, clock_usec_t usecs );
312 virtual void getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs );
313 virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
/xnu-8796.121.2/iokit/IOKit/pwr_mgt/
H A DRootDomain.h667 clock_sec_t assertOnWakeSecs; // Num of secs after wake for first assertion
817 clock_sec_t _nextScheduledAlarmUTC;
818 clock_sec_t _calendarWakeAlarmUTC;
823 clock_sec_t _standbyTimerResetSeconds;
843 clock_sec_t _aotWakeTimeUTC;
/xnu-8796.121.2/osfmk/vm/
H A Danalytics.c165 clock_sec_t now; in report_compressor_age()
176 clock_sec_t age = now - creation_ts; in report_compressor_age()
H A Dvm_compressor.c243 clock_sec_t hibernate_flushing_deadline = 0;
339 clock_sec_t start_of_sample_period_sec = 0;
341 clock_sec_t start_of_eval_period_sec = 0;
361 clock_sec_t dont_trim_until_ts = 0;
2409 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()
2435 clock_sec_t cur_ts_sec; in compute_swapout_target_age()
2562 clock_sec_t now; in vm_compressor_swapout_is_ripe()
2563 clock_sec_t age; in vm_compressor_swapout_is_ripe()
2815 clock_sec_t now; in vm_consider_swapping()
3121 clock_sec_t c_process_major_max_sec = 0;
[all …]
H A Dvm_phantom_cache.c55 clock_sec_t pc_start_of_eval_period_sec = 0;
415 clock_sec_t cur_ts_sec; in vm_phantom_cache_check_pressure()
H A Dvm_compressor.h446 extern uint64_t vm_compressor_compute_elapsed_msecs(clock_sec_t, clock_nsec_t, clock_sec_t, clock_n…
H A Dvm_compressor_backing_store.c112 extern clock_sec_t dont_trim_until_ts;
113 clock_sec_t vm_swapfile_last_failed_to_create_ts = 0;
114 clock_sec_t vm_swapfile_last_successful_create_ts = 0;
769 clock_sec_t sec; in vm_swapfile_create_thread()
1714 clock_sec_t sec; in vm_swap_put()
1918 clock_sec_t sec; in vm_swap_free()
/xnu-8796.121.2/bsd/sys/
H A Dtimex.h197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
/xnu-8796.121.2/bsd/net/
H A Ddevtimer.c256 clock_sec_t sec; in devtimer_current_time()
/xnu-8796.121.2/osfmk/device/
H A Diokit_rpc.c648 clock_sec_t sec; in IOGetTime()
/xnu-8796.121.2/osfmk/arm/commpage/
H A Dcommpage.c185 clock_sec_t secs; in commpage_populate()
/xnu-8796.121.2/osfmk/i386/commpage/
H A Dcommpage.c431 clock_sec_t secs; in commpage_boottime_init()

123