Searched refs:CLOCK_BOOTTIME (Results 1 – 5 of 5) sorted by relevance
79 #if defined(CLOCK_BOOTTIME) in os_get_reltime()80 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()100 #ifdef CLOCK_BOOTTIME in os_get_reltime()101 case CLOCK_BOOTTIME: in os_get_reltime()
29 #ifndef CLOCK_BOOTTIME30 #define CLOCK_BOOTTIME CLOCK_UPTIME macro300 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
859 # ifdef CLOCK_BOOTTIME in get_timer_bits()860 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
786 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info()787 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro789 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
1662 #if defined(HAVE_CLOCK_GETTIME) && (defined(CLOCK_BOOTTIME) || \ in monotime_ts()1667 # ifdef CLOCK_BOOTTIME in monotime_ts()1668 if (clock_gettime(CLOCK_BOOTTIME, ts) == 0) in monotime_ts()