Lines Matching defs:list
7 #include <linux/list.h>
926 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list)
981 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list);
1016 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list) {
1042 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list);
1075 list_del(&mall_tc_entry->list);
1368 struct list_head list;
1378 list_for_each_entry(p, hw_port_list, list) {
1390 list_for_each_entry_continue_reverse(p, hw_port_list, list) {
1405 list_for_each_entry_safe(p, n, hw_port_list, list)
1426 /* Populate the list of ports that are part of the same bridge
1429 list_for_each_entry(dst, &dsa_tree_list, list) {
1430 list_for_each_entry(other_dp, &dst->ports, list) {
1455 list_add(&hw_port->list, &hw_port_list);