Lines Matching defs:uentry
1091 unsigned long uentry;
1093 if (get_user(uentry, (unsigned long __user *)head))
1096 *entry = (void __user *)(uentry & ~FUTEX_ROBUST_MOD_MASK);
1097 *mod = uentry & FUTEX_ROBUST_MOD_MASK;
1204 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry,
1207 if (get_user(*uentry, head))
1210 *entry = compat_ptr((*uentry) & ~FUTEX_ROBUST_MOD_MASK);
1211 *pflags = (unsigned int)(*uentry) & FUTEX_ROBUST_MOD_MASK;
1227 compat_uptr_t uentry, next_uentry, upending;
1235 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &cur_mod))
1269 uentry = next_uentry;