Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance
43 static int hash_func(__u64 tag, int table_size) in hash_func() argument45 return do_div(tag, (unsigned int)table_size); in hash_func()
725 int table_size = 8; in hdr_find_e() local753 if (max_idx < table_size) in hdr_find_e()771 table_size = min(table_size * 2, in hdr_find_e()