Home
last modified time | relevance | path

Searched refs:mpool_sync (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/db/
H A DSymbol.map18 mpool_sync;
/freebsd/include/
H A Dmpool.h101 int mpool_sync(MPOOL *);
/freebsd/lib/libc/db/btree/
H A Dbt_close.c140 if ((status = mpool_sync(t->bt_mp)) == RET_SUCCESS) in __bt_sync()
/freebsd/lib/libc/db/mpool/
H A Dmpool.c316 mpool_sync(MPOOL *mp) in mpool_sync() function