Home
last modified time | relevance | path

Searched refs:NCACHED (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h95 #define NCACHED 32 /* number of bit maps and spare points */ macro
96 int32_t spares[NCACHED];/* spare pages for overflow */
97 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */
115 u_int32_t *mapp[NCACHED];/* Pointers to page maps */
H A Dhash.c523 for (i = 0; i < NCACHED; i++)
628 for (i = 0; i < NCACHED; i++)
1062 for (i = 0; i < NCACHED; i++) {
1091 for (i = 0; i < NCACHED; i++) {
H A Dhash_page.c1130 if (++splitnum >= NCACHED) {
1142 if (free_page >= NCACHED) {
1166 if (++splitnum >= NCACHED) {
1283 for (sp = 0; sp < NCACHED; sp++)
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c114 for (i = 0; i < NCACHED; ++i)
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h93 #define NCACHED 32 /* number of spare points */ macro
95 u_int32_t spares[NCACHED];
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c303 for (i = 0; i < NCACHED; i++)