Lines Matching defs:nbytes_to_hash
1988 unsigned int nbytes_to_hash;
2011 nbytes_to_hash = nbytes + req_ctx->nbuf;
2012 to_hash_later = nbytes_to_hash & (blocksize - 1);
2018 nbytes_to_hash -= to_hash_later;
2021 nbytes_to_hash -= blocksize;
2027 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1;
2036 if (nbytes_to_hash > blocksize)
2039 offset = nbytes_to_hash - req_ctx->nbuf;
2067 edesc = ahash_edesc_alloc(areq, nbytes_to_hash);
2089 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_done);