Searched refs:nr_cipher (Results 1 – 2 of 2) sorted by relevance
1566 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local1570 cipher_iovecs = kmem_zalloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()1590 zfs_uio_iovcnt(out_uio) = nr_cipher; in zio_crypt_init_uios_normal()1598 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()
1805 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local1816 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()1832 cuio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()1840 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()