Searched refs:NCACHED (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_upgrade.h66 #define NCACHED 32 /* number of spare points */ macro
68 u_int32_t spares[NCACHED];
H A Ddb_page.h136 #define NCACHED 32 /* number of spare points */ macro
138 u_int32_t spares[NCACHED];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_conv.c105 for (i = 0; i < NCACHED; ++i)
H A Dhash_upgrade.c91 for (i = 1; i < NCACHED && i <= max_entry; i++)
H A Dhash_open.c307 for (; i < NCACHED; i++)
504 for (i = 0; i < NCACHED && meta->spares[i] != PGNO_INVALID; i++)
H A Dhash_stat.c421 if (spares_entry >= NCACHED ||
H A Dhash_verify.c149 for (i = 0; m->spares[i] != 0 && i < NCACHED; i++) {
454 spares_entry < NCACHED && m->spares[spares_entry] != 0; bucket++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c69 #define NCACHED 32 /* number of bit maps and spare points */ macro
70 int32_t spares[NCACHED];/* spare pages for overflow */
72 u_int16_t bitmaps[NCACHED];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c397 for (i = 0; i < NCACHED; i++)

Completed in 149 milliseconds