Searched refs:QOSStackElement (Results 1 – 1 of 1) sorted by relevance
27 typedef struct QOSStackElement QOSStackElement; typedef50 struct QOSStackElement { struct52 QOSStackElement *parent; argument62 static QOSStackElement qos_node_stack[QOS_PATH_MAX_ELEMENT_SIZE]; argument325 static void qos_push(QOSGraphNode *el, QOSStackElement *parent, in qos_push()337 qos_node_stack[qos_node_tos++] = (QOSStackElement) { in qos_push()346 static QOSStackElement *qos_tos(void) in qos_tos()352 static QOSStackElement *qos_pop(void) in qos_pop()358 QOSStackElement *e = qos_tos(); in qos_pop()368 static QOSGraphNode *qos_reverse_path(QOSStackElement *el) in qos_reverse_path()[all …]