Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c341 int sg_total; in __virtio_crypto_skcipher_do_req() local
357 sg_total = src_nents + dst_nents + 3; in __virtio_crypto_skcipher_do_req()
358 sgs = kcalloc_node(sg_total, sizeof(*sgs), GFP_KERNEL, in __virtio_crypto_skcipher_do_req()