Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 – 8 of 8) 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/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/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1540 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2612 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/external/strace/
DChangeLog41575 The current code only decodes TFD_TIMER_ABSTIME when the kernel has
41580 (TFD_TIMER_ABSTIME): Move to xlat/timerfdflags.in.