Lines Matching refs:rhead
526 list = container_of(obj, struct rhlist_head, rhead);
527 plist = container_of(head, struct rhlist_head, rhead);
531 RCU_INIT_POINTER(list->rhead.next, head);
580 list = container_of(obj, struct rhlist_head, rhead);
773 for (list = container_of(p, struct rhlist_head, rhead);
818 rhead);
838 return rht_obj(ht, rhlist ? &list->rhead : p);
883 list = container_of(p, struct rhlist_head, rhead);
889 return rht_obj(ht, rhlist ? &list->rhead : p);
919 return rht_obj(ht, ht->rhlist ? &list->rhead : p);
1122 list = container_of(obj, struct rhlist_head, rhead);
1124 obj = &list->rhead;