Home
last modified time | relevance | path

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

/linux/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); in fd_to_clockid()
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c91 #define CLOCKFD 3 in get_clockid() macro
92 return (((unsigned int) ~fd) << 3) | CLOCKFD; in get_clockid()
/linux/kernel/time/
H A Dposix-timers.c1548 return (id & CLOCKFD_MASK) == CLOCKFD ? in clockid_to_kclock()