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

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

Completed in 126 milliseconds