Searched refs:posixtimer_create_prctl (Results 1 – 2 of 2) sorted by relevance
122 long posixtimer_create_prctl(unsigned long ctrl);149 static inline long posixtimer_create_prctl(unsigned long ctrl) { return -EINVAL; } in posixtimer_create_prctl() function
2882 error = posixtimer_create_prctl(arg2); in SYSCALL_DEFINE5()