Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dfutex_compat.c23 fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in fetch_robust_entry() argument
26 if (get_user(*uentry, head)) in fetch_robust_entry()
29 *entry = compat_ptr((*uentry) & ~1); in fetch_robust_entry()
30 *pi = (unsigned int)(*uentry) & 1; in fetch_robust_entry()
56 compat_uptr_t uentry, next_uentry, upending; in compat_exit_robust_list() local
67 if (fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
102 uentry = next_uentry; in compat_exit_robust_list()
Dfutex.c2982 unsigned long uentry; in fetch_robust_entry() local
2984 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
2987 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
2988 *pi = uentry & 1; in fetch_robust_entry()