Searched refs:linux_futex_lock_pi (Results 1 – 1 of 1) sorted by relevance
87 static int linux_futex_lock_pi(struct thread *, bool, struct linux_futex_args *);284 return (linux_futex_lock_pi(td, false, args)); in linux_futex()296 return (linux_futex_lock_pi(td, true, args)); in linux_futex()357 linux_futex_lock_pi(struct thread *td, bool try, struct linux_futex_args *args) in linux_futex_lock_pi() function