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

/linux-master/kernel/futex/
H A Dcore.c651 /* Constants for the pending_op argument of handle_futex_death */
659 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, function
829 * handle_futex_death:
837 if (handle_futex_death((void __user *)entry + futex_offset,
855 handle_futex_death((void __user *)pending + futex_offset,
925 * handle_futex_death:
936 if (handle_futex_death(uaddr, curr, pi,
956 handle_futex_death(uaddr, curr, pip, HANDLE_DEATH_PENDING);

Completed in 130 milliseconds