Searched refs:lqh (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A Dmpool.c96 CIRCLEQ_INIT(&mp->lqh);
148 CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
191 CIRCLEQ_REMOVE(&mp->lqh, bp, q);
192 CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
224 CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
269 while ((bp = mp->lqh.cqh_first) != (void *)&mp->lqh) {
270 CIRCLEQ_REMOVE(&mp->lqh, mp->lqh.cqh_first, q);
289 for (bp = mp->lqh
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h63 CIRCLEQ_HEAD(_lqh, _bkt) lqh; /* lru queue head */ member in struct:MPOOL

Completed in 110 milliseconds