Searched refs:linux_futex_wake (Results 1 – 1 of 1) sorted by relevance
84 static int linux_futex_wake(struct thread *, struct linux_futex_args *);114 return (linux_futex_wake(td, &args)); in futex_wake()233 return (linux_futex_wake(td, args)); in linux_futex()720 linux_futex_wake(struct thread *td, struct linux_futex_args *args) in linux_futex_wake() function