Home
last modified time | relevance | path

Searched refs:sys_timerfd_settime (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_settime02.c35 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
Dtimerfd_settime01.c41 …{ .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old …
Dtimerfd04.c40 …{ .clock_gettime = sys_clock_gettime, .tfd_settime = sys_timerfd_settime, .ts_type = TST_KERN_OLD_…
Dtimerfd01.c34 …_clock_gettime, .tfd_gettime = sys_timerfd_gettime, .tfd_settime = sys_timerfd_settime, .ts_type =…
/third_party/ltp/include/
Dtst_timer.h361 static inline int sys_timerfd_settime(int fd, int flags, void *its, in sys_timerfd_settime() function