Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/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.c227 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…
431 clock_sec_t *secs, in clock_get_calendar_microtime()
582 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime_locked()
601 clock_sec_t *secs, in clock_get_calendar_absolute_and_nanotime_locked()
628 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime()
655 clock_sec_t *secs, in clock_get_calendar_nanotime()
682 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-8792.41.9/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()
386 clock_sec_t *secs, in clock_get_system_microtime()
396 clock_sec_t *secs, in clock_get_system_nanotime()
508 clock_sec_t *secs, in absolutetime_to_microtime()
516 clock_sec_t secs, in nanotime_to_absolutetime()
/xnu-8792.41.9/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()
7527 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
[all …]
/xnu-8792.41.9/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-8792.41.9/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()
621 clock_sec_t time_uptime;
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()
2682 clock_sec_t sec; in memorystatus_freeze_out_of_budget()
2740 clock_sec_t sec; in memorystatus_freeze_update_throttle()
/xnu-8792.41.9/osfmk/arm/
H A Drtclock.c284 clock_get_system_microtime(clock_sec_t * secs, in clock_get_system_microtime()
291 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime()
464 clock_sec_t * secs, in absolutetime_to_microtime()
498 nanotime_to_absolutetime(clock_sec_t secs, in nanotime_to_absolutetime()
/xnu-8792.41.9/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-8792.41.9/osfmk/vm/
H A Danalytics.c157 clock_sec_t now; in report_compressor_age()
168 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;
2412 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()
2438 clock_sec_t cur_ts_sec; in compute_swapout_target_age()
2565 clock_sec_t now; in vm_compressor_swapout_is_ripe()
2566 clock_sec_t age; in vm_compressor_swapout_is_ripe()
2818 clock_sec_t now; in vm_consider_swapping()
3124 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.h457 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;
766 clock_sec_t sec; in vm_swapfile_create_thread()
1711 clock_sec_t sec; in vm_swap_put()
1914 clock_sec_t sec; in vm_swap_free()
/xnu-8792.41.9/iokit/IOKit/pwr_mgt/
H A DRootDomain.h662 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-8792.41.9/bsd/sys/
H A Dtimex.h197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
/xnu-8792.41.9/bsd/net/
H A Ddevtimer.c256 clock_sec_t sec; in devtimer_current_time()
/xnu-8792.41.9/osfmk/device/
H A Diokit_rpc.c616 clock_sec_t sec; in IOGetTime()
/xnu-8792.41.9/osfmk/arm/commpage/
H A Dcommpage.c185 clock_sec_t secs; in commpage_populate()
/xnu-8792.41.9/osfmk/i386/commpage/
H A Dcommpage.c435 clock_sec_t secs; in commpage_boottime_init()

12