Home
last modified time | relevance | path

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

/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c46 unsigned int active_devs; member
530 if (virtio_crypto_akcipher_algs[i].active_devs == 0) { in virtio_crypto_akcipher_algs_register()
536 virtio_crypto_akcipher_algs[i].active_devs++; in virtio_crypto_akcipher_algs_register()
556 if (virtio_crypto_akcipher_algs[i].active_devs == 0 || in virtio_crypto_akcipher_algs_unregister()
560 if (virtio_crypto_akcipher_algs[i].active_devs == 1) in virtio_crypto_akcipher_algs_unregister()
563 virtio_crypto_akcipher_algs[i].active_devs--; in virtio_crypto_akcipher_algs_unregister()
A Dvirtio_crypto_skcipher_algs.c38 unsigned int active_devs; member
606 if (virtio_crypto_algs[i].active_devs == 0) { in virtio_crypto_skcipher_algs_register()
612 virtio_crypto_algs[i].active_devs++; in virtio_crypto_skcipher_algs_register()
633 if (virtio_crypto_algs[i].active_devs == 0 || in virtio_crypto_skcipher_algs_unregister()
637 if (virtio_crypto_algs[i].active_devs == 1) in virtio_crypto_skcipher_algs_unregister()
640 virtio_crypto_algs[i].active_devs--; in virtio_crypto_skcipher_algs_unregister()
/drivers/crypto/intel/qat/qat_common/
A Dqat_comp_algs.c18 static unsigned int active_devs; variable
257 if (++active_devs == 1) in qat_comp_algs_register()
266 if (--active_devs == 0) in qat_comp_algs_unregister()
A 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()
A Dqat_asym_algs.c21 static unsigned int active_devs; variable
1341 if (++active_devs == 1) { in qat_asym_algs_register()
1356 if (--active_devs == 0) { in qat_asym_algs_unregister()
/drivers/crypto/caam/
A Djr.c29 static unsigned int active_devs; variable
36 if (++active_devs != 1) in register_algs()
54 if (--active_devs != 0) in unregister_algs()
/drivers/crypto/hisilicon/sec/
A 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()

Completed in 23 milliseconds