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

/linux-master/kernel/futex/
H A Dcore.c781 unsigned long uentry; local
783 if (get_user(uentry, (unsigned long __user *)head))
786 *entry = (void __user *)(uentry & ~1UL);
787 *pi = uentry & 1;
874 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, argument
877 if (get_user(*uentry, head))
880 *entry = compat_ptr((*uentry) & ~1);
881 *pi = (unsigned int)(*uentry) & 1;
898 compat_uptr_t uentry, next_uentry, upending; local
906 if (compat_fetch_robust_entry(&uentry,
[all...]

Completed in 192 milliseconds