Searched defs:circq (Results 1 – 1 of 1) sorted by relevance
32 struct circq { struct33 struct circq *next; /* next element */ argument34 struct circq *prev; /* previous element */ argument