Searched refs:CLOCKFD (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dposix-timers_types.h31 #define CLOCKFD CPUCLOCK_MAX macro
H A Dposix-timers.h28 return make_process_cpuclock((unsigned int) fd, CLOCKFD);
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c91 #define CLOCKFD 3 macro
92 return (((unsigned int) ~fd) << 3) | CLOCKFD;
/linux-master/kernel/time/
H A Dposix-timers.c1533 return (id & CLOCKFD_MASK) == CLOCKFD ?

Completed in 174 milliseconds