Searched refs:MAX_CLOCKS (Results 1 – 3 of 3) sorted by relevance
60 #define MAX_CLOCKS 16 macro
127 static struct k_clock posix_clocks[MAX_CLOCKS];526 if ((unsigned) clock_id >= MAX_CLOCKS) { in posix_timers_register_clock()589 if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres) in clockid_to_kclock()
96 static const int hrtimer_clock_to_base_table[MAX_CLOCKS] = {