Lines Matching refs:list
54 struct list_head list; member
75 list_for_each_entry(flow, &p->flows, list) { in lookup_flow()
90 if (list_empty(&flow->list)) in atm_tc_graft()
142 list_del_init(&flow->list); in atm_tc_put()
291 list_add(&flow->list, &p->link.list); in atm_tc_change()
312 if (list_empty(&flow->list)) in atm_tc_delete()
338 list_for_each_entry(flow, &p->flows, list) { in atm_tc_walk()
372 list_for_each_entry(flow, &p->flows, list) { in atm_tc_enqueue()
456 list_for_each_entry(flow, &p->flows, list) { in sch_atm_dequeue()
527 list_for_each_entry(flow, &p->flows, list) { in atm_tc_drop()
540 INIT_LIST_HEAD(&p->link.list); in atm_tc_init()
541 list_add(&p->link.list, &p->flows); in atm_tc_init()
562 list_for_each_entry(flow, &p->flows, list) in atm_tc_reset()
573 list_for_each_entry(flow, &p->flows, list) in atm_tc_destroy()
576 list_for_each_entry_safe(flow, tmp, &p->flows, list) { in atm_tc_destroy()
593 if (list_empty(&flow->list)) in atm_tc_dump_class()