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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DHashStats.java147 private int hash_overflows; field in class:HashStats
155 return hash_overflows;
210 + "\n hash_overflows=" + hash_overflows
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c197 "Number of bucket overflow pages", (u_long)sp->hash_overflows);
201 sp->hash_ovfl_free, sp->hash_overflows, sp->hash_pagesize), "ff");
252 sp->hash_overflows++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c483 free_prop += hstat->hash_pagesize*hstat->hash_overflows;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c482 free_prop += hstat->hash_pagesize*hstat->hash_overflows;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c62 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_overflows_fid, statp, hash_overflows);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1782 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1771 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1792 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1780 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1819 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1819 u_int32_t hash_overflows; /* Number of overflow pages. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1393 ADD_STAT_LONG(hash_overflows);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c659 MAKE_STAT_LIST("Overflow pages", hsp->hash_overflows);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs2917 hv_store_iv(RETVAL, "hash_overflows", stat->hash_overflows);

Completed in 295 milliseconds