Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linux/
H A Dlinux_futex.c86 static int linux_futex_wakeop(struct thread *, struct linux_futex_args *);
274 return (linux_futex_wakeop(td, args)); in linux_futex()
628 linux_futex_wakeop(struct thread *td, struct linux_futex_args *args) in linux_futex_wakeop() function