Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/osfmk/kern/
H A Dclock.h51 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 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…
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 Dclock_oldops.c313 clock_sec_t secs; in rtclock_gettime()
327 clock_sec_t secs; in calend_gettime()
/xnu-8020.101.4/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()
506 clock_sec_t *secs, in absolutetime_to_microtime()
514 clock_sec_t secs, in nanotime_to_absolutetime()
/xnu-8020.101.4/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.h208 extern clock_sec_t gIOConsoleLockTime;
236 void IOScreenLockTimeUpdate(clock_sec_t secs);
H A DIOPlatformExpert.cpp493 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()
1343 clock_sec_t secs; in PEGetGMTTimeOfDay()
1357 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay()
1371 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);
2760 clock_sec_t secs; in powerChangeDone()
2763 clock_sec_t adjWakeTime; in powerChangeDone()
2852 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
2886 clock_sec_t secs = 0; in powerChangeDone()
4373 clock_sec_t secs; in recordRTCAlarm()
5359 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy()
5369 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy()
7483 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
[all …]
/xnu-8020.101.4/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-8020.101.4/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()
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 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.c226 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-8020.101.4/osfmk/arm/
H A Drtclock.c235 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-8020.101.4/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-8020.101.4/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-8020.101.4/bsd/sys/
H A Dtimex.h197 void ntp_update_second(int64_t *adjustment, clock_sec_t secs);
/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c216 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;
2096 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()
2122 clock_sec_t cur_ts_sec; in compute_swapout_target_age()
2280 clock_sec_t now; in compressor_needs_to_swap()
2281 clock_sec_t age; in compressor_needs_to_swap()
2511 clock_sec_t now; in vm_consider_swapping()
2668 clock_sec_t now; in vm_compressor_age_swapped_in_segments()
[all …]
H A Dvm_phantom_cache.c55 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 Dvm_compressor.h433 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.c110 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;
708 clock_sec_t sec; in vm_swapfile_create_thread()
1567 clock_sec_t sec; in vm_swap_put()
1770 clock_sec_t sec; in vm_swap_free()
/xnu-8020.101.4/bsd/net/
H A Ddevtimer.c256 clock_sec_t sec; in devtimer_current_time()
/xnu-8020.101.4/osfmk/device/
H A Diokit_rpc.c616 clock_sec_t sec; in IOGetTime()
/xnu-8020.101.4/osfmk/arm/commpage/
H A Dcommpage.c188 clock_sec_t secs; in commpage_populate()
/xnu-8020.101.4/osfmk/i386/commpage/
H A Dcommpage.c435 clock_sec_t secs; in commpage_boottime_init()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c167 clock_sec_t tv_sec; in flow_track_tcp_rtt()

12