Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c23 static debug_info_t *cfm_dbg; variable
59 debug_sprintf_event(cfm_dbg, 5, "%s root.refcount %d\n", __func__, in paicrypt_root_free()
93 debug_sprintf_event(cfm_dbg, 5, "%s event %#llx cpu %d users %d " in paicrypt_event_destroy_cpu()
98 debug_sprintf_event(cfm_dbg, 4, "%s page %#lx save %p\n", in paicrypt_event_destroy_cpu()
228 debug_sprintf_event(cfm_dbg, 5, "%s users %d refcnt %u page %#lx " in paicrypt_busy()
843 cfm_dbg = debug_register(KMSG_COMPONENT, 2, 256, 128); in paicrypt_init()
844 if (!cfm_dbg) { in paicrypt_init()
848 debug_register_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init()
854 debug_unregister_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init()
855 debug_unregister(cfm_dbg); in paicrypt_init()