Home
last modified time | relevance | path

Searched refs:__NR_timer_create (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/nolibc/
H A Dtime.h175 return my_syscall3(__NR_timer_create, clockid, evp, timerid); in sys_timer_create()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h296 #define __NR_timer_create 107 macro
297 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
/linux/include/uapi/asm-generic/
H A Dunistd.h296 #define __NR_timer_create 107 macro
297 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c607 return syscall(__NR_timer_create, CLOCK_MONOTONIC, NULL, id); in do_timer_create()