Searched refs:TFD_TIMER_ABSTIME (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | timerfdflags.h | 6 #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),
|
D | timerfdflags.in | 3 TFD_TIMER_ABSTIME (1 << 0)
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 62 #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/ |
D | timerfd.h | 30 #define TFD_TIMER_ABSTIME (1 << 0) macro
|
/external/perfetto/src/base/ |
D | android_task_runner.cc | 53 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/ |
D | io.c | 1346 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/ |
D | sys_386.const | 592 TFD_TIMER_ABSTIME = 1
|
D | sys_amd64.const | 592 TFD_TIMER_ABSTIME = 1
|
D | sys_ppc64le.const | 592 TFD_TIMER_ABSTIME = 1
|
D | sys_arm.const | 592 TFD_TIMER_ABSTIME = 1
|
D | sys_arm64.const | 592 TFD_TIMER_ABSTIME = 1
|
D | sys.txt | 949 timerfd_settime_flags = TFD_TIMER_ABSTIME
|
/external/strace/ |
D | ChangeLog | 41575 The current code only decodes TFD_TIMER_ABSTIME when the kernel has 41580 (TFD_TIMER_ABSTIME): Move to xlat/timerfdflags.in.
|