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

/drivers/isdn/capi/
H A Dcapiutil.c888 static _cdebbuf *g_debbuf; variable
897 cdb = g_debbuf;
923 if (likely(cdb == g_debbuf)) {
951 if (likely(cdb == g_debbuf))
1014 g_debbuf = kmalloc(sizeof(_cdebbuf), GFP_KERNEL);
1015 if (!g_debbuf) {
1019 g_debbuf->buf = kmalloc(CDEBUG_GSIZE, GFP_KERNEL);
1020 if (!g_debbuf->buf) {
1022 kfree(g_debbuf);
1025 g_debbuf
1042 static _cdebbuf g_debbuf = {"CONFIG_CAPI_TRACE not enabled", NULL, 0, 0}; variable
[all...]

Completed in 36 milliseconds