Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_futex.c88 static int linux_futex_unlock_pi(struct thread *, bool,
127 return (linux_futex_unlock_pi(td, true, &args)); in futex_wake_pi()
290 return (linux_futex_unlock_pi(td, false, args)); in linux_futex()
567 linux_futex_unlock_pi(struct thread *td, bool rb, struct linux_futex_args *args) in linux_futex_unlock_pi() function