Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c607 return syscall(__NR_timer_create, CLOCK_MONOTONIC, NULL, id); in do_timer_create()