Searched refs:OpListNode (Results 1 – 1 of 1) sorted by relevance
180 struct OpListNode { struct182 struct OpListNode *next; argument184 typedef struct OpListNode OpListNode; typedef197 int collectStatsSingle(OpListNode *head, ModuleStats *stats) { in collectStatsSingle()244 OpListNode *node = malloc(sizeof(OpListNode)); in collectStatsSingle()255 OpListNode *head = malloc(sizeof(OpListNode)); in collectStats()272 OpListNode *next = head->next; in collectStats()