Home
last modified time | relevance | path

Searched refs:hash_bigpages (Results 1 – 25 of 59) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DHashStats.java125 private int hash_bigpages; field in HashStats
133 return hash_bigpages; in getBigPages()
208 + "\n hash_bigpages=" + hash_bigpages in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DHashStats.java150 private int hash_bigpages; field in HashStats
160 return hash_bigpages; in getBigPages()
244 + "\n hash_bigpages=" + hash_bigpages in toString()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DHashStats.cs24 public uint BigPages { get { return st.hash_bigpages; } }
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DHashStats.cs24 public uint BigPages { get { return st.hash_bigpages; } }
/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash_stat.c189 (u_long)sp->hash_bigpages);
193 sp->hash_big_bfree, sp->hash_bigpages, sp->hash_pagesize), "ff");
304 sp->hash_bigpages++;
/dports/databases/db5/db-5.3.28/src/hash/
H A Dhash_stat.c191 "Number of overflow pages", (u_long)sp->hash_bigpages);
194 sp->hash_big_bfree, sp->hash_bigpages, sp->hash_pagesize), "ff");
301 sp->hash_bigpages++;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h107 extern long hash_accesses, hash_bigpages, hash_collisions, hash_expansions;
H A Dhash.c90 hash_bigpages; variable
242 hash_bigpages = 0;
481 "hdestroy: big key/data pages %ld\n", hash_bigpages);
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h107 extern long hash_accesses, hash_bigpages, hash_collisions, hash_expansions;
H A Dhash.c90 hash_bigpages; variable
242 hash_bigpages = 0;
481 "hdestroy: big key/data pages %ld\n", hash_bigpages);
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv017.tcl428 { "Number of big pages" hash_bigpages }
476 hash_bfree hash_bigpages hash_big_bfree hash_overflows \
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dhash_stat.c226 sp->hash_bigpages++;
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DStatStructs.cs51 internal uint hash_bigpages; field
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DStatStructs.cs55 internal uint hash_bigpages; field
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl480 { "Number of big pages" hash_bigpages }
540 hash_free hash_bfree hash_bigpages hash_big_bfree hash_overflows \
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dhash_stat.c323 sp->hash_bigpages++;
H A Ddb.h871 u_int32_t hash_bigpages; /* Number of big key/data pages. */ member
/dports/textproc/htdig/htdig-3.2.0b6/htdb/
H A Dhtdb_stat.cc482 dl("Number of overflow pages.\n", (u_long)sp->hash_bigpages); in hash_stats()
486 PCT(sp->hash_big_bfree, sp->hash_bigpages, sp->hash_pagesize)); in hash_stats()
/dports/textproc/mifluz/mifluz-0.26.0/htdb/
H A Dhtdb_stat.cc613 dl("Number of overflow pages.\n", (u_long)sp->hash_bigpages); in hash_stats()
617 PCT(sp->hash_big_bfree, sp->hash_bigpages, sp->hash_pagesize)); in hash_stats()
/dports/news/inn/inn-2.6.4/frontends/
H A Dovdb_stat.c527 { INT32, F(hash_bigpages), -1, -1, "Overflow pages" },
529 { FF, F(hash_bigpages), F(hash_big_bfree), F(hash_pagesize), "Overflow page fill factor" },
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dovdb_stat.c567 {INT32, F(hash_bigpages), -1, -1, "Overflow pages"},
569 {FF, F(hash_bigpages), F(hash_big_bfree), F(hash_pagesize),
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dovdb_stat.c527 { INT32, F(hash_bigpages), -1, -1, "Overflow pages" },
529 { FF, F(hash_bigpages), F(hash_big_bfree), F(hash_pagesize), "Overflow page fill factor" },
/dports/databases/db5/db-5.3.28/src/db/
H A Dpartition.c1304 hfsp->hash_bigpages += hsp->hash_bigpages;
/dports/databases/db18/db-18.1.40/src/db/
H A Dpartition.c1506 hfsp->hash_bigpages += hsp->hash_bigpages;
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Djava_stat_auto.c61 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_bigpages_fid, statp, hash_bigpages); in __dbj_fill_h_stat()

123