Lines Matching refs:next
796 if (fetch_robust_entry(&entry, &head->list.next, &pi))
813 * Fetch the next entry in the list before calling
816 rc = fetch_robust_entry(&next_entry, &entry->next, &next_pi);
891 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi))
909 * Fetch the next entry in the list before calling
913 (compat_uptr_t __user *)&entry->next, &next_pi);
955 struct list_head *next, *head = &curr->pi_state_list;
967 next = head->next;
968 pi_state = list_entry(next, struct futex_pi_state, list);
997 if (head->next != next) {