Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/
H A DSymbol.map22 mpool_sync;
/freebsd-13.1/include/
H A Dmpool.h104 int mpool_sync(MPOOL *);
/freebsd-13.1/lib/libc/db/btree/
H A Dbt_close.c146 if ((status = mpool_sync(t->bt_mp)) == RET_SUCCESS) in __bt_sync()
/freebsd-13.1/lib/libc/db/mpool/
H A Dmpool.c322 mpool_sync(MPOOL *mp) in mpool_sync() function