Lines Matching refs:clock_sec_t
228 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()
691 clock_sec_t *secs, in clock_gettimeofday_and_absolute_time()
731 clock_sec_t secs, in clock_set_calendar_microtime()
735 clock_sec_t newsecs; in clock_set_calendar_microtime()
736 clock_sec_t oldsecs; in clock_set_calendar_microtime()
742 clock_sec_t deltasecs; in clock_set_calendar_microtime()
805 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime()
857 clock_get_calendar_uptime(clock_sec_t *secs) in clock_get_calendar_uptime()
946 clock_sec_t offset_secs; in print_all_clock_variables_internal()
948 clock_sec_t bintime_secs; in print_all_clock_variables_internal()
950 clock_sec_t bootime_secs; in print_all_clock_variables_internal()
975 clock_sec_t basesleep_secs; in print_all_clock_variables_internal()
987 print_all_clock_variables(const char* func, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, clock_se… in print_all_clock_variables()
994 clock_sec_t wall_secs; in print_all_clock_variables()
1034 clock_sec_t sys; // sleepless time since boot in seconds in clock_initialize_calendar()
1035 clock_sec_t secs; // Current UTC time in clock_initialize_calendar()
1036 …clock_sec_t utc_offset_secs; // Difference in current UTC time and sleepless time sinc… in clock_initialize_calendar()
1046 clock_sec_t sys2, monotonic_sec; in clock_initialize_calendar()
1124 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()
1231 clock_sec_t wake_sys_sec; in clock_wakeup_calendar_legacy()
1233 clock_sec_t wake_sec; in clock_wakeup_calendar_legacy()
1235 clock_sec_t wall_time_sec; in clock_wakeup_calendar_legacy()
1237 clock_sec_t diff_sec; in clock_wakeup_calendar_legacy()
1239 clock_sec_t var_s; in clock_wakeup_calendar_legacy()
1291 wake_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()
1469 clock_sec_t *secs, in clock_get_boottime_nanotime()
1477 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_nanotime()
1491 clock_sec_t *secs, in clock_get_boottime_microtime()
1499 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_microtime()
1810 clock_sec_t *secs, in clock_get_calendar_nanotime_nowait()