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

/drivers/s390/net/
H A Dctcm_dbug.c25 struct ctcm_dbf_info ctcm_dbf[CTCM_DBF_INFOS] = { variable in typeref:struct:ctcm_dbf_info
38 debug_unregister(ctcm_dbf[x].id);
39 ctcm_dbf[x].id = NULL;
48 ctcm_dbf[x].id = debug_register(ctcm_dbf[x].name,
49 ctcm_dbf[x].pages,
50 ctcm_dbf[x].areas,
51 ctcm_dbf[x].len);
52 if (ctcm_dbf[x].id == NULL) {
58 debug_register_view(ctcm_dbf[
[all...]

Completed in 71 milliseconds