Searched refs:hash_size (Results 1 – 5 of 5) sorted by relevance
433 current_index >= current_detail->hash_size) { in cache_clean()445 current_index = current_detail->hash_size; in cache_clean()454 current_index < current_detail->hash_size && in cache_clean()460 if (current_detail && current_index < current_detail->hash_size) { in cache_clean()542 for (i = 0; i < detail->hash_size; i++) { in cache_purge()1344 } while(hash < cd->hash_size && in __cache_seq_start()1346 if (hash >= cd->hash_size) in __cache_seq_start()1372 while (hash < cd->hash_size && in cache_seq_next()1377 if (hash >= cd->hash_size) in cache_seq_next()1733 cd->hash_table = kcalloc(cd->hash_size, sizeof(struct hlist_head), in cache_create_net()[all …]
585 .hash_size = GID_HASHMAX,887 .hash_size = IP_HASHMAX,
1163 unsigned long hash_size = (1UL << ehash_order) * PAGE_SIZE / in dccp_init() local1166 while (hash_size & (hash_size - 1)) in dccp_init()1167 hash_size--; in dccp_init()1168 dccp_hashinfo.ehash_mask = hash_size - 1; in dccp_init()
285 .hash_size = RSI_HASHMAX,563 .hash_size = RSC_HASHMAX,
437 u8 hash_size; /* bytes in hash_location */ member