Searched refs:P_OVFLSPACE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h391 #define P_OVFLSPACE(dbp, psize, pg) (P_MAXSPACE(dbp, psize) - HOFFSET(pg)) macro
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_stat.c302 sp->hash_big_bfree += P_OVFLSPACE(dbp, dbp->pgsize, pagep);
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_stat.c412 sp->bt_over_pgfree += P_OVFLSPACE(dbp, dbp->pgsize, h);

Completed in 67 milliseconds