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…
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()
690 clock_sec_t *secs, in clock_gettimeofday_and_absolute_time()
730 clock_sec_t secs, in clock_set_calendar_microtime()
734 clock_sec_t newsecs; in clock_set_calendar_microtime()
735 clock_sec_t oldsecs; in clock_set_calendar_microtime()
741 clock_sec_t deltasecs; in clock_set_calendar_microtime()
804 clock2bintime((clock_sec_t *) &secs, (clock_usec_t *) µsecs, &bt); in clock_set_calendar_microtime()
856 clock_get_calendar_uptime(clock_sec_t *secs) in clock_get_calendar_uptime()
945 clock_sec_t offset_secs; in print_all_clock_variables_internal()
947 clock_sec_t bintime_secs; in print_all_clock_variables_internal()
949 clock_sec_t bootime_secs; in print_all_clock_variables_internal()
974 clock_sec_t basesleep_secs; in print_all_clock_variables_internal()
986 print_all_clock_variables(const char* func, clock_sec_t* pmu_secs, clock_usec_t* pmu_usec, clock_se… in print_all_clock_variables()
993 clock_sec_t wall_secs; in print_all_clock_variables()
1033 clock_sec_t sys; // sleepless time since boot in seconds in clock_initialize_calendar()
1034 clock_sec_t secs; // Current UTC time in clock_initialize_calendar()
1035 …clock_sec_t utc_offset_secs; // Difference in current UTC time and sleepless time sinc… in clock_initialize_calendar()
1045 clock_sec_t sys2, monotonic_sec; in clock_initialize_calendar()
1123 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()
1230 clock_sec_t wake_sys_sec; in clock_wakeup_calendar_legacy()
1232 clock_sec_t wake_sec; in clock_wakeup_calendar_legacy()
1234 clock_sec_t wall_time_sec; in clock_wakeup_calendar_legacy()
1236 clock_sec_t diff_sec; in clock_wakeup_calendar_legacy()
1238 clock_sec_t var_s; in clock_wakeup_calendar_legacy()
1290 wake_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_wakeup_calendar_legacy()
1468 clock_sec_t *secs, in clock_get_boottime_nanotime()
1476 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_nanotime()
1490 clock_sec_t *secs, in clock_get_boottime_microtime()
1498 *secs = (clock_sec_t)clock_boottime; in clock_get_boottime_microtime()
1809 clock_sec_t *secs, in clock_get_calendar_nanotime_nowait()