Lines Matching refs:head
207 struct ila_map *ila, *head;
235 head = rhashtable_lookup_fast(&ilan->xlat.rhash_table,
238 if (!head) {
243 struct ila_map *tila = head, *prev = NULL;
260 /* Insert in sub list of head */
264 /* Make this ila new head */
265 RCU_INIT_POINTER(ila->next, head);
267 &head->node,
286 struct ila_map *ila, *head, *prev;
292 head = rhashtable_lookup_fast(&ilan->xlat.rhash_table,
294 ila = head;
309 /* Not head, just delete from list */
312 /* It is the head. If there is something in the
313 * sublist we need to make a new head.
315 head = rcu_dereference_protected(ila->next,
317 if (head) {
323 &head->node, rht_params);