Searched refs:elist (Results 1 – 1 of 1) sorted by relevance
112 QOSGraphEdgeList *elist = list; in destroy_edges() local114 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() local686 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[all …]