Lines Matching defs:localq
53 struct localq {
55 PA_LLIST_FIELDS(struct localq);
64 PA_LLIST_HEAD(struct localq, localq);
65 struct localq *last_localq;
69 PA_STATIC_FLIST_DECLARE(localq, 0, pa_xfree);
94 PA_LLIST_HEAD_INIT(struct localq, l->localq);
113 struct localq *q;
123 while ((q = l->localq)) {
127 PA_LLIST_REMOVE(struct localq, l->localq, q);
129 if (pa_flist_push(PA_STATIC_FLIST_GET(localq), q) < 0)
171 struct localq *q;
182 PA_LLIST_REMOVE(struct localq, l->localq, q);
184 if (pa_flist_push(PA_STATIC_FLIST_GET(localq), q) < 0)
201 struct localq *q;
216 if (!(q = pa_flist_pop(PA_STATIC_FLIST_GET(localq))))
217 q = pa_xnew(struct localq, 1);
220 PA_LLIST_PREPEND(struct localq, l->localq, q);