Searched refs:active_devs (Results 1 – 5 of 5) sorted by relevance
44 unsigned int active_devs; member631 if (virtio_crypto_algs[i].active_devs == 0) { in virtio_crypto_algs_register()637 virtio_crypto_algs[i].active_devs++; in virtio_crypto_algs_register()658 if (virtio_crypto_algs[i].active_devs == 0 || in virtio_crypto_algs_unregister()662 if (virtio_crypto_algs[i].active_devs == 1) in virtio_crypto_algs_unregister()665 virtio_crypto_algs[i].active_devs--; in virtio_crypto_algs_unregister()
28 static unsigned int active_devs; variable35 if (++active_devs != 1) in register_algs()52 if (--active_devs != 0) in unregister_algs()
124 static unsigned int active_devs; variable1101 if (++active_devs != 1) in sec_algs_register()1106 --active_devs; in sec_algs_register()1116 if (--active_devs != 0) in sec_algs_unregister()
20 static unsigned int active_devs; variable1295 if (++active_devs == 1) { in qat_asym_algs_register()1310 if (--active_devs == 0) { in qat_asym_algs_unregister()
35 static unsigned int active_devs; variable1416 if (++active_devs != 1) in qat_algs_register()1440 if (--active_devs != 0) in qat_algs_unregister()