Lines Matching refs:head
24 compat_uptr_t __user *head, unsigned int *pi) in fetch_robust_entry() argument
26 if (get_user(*uentry, head)) in fetch_robust_entry()
52 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local
67 if (fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list()
72 if (get_user(futex_offset, &head->futex_offset)) in compat_exit_robust_list()
79 &head->list_op_pending, &pip)) in compat_exit_robust_list()
83 while (entry != (struct robust_list __user *) &head->list) { in compat_exit_robust_list()
121 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
127 if (unlikely(len != sizeof(*head))) in COMPAT_SYSCALL_DEFINE2()
130 current->compat_robust_list = head; in COMPAT_SYSCALL_DEFINE2()
139 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
161 head = p->compat_robust_list; in COMPAT_SYSCALL_DEFINE3()
164 if (put_user(sizeof(*head), len_ptr)) in COMPAT_SYSCALL_DEFINE3()
166 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()