Lines Matching refs:pi
652 bool pi, bool pending_op) in handle_futex_death() argument
704 if (pending_op && !pi && !owner) { in handle_futex_death()
757 if (!pi && (uval & FUTEX_WAITERS)) in handle_futex_death()
768 unsigned int *pi) in fetch_robust_entry() argument
776 *pi = uentry & 1; in fetch_robust_entry()
791 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local
800 if (fetch_robust_entry(&entry, &head->list.next, &pi)) in exit_robust_list()
827 curr, pi, HANDLE_DEATH_LIST)) in exit_robust_list()
833 pi = next_pi; in exit_robust_list()
864 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry() argument
870 *pi = (unsigned int)(*uentry) & 1; in compat_fetch_robust_entry()
885 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in compat_exit_robust_list() local
895 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
925 if (handle_futex_death(uaddr, curr, pi, in compat_exit_robust_list()
933 pi = next_pi; in compat_exit_robust_list()