Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dtimerfdflags.h6 #if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABST…
8 static_assert((TFD_TIMER_ABSTIME) == ((1 << 0)), "TFD_TIMER_ABSTIME != (1 << 0)");
11 # define TFD_TIMER_ABSTIME (1 << 0)
49 XLAT(TFD_TIMER_ABSTIME),
Dtimerfdflags.in3 TFD_TIMER_ABSTIME (1 << 0)
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c62 #define TFD_TIMER_ABSTIME (1 << 0) macro
188 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) { in main()
206 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) { in main()
/external/kernel-headers/original/uapi/linux/
Dtimerfd.h30 #define TFD_TIMER_ABSTIME (1 << 0) macro
/external/perfetto/src/base/
Dandroid_task_runner.cc53 timerfd_settime(delayed_timer_.get(), TFD_TIMER_ABSTIME, &time, nullptr); in ~AndroidTaskRunner()
136 if (timerfd_settime(delayed_timer_.get(), TFD_TIMER_ABSTIME, &wake_up, in ScheduleDelayedWakeUp()
/external/libusb/libusb/
Dio.c1346 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in arm_timerfd_for_next_timeout()
1418 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in add_to_flying_list()
/external/syzkaller/sys/linux/
Dsys_386.const592 TFD_TIMER_ABSTIME = 1
Dsys_amd64.const592 TFD_TIMER_ABSTIME = 1
Dsys_ppc64le.const592 TFD_TIMER_ABSTIME = 1
Dsys_arm.const592 TFD_TIMER_ABSTIME = 1
Dsys_arm64.const592 TFD_TIMER_ABSTIME = 1
Dsys.txt949 timerfd_settime_flags = TFD_TIMER_ABSTIME
/external/strace/
DChangeLog41575 The current code only decodes TFD_TIMER_ABSTIME when the kernel has
41580 (TFD_TIMER_ABSTIME): Move to xlat/timerfdflags.in.