Searched refs:qentry (Results 1 – 1 of 1) sorted by relevance
49 struct qentry { struct50 STAILQ_ENTRY(qentry) list;54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue); argument57 static struct qentry *dequeue(void);62 struct qentry *item; in enqueue()64 item = grep_malloc(sizeof(struct qentry)); in enqueue()81 static struct qentry *84 struct qentry *item; in dequeue()98 struct qentry *item; in printqueue()110 struct qentry *item; in clearqueue()