Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.c89 #define CLOCKFD 3 in get_clockid() macro
90 return (((unsigned int) ~fd) << 3) | CLOCKFD; in get_clockid()
/external/strace/
Dtime.c210 if ((clockid & CLOCKFD_MASK) == CLOCKFD) in printclockname()