Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtime.h60 #define MAX_CLOCKS 16 macro
/linux-4.1.27/kernel/time/
Dposix-timers.c127 static struct k_clock posix_clocks[MAX_CLOCKS];
519 if ((unsigned) clock_id >= MAX_CLOCKS) { in posix_timers_register_clock()
582 if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres) in clockid_to_kclock()
Dhrtimer.c100 static const int hrtimer_clock_to_base_table[MAX_CLOCKS] = {