Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfutex.h83 int futex_hash_prctl(unsigned long arg2, unsigned long arg3, unsigned long arg4);
107 static inline int futex_hash_prctl(unsigned long arg2, unsigned long arg3, unsigned long arg4) in futex_hash_prctl() function
/linux/kernel/futex/
H A Dcore.c1949 int futex_hash_prctl(unsigned long arg2, unsigned long arg3, unsigned long arg4) in futex_hash_prctl() function
/linux/kernel/
H A Dsys.c2806 error = futex_hash_prctl(arg2, arg3, arg4); in SYSCALL_DEFINE5()