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

/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A Dmpool.c64 static BKT *mpool_bkt(MPOOL *);
65 static BKT *mpool_look(MPOOL *, pgno_t);
66 static int mpool_write(MPOOL *, BKT *);
127 BKT *bp;
137 * Get a BKT from the cache. Assign a new page number, attach
161 BKT *bp;
241 BKT *bp;
246 bp = (BKT *)(void *)((char *)page - sizeof(BKT));
266 BKT *b
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h50 /* The BKT structures are the elements of the queues. */
60 } BKT; typedef in typeref:struct:_bkt

Completed in 108 milliseconds