Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/futex/
Dcore.c756 unsigned long uentry; in fetch_robust_entry() local
758 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry()
761 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry()
762 *pi = uentry & 1; in fetch_robust_entry()
849 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() argument
852 if (get_user(*uentry, head)) in compat_fetch_robust_entry()
855 *entry = compat_ptr((*uentry) & ~1); in compat_fetch_robust_entry()
856 *pi = (unsigned int)(*uentry) & 1; in compat_fetch_robust_entry()
873 compat_uptr_t uentry, next_uentry, upending; in compat_exit_robust_list() local
881 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
[all …]