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

/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c1928 static int zcrypt_rng_device_count; variable
1965 if (zcrypt_rng_device_count == 0) {
1975 zcrypt_rng_device_count = 1;
1977 zcrypt_rng_device_count++;
1992 zcrypt_rng_device_count--;
1993 if (zcrypt_rng_device_count == 0) {

Completed in 206 milliseconds