Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c49 unsigned int active_devs; member
562 if (virtio_crypto_akcipher_algs[i].active_devs == 0) { in virtio_crypto_akcipher_algs_register()
568 virtio_crypto_akcipher_algs[i].active_devs++; in virtio_crypto_akcipher_algs_register()
588 if (virtio_crypto_akcipher_algs[i].active_devs == 0 || in virtio_crypto_akcipher_algs_unregister()
592 if (virtio_crypto_akcipher_algs[i].active_devs == 1) in virtio_crypto_akcipher_algs_unregister()
595 virtio_crypto_akcipher_algs[i].active_devs--; in virtio_crypto_akcipher_algs_unregister()
Dvirtio_crypto_skcipher_algs.c41 unsigned int active_devs; member
615 if (virtio_crypto_algs[i].active_devs == 0) { in virtio_crypto_skcipher_algs_register()
621 virtio_crypto_algs[i].active_devs++; in virtio_crypto_skcipher_algs_register()
642 if (virtio_crypto_algs[i].active_devs == 0 || in virtio_crypto_skcipher_algs_unregister()
646 if (virtio_crypto_algs[i].active_devs == 1) in virtio_crypto_skcipher_algs_unregister()
649 virtio_crypto_algs[i].active_devs--; in virtio_crypto_skcipher_algs_unregister()
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dqat_comp_algs.c26 static unsigned int active_devs; variable
477 if (++active_devs == 1) in qat_comp_algs_register()
486 if (--active_devs == 0) in qat_comp_algs_unregister()
Dqat_algs.c48 static unsigned int active_devs; variable
1391 if (++active_devs != 1) in qat_algs_register()
1415 if (--active_devs != 0) in qat_algs_unregister()
Dqat_asym_algs.c21 static unsigned int active_devs; variable
1287 if (++active_devs == 1) { in qat_asym_algs_register()
1302 if (--active_devs == 0) { in qat_asym_algs_unregister()
/linux-6.6.21/drivers/crypto/caam/
Djr.c29 static unsigned int active_devs; variable
36 if (++active_devs != 1) in register_algs()
54 if (--active_devs != 0) in unregister_algs()
/linux-6.6.21/drivers/crypto/hisilicon/sec/
Dsec_algs.c124 static unsigned int active_devs; variable
1101 if (++active_devs != 1) in sec_algs_register()
1106 --active_devs; in sec_algs_register()
1116 if (--active_devs != 0) in sec_algs_unregister()