timerfd_create    387 fs/timerfd.c   SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags)
timerfd_create    120 kernel/sys_ni.c COND_SYSCALL(timerfd_create);
timerfd_create     11 tools/build/feature/test-timerfd.c 	int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
timerfd_create    855 tools/perf/builtin-kvm.c 	kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
timerfd_create    146 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);