Lines Matching refs:elist
112 QOSGraphEdgeList *elist = list; in destroy_edges() local
114 while (!QSLIST_EMPTY(elist)) { in destroy_edges()
115 temp = QSLIST_FIRST(elist); in destroy_edges()
116 QSLIST_REMOVE_HEAD(elist, edge_list); in destroy_edges()
125 g_free(elist); in destroy_edges()
679 QOSGraphEdgeList *elist; in qos_graph_node_set_availability_explicit() local
686 elist = get_edgelist(node); in qos_graph_node_set_availability_explicit()
687 if (!elist) { in qos_graph_node_set_availability_explicit()
690 QSLIST_FOREACH_SAFE(e, elist, edge_list, next) { in qos_graph_node_set_availability_explicit()
705 QOSGraphEdgeList *elist; in qos_graph_node_set_availability() local
720 elist = get_edgelist(n->name); in qos_graph_node_set_availability()
721 if (elist) { in qos_graph_node_set_availability()
722 QSLIST_FOREACH_SAFE(e, elist, edge_list, next) { in qos_graph_node_set_availability()