Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimerfd.h73 #define TIMERFD_MONOTONIC 1 /* Linux value for CLOCK_MONOTONIC */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c262 if (arg == TIMERFD_MONOTONIC) in timerfd_ioctl()