Searched refs:CACHE_SIZE (Results 1 – 7 of 7) sorted by relevance
37 #define CACHE_SIZE 16 /* keep it small, as linear searches are done */ macro44 } User_cache[CACHE_SIZE];60 for (i = 0; i < CACHE_SIZE; i++) { in check_cache()83 for (i = CACHE_SIZE - 1; i > 0; i--) in add_cache_entry()
13 CACHE_SIZE=6414 for(i = 0; i < CACHE_SIZE; i++) {
45 #define CACHE_SIZE (32 * 1024) macro103 ori t1, t0, CACHE_SIZE
97 #define CACHE_SIZE 3 macro98 static gfc_unit *unit_cache[CACHE_SIZE];335 for (c = 0; c < CACHE_SIZE; c++) in get_gfc_unit()362 for (c = 0; c < CACHE_SIZE - 1; c++) in get_gfc_unit()365 unit_cache[CACHE_SIZE - 1] = p; in get_gfc_unit()736 for (i = 0; i < CACHE_SIZE; i++) in close_unit_1()
97 #define CACHE_SIZE 3 macro98 static gfc_unit *unit_cache[CACHE_SIZE];335 for (c = 0; c < CACHE_SIZE; c++) in get_gfc_unit()362 for (c = 0; c < CACHE_SIZE - 1; c++) in get_gfc_unit()365 unit_cache[CACHE_SIZE - 1] = p; in get_gfc_unit()737 for (i = 0; i < CACHE_SIZE; i++) in close_unit_1()
127 #define CACHE_SIZE 20 macro696 ctable_create(CACHE_SIZE, policy_create, policy_delete, (void *) 0); in smtp_tls_policy_cache_query()
265 #define CACHE_SIZE 20 macro682 dane_cache = ctable_create(CACHE_SIZE, dane_lookup, dane_free, 0); in tls_dane_resolve()