Home
last modified time | relevance | path

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

123

/xnu-12377.61.12/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()
H A Dtelemetry.c474 clock_sec_t tks_time_secs;
554 clock_sec_t secs = 0; in _telemetry_take_sample_kernel()
1259 clock_sec_t secs; in telemetry_process_sample()
/xnu-12377.61.12/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-12377.61.12/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.h213 extern clock_sec_t gIOConsoleLockTime;
241 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()
1393 clock_sec_t secs; in PEGetGMTTimeOfDay()
1407 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay()
1421 PESetUTCTimeOfDay(clock_sec_t secs, clock_usec_t usecs) in PESetUTCTimeOfDay()
H A DIOPMrootDomain.cpp248 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt);
249 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt);
2928 clock_sec_t secs; in powerChangeDone()
2931 clock_sec_t adjWakeTime; in powerChangeDone()
3028 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
3073 clock_sec_t secs = 0; in powerChangeDone()
4622 clock_sec_t secs;
5608 clock_sec_t now_secs = gIOLastSleepTime.tv_sec;
5618 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds;
7910 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt)
[all …]
/xnu-12377.61.12/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-12377.61.12/bsd/kern/
H A Dkern_time.c125 clock_sec_t secs; in gettimeofday()
271 clock_sec_t secs; in boottime_sec()
281 clock_sec_t secs; in boottime_timeval()
801 clock_sec_t tv_sec; in microtime()
814 clock_sec_t tv_sec; in microtime_with_abstime()
827 clock_sec_t tv_sec; in microuptime()
843 clock_sec_t tv_sec; in nanotime()
856 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.c257 clock_sec_t sec; in memorystatus_freeze_force_new_interval()
453 clock_sec_t sec;
1588 clock_sec_t sec; in memorystatus_freeze_reset_interval()
2755 clock_sec_t sec; in memorystatus_freeze_out_of_budget()
2813 clock_sec_t sec; in memorystatus_freeze_update_throttle()
/xnu-12377.61.12/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-12377.61.12/osfmk/vm/
H A Dvm_compressor_internal.h142 extern uint64_t vm_compressor_compute_elapsed_msecs(clock_sec_t, clock_nsec_t, clock_sec_t, clock_n…
H A Danalytics.c173 clock_sec_t now; in report_compressor_age()
184 clock_sec_t age = now - creation_ts; in report_compressor_age()
H A Dvm_phantom_cache.c56 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 Dvm_compressor.c260 clock_sec_t hibernate_flushing_deadline = 0;
356 clock_sec_t start_of_sample_period_sec = 0;
358 clock_sec_t start_of_eval_period_sec = 0;
2574 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()
2600 clock_sec_t cur_ts_sec; in compute_swapout_target_age()
2727 clock_sec_t now; in vm_compressor_swapout_is_ripe()
2728 clock_sec_t age; in vm_compressor_swapout_is_ripe()
3266 clock_sec_t c_process_major_max_sec = 0;
3274 clock_sec_t start_sec, end_sec; in vm_compressor_process_major_segments()
3520 clock_sec_t now; in vm_compressor_process_regular_swapped_in_segments()
[all …]
H A Dvm_object_xnu.h181 clock_sec_t vou_cache_ts; /* age of an external object
/xnu-12377.61.12/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 );
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-12377.61.12/iokit/IOKit/pwr_mgt/
H A DRootDomain.h700 clock_sec_t assertOnWakeSecs; // Num of secs after wake for first assertion
858 clock_sec_t _nextScheduledAlarmUTC;
859 clock_sec_t _calendarWakeAlarmUTC;
864 clock_sec_t _standbyTimerResetSeconds;
884 clock_sec_t _aotWakeTimeUTC;
/xnu-12377.61.12/bsd/sys/
H A Dtimex.h197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
/xnu-12377.61.12/bsd/netinet/
H A Dudp_log.c304 clock_sec_t duration_secs = 0; in udp_log_connection_summary()
306 clock_sec_t connection_secs = 0; in udp_log_connection_summary()
/xnu-12377.61.12/bsd/net/
H A Ddevtimer.c256 clock_sec_t sec; in devtimer_current_time()
/xnu-12377.61.12/osfmk/device/
H A Diokit_rpc.c570 clock_sec_t sec; in IOGetTime()

123