Lines Matching refs:clock_sec_t
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()
687 clock_sec_t *secs, in clock_gettimeofday_and_absolute_time()
727 clock_sec_t secs, in clock_set_calendar_microtime()
731 clock_sec_t newsecs; in clock_set_calendar_microtime()
732 clock_sec_t oldsecs; in clock_set_calendar_microtime()
738 clock_sec_t deltasecs; in clock_set_calendar_microtime()
801 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime()
853 clock_get_calendar_uptime(clock_sec_t *secs) in clock_get_calendar_uptime()
942 clock_sec_t offset_secs; in print_all_clock_variables_internal()
944 clock_sec_t bintime_secs; in print_all_clock_variables_internal()
946 clock_sec_t bootime_secs; in print_all_clock_variables_internal()
971 clock_sec_t basesleep_secs; in print_all_clock_variables_internal()
983 print_all_clock_variables(const char* func, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, clock_se… in print_all_clock_variables()
990 clock_sec_t wall_secs; in print_all_clock_variables()
1030 clock_sec_t sys; // sleepless time since boot in seconds in clock_initialize_calendar()
1031 clock_sec_t secs; // Current UTC time in clock_initialize_calendar()
1032 …clock_sec_t utc_offset_secs; // Difference in current UTC time and sleepless time sinc… in clock_initialize_calendar()
1042 clock_sec_t sys2, monotonic_sec; in clock_initialize_calendar()
1120 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()
1227 clock_sec_t wake_sys_sec; in clock_wakeup_calendar_legacy()
1229 clock_sec_t wake_sec; in clock_wakeup_calendar_legacy()
1231 clock_sec_t wall_time_sec; in clock_wakeup_calendar_legacy()
1233 clock_sec_t diff_sec; in clock_wakeup_calendar_legacy()
1235 clock_sec_t var_s; in clock_wakeup_calendar_legacy()
1287 wake_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()
1465 clock_sec_t *secs, in clock_get_boottime_nanotime()
1473 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_nanotime()
1487 clock_sec_t *secs, in clock_get_boottime_microtime()
1495 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_microtime()
1806 clock_sec_t *secs, in clock_get_calendar_nanotime_nowait()