Lines Matching refs:entry
69 /* The top-level bucket entry does not need RCU protection
231 struct rhash_head *head, *next, *entry;
240 rht_for_each_from(entry, rht_ptr(bkt, old_tbl, old_hash),
243 next = rht_dereference_bucket(entry->next, old_tbl, old_hash);
248 pprev = &entry->next;
254 new_hash = head_hashfn(ht, new_tbl, entry);
260 RCU_INIT_POINTER(entry->next, head);
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry);
879 * next entry from that point.
910 /* A nonzero skip value points to the next entry in the table