Home
last modified time | relevance | path

Searched refs:CIRCLEQ_REMOVE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c171 CIRCLEQ_REMOVE(head, bp, hq);
172 CIRCLEQ_REMOVE(&mp->lqh, bp, q);
211 CIRCLEQ_REMOVE(head, bp, hq);
213 CIRCLEQ_REMOVE(&mp->lqh, bp, q);
315 CIRCLEQ_REMOVE(&mp->lqh, mp->lqh.cqh_first, q);
378 CIRCLEQ_REMOVE(head, bp, hq);
379 CIRCLEQ_REMOVE(&mp->lqh, bp, q);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h245 #define CIRCLEQ_REMOVE(head, elm, field) { \ macro
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dqueue.h268 #define CIRCLEQ_REMOVE(head, elm, field) do { \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h1009 #define CIRCLEQ_REMOVE(head, elm, field) do { \ macro