Searched refs:active_devs (Results 1 – 7 of 7) sorted by relevance
46 unsigned int active_devs; member530 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()
38 unsigned int active_devs; member606 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()
18 static unsigned int active_devs; variable257 if (++active_devs == 1) in qat_comp_algs_register()266 if (--active_devs == 0) in qat_comp_algs_unregister()
48 static unsigned int active_devs; variable1391 if (++active_devs != 1) in qat_algs_register()1415 if (--active_devs != 0) in qat_algs_unregister()
21 static unsigned int active_devs; variable1341 if (++active_devs == 1) { in qat_asym_algs_register()1356 if (--active_devs == 0) { in qat_asym_algs_unregister()
29 static unsigned int active_devs; variable36 if (++active_devs != 1) in register_algs()54 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()
Completed in 23 milliseconds