Home
last modified time | relevance | path

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

/kernel/futex/
Dfutex.h290 extern int futex_unlock_pi(u32 __user *uaddr, unsigned int flags);
Dsyscalls.c126 return futex_unlock_pi(uaddr, flags); in do_futex()
Dpi.c1100 int futex_unlock_pi(u32 __user *uaddr, unsigned int flags) in futex_unlock_pi() function