Home
last modified time | relevance | path

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

/kernel/
Dfutex.c3496 unsigned long uentry; in fetch_robust_entry() local
3498 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
3501 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
3502 *pi = uentry & 1; in fetch_robust_entry()
3781 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() argument
3784 if (get_user(*uentry, head)) in compat_fetch_robust_entry()
3787 *entry = compat_ptr((*uentry) & ~1); in compat_fetch_robust_entry()
3788 *pi = (unsigned int)(*uentry) & 1; in compat_fetch_robust_entry()
3814 compat_uptr_t uentry, next_uentry, upending; in compat_exit_robust_list() local
3825 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
[all …]