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

  /src/include/
mpool.h 1 /* $NetBSD: mpool.h,v 1.16 2016/09/24 21:18:09 christos Exp $ */
31 * @(#)mpool.h 8.2 (Berkeley) 7/14/94
45 * pool is handed an opaque MPOOL cookie which stores all of this information.
63 typedef struct MPOOL {
88 } MPOOL;
99 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
100 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
102 void *mpool_new(MPOOL *, pgno_t *);
103 void *mpool_newf(MPOOL *, pgno_t *, unsigned int);
104 int mpool_delete(MPOOL *, void *)
    [all...]
  /src/lib/libc/db/mpool/
mpool.c 1 /* $NetBSD: mpool.c,v 1.23 2016/09/24 21:31:25 christos Exp $ */
37 __RCSID("$NetBSD: mpool.c,v 1.23 2016/09/24 21:31:25 christos Exp $");
52 #include <mpool.h>
65 static BKT *mpool_bkt(MPOOL *);
66 static BKT *mpool_look(MPOOL *, pgno_t);
67 static int mpool_write(MPOOL *, BKT *);
74 MPOOL *
78 MPOOL *mp;
94 /* Allocate and initialize the MPOOL cookie. */
112 mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *)
    [all...]
  /src/lib/libc/db/btree/
btree.h 46 #include <mpool.h>
355 MPOOL *bt_mp; /* memory pool cookie */

Completed in 58 milliseconds