Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h93 #define NCACHED 32 /* number of bit maps and spare points */ macro
94 int32_t spares[NCACHED];/* spare pages for overflow */
95 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */
113 u_int32_t *mapp[NCACHED];/* Pointers to page maps */
H A Dhash.c516 for (i = 0; i < NCACHED; i++)
621 for (i = 0; i < NCACHED; i++)
1055 for (i = 0; i < NCACHED; i++) {
1084 for (i = 0; i < NCACHED; i++) {
H A Dhash_page.c1121 if (++splitnum >= NCACHED) {
1133 if (free_page >= NCACHED) {
1157 if (++splitnum >= NCACHED) {
1274 for (sp = 0; sp < NCACHED; sp++)
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c112 for (i = 0; i < NCACHED; ++i)
/illumos-gate/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];
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c303 for (i = 0; i < NCACHED; i++)