Searched refs:timerfd_create (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
/linux-master/arch/um/drivers/
H A Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
/linux-master/tools/testing/selftests/timens/
H A Dtimerfd.c50 fd = timerfd_create(clockid, 0);
52 return pr_perror("timerfd_create(%d)", clockid);
/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
149 ksft_exit_fail_msg("timerfd_create() failed\n");
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c395 thermometer->tz[i].fd_timer = timerfd_create(CLOCK_MONOTONIC, 0);
475 fd = timerfd_create(CLOCK_MONOTONIC, 0);
/linux-master/kernel/
H A Dsys_ni.c71 COND_SYSCALL(timerfd_create); variable
/linux-master/fs/
H A Dtimerfd.c406 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags)
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1372 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
1374 pr_err("timerfd_create failed\n");
/linux-master/tools/perf/util/
H A Devlist.c2327 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
2330 pr_err("timerfd_create failed: %s\n", strerror(errno));

Completed in 174 milliseconds