Searched refs:timerfd_create (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/build/feature/ |
D | test-timerfd.c | 10 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 404 ENTRY_SAME(timerfd_create)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 313 SYSCALL_SPU(timerfd_create)
|
/linux-4.1.27/fs/ |
D | timerfd.c | 376 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 196 COMPAT_SYSCALL_WRAP2(timerfd_create, int, clockid, int, flags);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 292 283 common timerfd_create sys_timerfd_create
|
D | syscall_32.tbl | 331 322 i386 timerfd_create sys_timerfd_create
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 814 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1807 that have occurred [see timerfd_create(2) for details]. 'settime flags' are
|