Lines Matching refs:rhead
524 list = container_of(obj, struct rhlist_head, rhead);
525 plist = container_of(head, struct rhlist_head, rhead);
529 RCU_INIT_POINTER(list->rhead.next, head);
578 list = container_of(obj, struct rhlist_head, rhead);
771 for (list = container_of(p, struct rhlist_head, rhead);
816 rhead);
836 return rht_obj(ht, rhlist ? &list->rhead : p);
881 list = container_of(p, struct rhlist_head, rhead);
887 return rht_obj(ht, rhlist ? &list->rhead : p);
917 return rht_obj(ht, ht->rhlist ? &list->rhead : p);
1121 list = container_of(obj, struct rhlist_head, rhead);
1123 obj = &list->rhead;