Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_debug.h23 debug_sprintf_event(zcrypt_dbf_info, ##__VA_ARGS__)
25 extern debug_info_t *zcrypt_dbf_info;
Dzcrypt_api.c69 debug_info_t *zcrypt_dbf_info; variable
1246 zcrypt_dbf_info = debug_register("zcrypt", 1, 1, in zcrypt_debug_init()
1248 debug_register_view(zcrypt_dbf_info, &debug_sprintf_view); in zcrypt_debug_init()
1249 debug_set_level(zcrypt_dbf_info, DBF_ERR); in zcrypt_debug_init()
1256 debug_unregister(zcrypt_dbf_info); in zcrypt_debug_exit()