Home
last modified time | relevance | path

Searched refs:qos_node_tos (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c63 static int qos_node_tos; variable
329 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()