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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DHashStats.java114 private int hash_bfree; field in class:HashStats
122 return hash_bfree;
207 + "\n hash_bfree=" + hash_bfree
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_stat.c187 (u_long)sp->hash_bfree, DB_PCT_PG(
188 sp->hash_bfree, sp->hash_buckets, sp->hash_pagesize), "ff");
250 sp->hash_bfree += P_FREESPACE(dbp, pagep);
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c485 (free_prop - hstat->hash_bfree - hstat->hash_ovfl_free)/
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c484 (free_prop - hstat->hash_bfree - hstat->hash_ovfl_free)/
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c59 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_bfree_fid, statp, hash_bfree);
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp1390 ADD_STAT_LONG(hash_bfree);
1392 ADD_STAT_LONG(hash_bfree);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1789 u_int32_t hash_bfree; /* Bytes free on bucket pages. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1779 u_int32_t hash_bfree; /* Bytes free on bucket pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1768 u_int32_t hash_bfree; /* Bytes free on bucket pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1777 u_int32_t hash_bfree; /* Bytes free on bucket pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1816 u_int32_t hash_bfree; /* Bytes free on bucket pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1816 u_int32_t hash_bfree; /* Bytes free on bucket pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c654 MAKE_STAT_LIST("Bytes free", hsp->hash_bfree);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs2914 hv_store_iv(RETVAL, "hash_bfree", stat->hash_bfree);

Completed in 400 milliseconds