Searched refs:qos_node_tos (Results 1 – 1 of 1) sorted by relevance
63 static int qos_node_tos; variable329 if (qos_node_tos == QOS_PATH_MAX_ELEMENT_SIZE) { in qos_push()337 qos_node_stack[qos_node_tos++] = (QOSStackElement) { in qos_push()348 return &qos_node_stack[qos_node_tos - 1]; in qos_tos()354 if (qos_node_tos == 0) { in qos_pop()360 qos_node_tos--; in qos_pop()403 while (qos_node_tos > 0) { in qos_traverse_graph()