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

/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.c53 static BKT *mpool_bkt(MPOOL *);
54 static BKT *mpool_look(MPOOL *, pgno_t);
55 static int mpool_write(MPOOL *, BKT *);
116 BKT *bp;
126 * Get a BKT from the cache. Assign a new page number, attach
150 BKT *bp;
152 bp = (BKT *)((char *)page - sizeof(BKT));
182 BKT *bp;
275 BKT *b
[all...]
/freebsd-10-stable/include/
H A Dmpool.h48 /* The BKT structures are the elements of the queues. */
59 } BKT; typedef in typeref:struct:_bkt

Completed in 53 milliseconds