Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_algs.c375 int sg_total; in __virtio_crypto_ablkcipher_do_req() local
385 sg_total = src_nents + dst_nents + 3; in __virtio_crypto_ablkcipher_do_req()
386 sgs = kcalloc_node(sg_total, sizeof(*sgs), GFP_KERNEL, in __virtio_crypto_ablkcipher_do_req()