Home
last modified time | relevance | path

Searched refs:MAX_CLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dtime.h60 #define MAX_CLOCKS 16 macro
/linux-4.4.14/kernel/time/
Dposix-timers.c127 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()
Dhrtimer.c96 static const int hrtimer_clock_to_base_table[MAX_CLOCKS] = {