Home
last modified time | relevance | path

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

/kernel/
Dfutex.c3660 unsigned long uentry; in fetch_robust_entry() local
3662 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
3665 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
3666 *pi = uentry & 1; in fetch_robust_entry()
3950 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() argument
3953 if (get_user(*uentry, head)) in compat_fetch_robust_entry()
3956 *entry = compat_ptr((*uentry) & ~1); in compat_fetch_robust_entry()
3957 *pi = (unsigned int)(*uentry) & 1; in compat_fetch_robust_entry()
3983 compat_uptr_t uentry, next_uentry, upending; in compat_exit_robust_list() local
3994 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
[all …]