Searched refs:ctcm_dbf (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/s390/net/
H A Dctcm_dbug.c24 struct ctcm_dbf_info ctcm_dbf[CTCM_DBF_INFOS] = { variable in typeref:struct:ctcm_dbf_info
37 debug_unregister(ctcm_dbf[x].id);
38 ctcm_dbf[x].id = NULL;
47 ctcm_dbf[x].id = debug_register(ctcm_dbf[x].name,
48 ctcm_dbf[x].pages,
49 ctcm_dbf[x].areas,
50 ctcm_dbf[x].len);
51 if (ctcm_dbf[x].id == NULL) {
57 debug_register_view(ctcm_dbf[
[all...]
H A Dctcm_dbug.h64 extern struct ctcm_dbf_info ctcm_dbf[CTCM_DBF_INFOS];
81 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
86 debug_event(ctcm_dbf[CTCM_DBF_##name].id, \

Completed in 159 milliseconds