Searched refs:cfm_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/s390/kernel/ |
D | perf_pai_crypto.c | 24 static debug_info_t *cfm_dbg; variable 63 debug_sprintf_event(cfm_dbg, 5, "%s event %#llx cpu %d" in paicrypt_event_destroy() 68 debug_sprintf_event(cfm_dbg, 4, "%s page %#lx save %p\n", in paicrypt_event_destroy() 178 debug_sprintf_event(cfm_dbg, 5, "%s sample_period %#llx sampler %d" in paicrypt_busy() 681 cfm_dbg = debug_register(KMSG_COMPONENT, 2, 256, 128); in paicrypt_init() 682 if (!cfm_dbg) { in paicrypt_init() 686 debug_register_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init() 692 debug_unregister_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init() 693 debug_unregister(cfm_dbg); in paicrypt_init()
|