Searched refs:st_hash_max_wait (Results 1 - 10 of 10) 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 DCacheStats.java244 private int st_hash_max_wait; field in class:CacheStats
250 return st_hash_max_wait;
384 + "\n st_hash_max_wait=" + st_hash_max_wait
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c481 (u_long)gsp->st_hash_max_wait, DB_PCT(gsp->st_hash_max_wait,
482 gsp->st_hash_max_wait + gsp->st_hash_max_nowait), NULL);
821 mstat->st_hash_max_wait = 0;
828 if (tmp_wait > mstat->st_hash_max_wait) {
829 mstat->st_hash_max_wait = tmp_wait;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c182 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_hash_max_wait_fid, statp, st_hash_max_wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c377 sp->st_hash_max_wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h656 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h645 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h666 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h654 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h693 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h693 u_int32_t st_hash_max_wait; /* Max hash lock granted after wait. */ member in struct:__db_mpool_stat

Completed in 261 milliseconds