Home
last modified time | relevance | path

Searched refs:nwords (Results 1 – 3 of 3) sorted by relevance

/net/ethtool/
A Dbitset.c183 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_bitset32_size() local
248 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_put_bitset32() local
249 unsigned int nbytes = nwords * sizeof(u32); in ethnl_put_bitset32()
258 dst[nwords - 1] &= ethnl_lower_bits(nbits); in ethnl_put_bitset32()
267 dst[nwords - 1] &= ethnl_lower_bits(nbits); in ethnl_put_bitset32()
472 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_update_bitset32_verbose() local
473 unsigned int nbytes = nwords * sizeof(u32); in ethnl_update_bitset32_verbose()
750 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_bitset_size() local
755 mask32 = val32 + nwords; in ethnl_bitset_size()
786 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_put_bitset() local
[all …]
/net/sunrpc/
A Dxdr.c1222 xdr->nwords -= XDR_QUADLEN(nbytes); in xdr_truncate_decode()
1414 xdr->nwords -= p - xdr->p; in xdr_init_decode()
1454 __be32 *q = p + nwords; in __xdr_inline_decode()
1456 if (unlikely(nwords > xdr->nwords || q > xdr->end || q < p)) in __xdr_inline_decode()
1459 xdr->nwords -= nwords; in __xdr_inline_decode()
1538 if (xdr->nwords == 0) in xdr_align_pages()
1542 if (nwords > xdr->nwords) { in xdr_align_pages()
1543 nwords = xdr->nwords; in xdr_align_pages()
1544 len = nwords << 2; in xdr_align_pages()
1548 else if (nwords < xdr->nwords) { in xdr_align_pages()
[all …]
/net/sunrpc/auth_gss/
A Dsvcauth_gss.c958 xdr->nwords -= XDR_QUADLEN(saved_len - buf->len); in svcauth_gss_unwrap_priv()

Completed in 23 milliseconds