Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c24 static debug_info_t *cfm_dbg; variable
59 debug_sprintf_event(cfm_dbg, 5, "%s event %#llx cpu %d users %d" in paicrypt_event_destroy()
65 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 users %d" in paicrypt_busy()
680 cfm_dbg = debug_register(KMSG_COMPONENT, 2, 256, 128); in paicrypt_init()
681 if (!cfm_dbg) { in paicrypt_init()
685 debug_register_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init()
691 debug_unregister_view(cfm_dbg, &debug_sprintf_view); in paicrypt_init()
692 debug_unregister(cfm_dbg); in paicrypt_init()