Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dposix-timers.h117 long posixtimer_create_prctl(unsigned long ctrl);
144 static inline long posixtimer_create_prctl(unsigned long ctrl) { return -EINVAL; } in posixtimer_create_prctl() function
/linux-6.15/kernel/time/
H A Dposix-timers.c392 long posixtimer_create_prctl(unsigned long ctrl) in posixtimer_create_prctl() function
/linux-6.15/kernel/
H A Dsys.c2821 error = posixtimer_create_prctl(arg2); in SYSCALL_DEFINE5()