Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dwti.c44 static debug_info_t *wti_dbg; variable
118 debug_text_event(wti_dbg, 2, buf); in wti_dbf_grace_period()
196 wti_dbg = debug_register("wti", 1, 1, WTI_DBF_LEN); in wti_init()
197 if (!wti_dbg) { in wti_init()
201 rc = debug_register_view(wti_dbg, &debug_hex_ascii_view); in wti_init()
206 debug_unregister(wti_dbg); in wti_init()