Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_api.c2022 static int zcrypt_rng_device_count; variable
2059 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_add()
2071 zcrypt_rng_device_count = 1; in zcrypt_rng_device_add()
2073 zcrypt_rng_device_count++; in zcrypt_rng_device_add()
2088 zcrypt_rng_device_count--; in zcrypt_rng_device_remove()
2089 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_remove()