Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.c59 static int zcrypt_device_count = 0; variable
270 zcrypt_device_count++; in zcrypt_device_register()
281 zcrypt_device_count--; in zcrypt_device_register()
304 zcrypt_device_count--; in zcrypt_device_unregister()
799 pstat->totalcount = zcrypt_device_count; in zcrypt_ica_status()
930 return put_user(zcrypt_device_count, (int __user *) arg); in zcrypt_unlocked_ioctl()
1225 seq_printf(m, "Total device count: %d\n", zcrypt_device_count); in zcrypt_proc_show()