Lines Matching refs:mp
26 #include "mp.h"
62 **gspp = dbmp->mp->stat;
63 (*gspp)->st_hash_buckets = dbmp->mp->htab_buckets;
65 dbmp->mp->rlayout.lock.mutex_set_wait;
67 dbmp->mp->rlayout.lock.mutex_set_nowait;
68 (*gspp)->st_refcnt = dbmp->mp->rlayout.refcnt;
69 (*gspp)->st_regsize = dbmp->mp->rlayout.size;
81 mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile);
100 mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile);
174 MPOOL *mp;
202 mp = dbmp->mp;
210 for (mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile);
237 DB_LINE, (u_long)mp->htab_buckets);
239 bucket = 0; bucket < mp->htab_buckets; ++htabp, ++bucket) {
252 for (bhp = SH_TAILQ_FIRST(&dbmp->mp->bhq, __bh);