Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c62 static QOSStackElement qos_node_stack[QOS_PATH_MAX_ELEMENT_SIZE]; variable
337 qos_node_stack[qos_node_tos++] = (QOSStackElement) { in qos_push()
348 return &qos_node_stack[qos_node_tos - 1]; in qos_tos()