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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfutex_compat.c20 fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, argument
23 if (get_user(*uentry, head))
26 *entry = compat_ptr((*uentry) & ~1);
27 *pi = (unsigned int)(*uentry) & 1;
43 compat_uptr_t uentry, upending; local
50 if (fetch_robust_entry(&uentry, &entry, &head->list.next, &pi))
67 while (compat_ptr(uentry) != &head->list) {
80 if (fetch_robust_entry(&uentry, &entry,
H A Dfutex.c1926 unsigned long uentry; local
1928 if (get_user(uentry, (unsigned long __user *)head))
1931 *entry = (void __user *)(uentry & ~1UL);
1932 *pi = uentry & 1;

Completed in 30 milliseconds