Searched refs:MPOOL_PAGE_NEXT (Results 1 - 2 of 2) sorted by last modified time

/netbsd-current/lib/libc/db/btree/
H A Dbt_open.c372 if ((meta = mpool_newf(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL)
375 if ((root = mpool_newf(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL)
/netbsd-current/include/
H A Dmpool.h95 #define MPOOL_PAGE_NEXT 0x02 /* Allocate a new page with the next macro

Completed in 287 milliseconds