Lines Matching refs:nwords
183 unsigned int nwords = DIV_ROUND_UP(nbits, 32);
186 len += (mask ? 2 : 1) * nla_total_size(nwords * sizeof(u32));
248 unsigned int nwords = DIV_ROUND_UP(nbits, 32);
249 unsigned int nbytes = nwords * sizeof(u32);
258 dst[nwords - 1] &= ethnl_lower_bits(nbits);
267 dst[nwords - 1] &= ethnl_lower_bits(nbits);
710 unsigned int nwords = DIV_ROUND_UP(nbits, 32);
712 val32 = kmalloc_array(2 * nwords, sizeof(u32), GFP_KERNEL);
715 mask32 = val32 + nwords;
746 unsigned int nwords = DIV_ROUND_UP(nbits, 32);
748 val32 = kmalloc_array(2 * nwords, sizeof(u32), GFP_KERNEL);
751 mask32 = val32 + nwords;