Searched refs:active_devs (Results 1 – 5 of 5) sorted by relevance
43 unsigned int active_devs; member615 if (virtio_crypto_algs[i].active_devs == 0) { in virtio_crypto_algs_register()621 virtio_crypto_algs[i].active_devs++; in virtio_crypto_algs_register()642 if (virtio_crypto_algs[i].active_devs == 0 || in virtio_crypto_algs_unregister()646 if (virtio_crypto_algs[i].active_devs == 1) in virtio_crypto_algs_unregister()649 virtio_crypto_algs[i].active_devs--; in virtio_crypto_algs_unregister()
28 static unsigned int active_devs; variable34 if (++active_devs != 1) in register_algs()51 if (--active_devs != 0) in unregister_algs()
124 static unsigned int active_devs; variable1091 if (++active_devs != 1) in sec_algs_register()1096 --active_devs; in sec_algs_register()1106 if (--active_devs != 0) in sec_algs_unregister()
77 static unsigned int active_devs; variable1384 if (++active_devs != 1) in qat_algs_register()1413 if (--active_devs != 0) in qat_algs_unregister()
65 static unsigned int active_devs; variable1340 if (++active_devs == 1) { in qat_asym_algs_register()1355 if (--active_devs == 0) { in qat_asym_algs_unregister()