Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfutex_compat.c97 if (handle_futex_death(uaddr, curr, pi)) in compat_exit_robust_list()
116 handle_futex_death(uaddr, curr, pip); in compat_exit_robust_list()
Dfutex.c2805 int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi) in handle_futex_death() function
2918 if (handle_futex_death((void __user *)entry + futex_offset, in exit_robust_list()
2935 handle_futex_death((void __user *)pending + futex_offset, in exit_robust_list()
/linux-4.1.27/include/linux/
Dfutex.h15 handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi);