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

/drivers/atm/
H A Dfirestream.c293 #define fs_dprintk(f, str...) if (fs_debug & f) printk (str) macro
295 #define fs_dprintk(f, str...) /* nothing */ macro
335 #define func_enter() fs_dprintk(FS_DEBUG_FLOW, "fs: enter %s\n", __func__)
336 #define func_exit() fs_dprintk(FS_DEBUG_FLOW, "fs: exit %s\n", __func__)
453 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate);
555 fs_dprintk (FS_DEBUG_QOS, "rate: man=%u, exp=%hu", man, exp);
603 fs_dprintk (FS_DEBUG_TXQ, "Found queue at %x full. Waiting.\n",
611 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
623 fs_dprintk (FS_DEBUG_TXQ, "q at %d: %x-%x: %x entries.\n",
684 fs_dprintk (FS_DEBUG_QUEU
[all...]

Completed in 38 milliseconds