Searched refs:jhash_size (Results 1 – 3 of 3) sorted by relevance
30 #define jhash_size(n) ((u32)1<<(n)) macro32 #define jhash_mask(n) (jhash_size(n)-1)
87 : jhash_size((htable_bits) - HTABLE_REGION_BITS))94 : (h) * jhash_size(HTABLE_REGION_BITS))96 ((htable_bits) < HTABLE_REGION_BITS ? jhash_size(htable_bits) \97 : ((h) + 1) * jhash_size(HTABLE_REGION_BITS))138 hsize = jhash_size(hbits); in htable_size()153 if (jhash_size(bits) != hashsize) in htable_bits()460 for (i = 0; i < jhash_size(t->htable_bits); i++) { in mtype_ahash_destroy()1296 htonl(jhash_size(htable_bits))) || in mtype_head()1367 for (; cb->args[IPSET_CB_ARG0] < jhash_size(t->htable_bits); in mtype_list()1586 set->name, jhash_size(t->htable_bits), in IPSET_TOKEN()