HomeSort by: relevance | last modified time | path
    Searched refs:BKT (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/mpool/
mpool.c 65 static BKT *mpool_bkt(MPOOL *);
66 static BKT *mpool_look(MPOOL *, pgno_t);
67 static int mpool_write(MPOOL *, BKT *);
128 BKT *bp;
138 * Get a BKT from the cache. Assign a new page number, attach
169 BKT *bp;
171 bp = (void *)((char *)page - sizeof(BKT));
199 BKT *bp;
297 BKT *bp;
302 bp = (void *)((intptr_t)page - sizeof(BKT));
    [all...]
  /src/include/
mpool.h 50 /* The BKT structures are the elements of the queues. */
61 } BKT;

Completed in 12 milliseconds