Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1563 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local
1567 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()
1573 bzero(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()
1588 out_uio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()
1596 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1771 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local
1782 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()
1798 cuio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()
1806 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()