Searched refs:st_alloc_max_buckets (Results 1 - 11 of 11) 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.java311 private int st_alloc_max_buckets; field in class:CacheStats
316 return st_alloc_max_buckets;
392 + "\n st_alloc_max_buckets=" + st_alloc_max_buckets
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_alloc.c112 if (total_buckets > c_mp->stat.st_alloc_max_buckets)
113 c_mp->stat.st_alloc_max_buckets = total_buckets;
H A Dmp_stat.c158 if (sp->st_alloc_max_buckets <
159 c_mp->stat.st_alloc_max_buckets)
160 sp->st_alloc_max_buckets =
161 c_mp->stat.st_alloc_max_buckets;
499 (u_long)gsp->st_alloc_max_buckets);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c190 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_alloc_max_buckets_fid, statp, st_alloc_max_buckets);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c387 sp->st_alloc_max_buckets);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h664 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ 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.h653 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ 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.h674 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ 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.h662 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ 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.h701 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ 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.h701 u_int32_t st_alloc_max_buckets; /* Max checked during allocation. */ member in struct:__db_mpool_stat

Completed in 235 milliseconds