Lines Matching refs:head
206 struct ila_map *ila, *head;
234 head = rhashtable_lookup_fast(&ilan->xlat.rhash_table,
237 if (!head) {
242 struct ila_map *tila = head, *prev = NULL;
259 /* Insert in sub list of head */
263 /* Make this ila new head */
264 RCU_INIT_POINTER(ila->next, head);
266 &head->node,
285 struct ila_map *ila, *head, *prev;
291 head = rhashtable_lookup_fast(&ilan->xlat.rhash_table,
293 ila = head;
308 /* Not head, just delete from list */
311 /* It is the head. If there is something in the
312 * sublist we need to make a new head.
314 head = rcu_dereference_protected(ila->next,
316 if (head) {
322 &head->node, rht_params);