Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dtime.h187 return my_syscall1(__NR_timer_delete, timerid); in sys_timer_delete()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h312 #define __NR_timer_delete 111 macro
313 __SYSCALL(__NR_timer_delete, sys_timer_delete)
/linux/include/uapi/asm-generic/
H A Dunistd.h312 #define __NR_timer_delete 111 macro
313 __SYSCALL(__NR_timer_delete, sys_timer_delete)
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c612 return syscall(__NR_timer_delete, id); in do_timer_delete()