Searched refs:hashsize (Results 1 - 2 of 2) sorted by relevance

/include/linux/netfilter/ipset/
H A Dip_set_ahash.h118 /* Compute htable_bits from the user input parameter hashsize */
120 htable_bits(u32 hashsize) argument
122 /* Assume that hashsize == 2^htable_bits */
123 u8 bits = fls(hashsize - 1);
124 if (jhash_size(bits) != hashsize)
126 bits = fls(hashsize);
373 /* Resize a hash: create a new hash table with doubling the hashsize
394 pr_warning("Cannot increase the hashsize of set %s further\n",
850 pr_warning("Cannot increase the hashsize of set %s further\n",
/include/net/
H A Dsch_generic.h318 unsigned int hashsize; member in struct:Qdisc_class_hash

Completed in 82 milliseconds