Searched refs:OpListNode (Results 1 – 1 of 1) sorted by relevance
198 struct OpListNode { struct200 struct OpListNode *next; argument202 typedef struct OpListNode OpListNode; typedef215 int collectStatsSingle(OpListNode *head, ModuleStats *stats) { in collectStatsSingle()262 OpListNode *node = malloc(sizeof(OpListNode)); in collectStatsSingle()274 OpListNode *head = malloc(sizeof(OpListNode)); in collectStats()293 OpListNode *next = head->next; in collectStats()