cpumask_size
if (len < cpumask_size())
else if (len > cpumask_size())
len = cpumask_size();
if (cpusetsize > cpumask_size())
cpusetsize = cpumask_size();
if (cpusetsize > cpumask_size())
cpusetsize = cpumask_size();
len = min_t(u64, start.cpumask_len, cpumask_size());
retlen = min_t(unsigned short, header->len, cpumask_size());
cpumask = kzalloc(cpumask_size(), GFP_KERNEL);
qv->mask = kzalloc(cpumask_size(), GFP_KERNEL);
ii_dev = kzalloc(sizeof(*ii_dev) + cpumask_size(), GFP_KERNEL);
tmp = kzalloc(cpumask_size(), GFP_KERNEL);
cpumask_size(), GFP_KERNEL);
bitmap += cpumask_size();
cid_bitmap += cpumask_size();
return cpumask_size() + bitmap_size(num_possible_cpus());
if (len > cpumask_size())
len = cpumask_size();
if (len < cpumask_size())
memset(new_mask, 0, cpumask_size());
else if (len > cpumask_size())
len = cpumask_size();
unsigned int retlen = min(len, cpumask_size());
mm_size = sizeof(struct mm_struct) + cpumask_size() + mm_cid_size();
pd = kzalloc(sizeof(*pd) + cpumask_size(), GFP_KERNEL);
trial = kmalloc(cpumask_size(), GFP_KERNEL);
struct cpumask *omask, *nmask = kmalloc(cpumask_size(), GFP_KERNEL);
memblock_free(omask, cpumask_size());
struct cpumask *mask = memblock_alloc_or_panic(cpumask_size(), SMP_CACHE_BYTES);
int size = max_t(int, cpumask_size(), sizeof(struct rcu_head));
if (len < cpumask_size())
else if (len > cpumask_size())
len = cpumask_size();
unsigned int retlen = min(len, cpumask_size());
sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(),
entry = kzalloc(sizeof(*entry) + cpumask_size(), GFP_KERNEL);
struct cpumask *mask = kzalloc(cpumask_size(), GFP_KERNEL);
sd = kzalloc_node(sizeof(struct sched_domain) + cpumask_size(),
sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(),
sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(),
hier->cpumask = kzalloc(cpumask_size(), GFP_KERNEL);
pred->mask = kzalloc(cpumask_size(), GFP_KERNEL);
*mask = kmalloc_node(cpumask_size(), flags, node);
*mask = memblock_alloc_or_panic(cpumask_size(), SMP_CACHE_BYTES);
memblock_free(mask, cpumask_size());
mask = kzalloc(cpumask_size(), GFP_KERNEL);
+ cpumask_size(),