Lines Matching refs:next
24 struct list_head next;
31 /** the next counter allowed for this event */
32 struct list_head next;
56 list_init(&ctr_arc[i].next);
69 list_add_tail(&arc->next, &ctr_arc[i].next);
90 list_for_each_safe(pos, pos2, &ctr_arc[i].next) {
91 counter_arc * arc = list_entry(pos, counter_arc, next);
92 list_del(&arc->next);
135 if((&ctr_arc[depth].next)->next == &ctr_arc[depth].next) {
142 list_for_each(pos, &ctr_arc[depth].next) {
143 counter_arc const * arc = list_entry(pos, counter_arc, next);