Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/crypto/
A Dzcrypt_api.c2016 static int zcrypt_rng_device_count; variable
2053 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_add()
2063 zcrypt_rng_device_count = 1; in zcrypt_rng_device_add()
2065 zcrypt_rng_device_count++; in zcrypt_rng_device_add()
2080 zcrypt_rng_device_count--; in zcrypt_rng_device_remove()
2081 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_remove()

Completed in 8 milliseconds