Searched refs:timerfd_create (Results 1 – 21 of 21) sorted by relevance
11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
26 int timerfd_create(int clockid, int flags) in timerfd_create() function
50 fd = timerfd_create(clockid, 0); in run_test()
166 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
396 thermometer->tz[i].fd_timer = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_start()476 fd = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_wait()
291 280 n64 timerfd_create sys_timerfd_create
109 85 common timerfd_create sys_timerfd_create
347 306 common timerfd_create parisc_timerfd_create
332 322 common timerfd_create sys_timerfd_create
295 283 common timerfd_create sys_timerfd_create
337 322 i386 timerfd_create sys_timerfd_create
335 312 common timerfd_create sys_timerfd_create
412 481 common timerfd_create sys_timerfd_create
368 350 common timerfd_create sys_timerfd_create
365 350 common timerfd_create sys_timerfd_create
379 312 common timerfd_create sys_timerfd_create
399 306 common timerfd_create sys_timerfd_create
329 319 common timerfd_create sys_timerfd_create sys_timerfd_create
1313 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
996 timer = timerfd_create(CLOCK_MONOTONIC, 0); in test_timerfd()
2354 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time()
Completed in 1231 milliseconds