Searched refs:bucketsize (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h46 #define AHASH_MAX(h) ((h)->bucketsize)
299 u8 bucketsize; /* max elements in an array block */ member in struct:htype
938 if (h->bucketsize >= AHASH_MAX_TUNED)
940 else if (h->bucketsize <= multi)
941 h->bucketsize += AHASH_INIT_SIZE;
1310 if (nla_put_u8(skb, IPSET_ATTR_BUCKETSIZE, h->bucketsize) ||
1594 h->bucketsize = AHASH_MAX_SIZE;
1596 h->bucketsize = nla_get_u8(tb[IPSET_ATTR_BUCKETSIZE]);
1597 if (h->bucketsize < AHASH_INIT_SIZE)
1598 h->bucketsize
[all...]
/linux-master/mm/
H A Dmm_init.c2448 unsigned long bucketsize,
2490 if (unlikely((numentries * bucketsize) < PAGE_SIZE))
2491 numentries = PAGE_SIZE / bucketsize;
2498 do_div(max, bucketsize);
2512 size = bucketsize << log2qty;
2526 * If bucketsize is not a power-of-two, we may free
2447 alloc_large_system_hash(const char *tablename, unsigned long bucketsize, unsigned long numentries, int scale, int flags, unsigned int *_hash_shift, unsigned int *_hash_mask, unsigned long low_limit, unsigned long high_limit) argument
/linux-master/include/linux/
H A Dmemblock.h586 unsigned long bucketsize,
/linux-master/fs/smb/server/
H A Dvfs_cache.c223 unsigned long bucketsize = sizeof(struct hlist_head); local
229 size = bucketsize << inode_hash_shift;

Completed in 200 milliseconds