Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.c1937 static int zcrypt_rng_device_count; variable
1974 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_add()
1986 zcrypt_rng_device_count = 1; in zcrypt_rng_device_add()
1988 zcrypt_rng_device_count++; in zcrypt_rng_device_add()
2002 zcrypt_rng_device_count--; in zcrypt_rng_device_remove()
2003 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_remove()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.c1902 static int zcrypt_rng_device_count; variable
1939 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_add()
1949 zcrypt_rng_device_count = 1; in zcrypt_rng_device_add()
1951 zcrypt_rng_device_count++; in zcrypt_rng_device_add()
1966 zcrypt_rng_device_count--; in zcrypt_rng_device_remove()
1967 if (zcrypt_rng_device_count == 0) { in zcrypt_rng_device_remove()

Completed in 7 milliseconds