Searched refs:hash_ovfl_free (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DHashStats.java158 private int hash_ovfl_free; field in class:HashStats
166 return hash_ovfl_free;
211 + "\n hash_ovfl_free=" + hash_ovfl_free
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_stat.c200 (u_long)sp->hash_ovfl_free, DB_PCT_PG(
201 sp->hash_ovfl_free, sp->hash_overflows, sp->hash_pagesize), "ff");
253 sp->hash_ovfl_free += P_FREESPACE(dbp, pagep);
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c485 (free_prop - hstat->hash_bfree - hstat->hash_ovfl_free)/
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c484 (free_prop - hstat->hash_bfree - hstat->hash_ovfl_free)/
/macosx-10.10/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c63 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_ovfl_free_fid, statp, hash_ovfl_free);
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb.in1793 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb.h1783 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */ member in struct:__db_h_stat
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb.h1772 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */ member in struct:__db_h_stat
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1781 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */ member in struct:__db_h_stat
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb.h1820 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */ member in struct:__db_h_stat
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb.h1820 u_int32_t hash_ovfl_free; /* Bytes free on ovfl pages. */ member in struct:__db_h_stat
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp1394 ADD_STAT_LONG(hash_ovfl_free);
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c661 hsp->hash_ovfl_free);
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs2918 hv_store_iv(RETVAL, "hash_ovfl_free", stat->hash_ovfl_free);

Completed in 227 milliseconds