Searched refs:fs_dprintk (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/atm/ |
D | firestream.c | 291 #define fs_dprintk(f, str...) if (fs_debug & f) printk (str) macro 293 #define fs_dprintk(f, str...) /* nothing */ macro 333 #define func_enter() fs_dprintk (FS_DEBUG_FLOW, "fs: enter %s\n", __FUNCTION__) 334 #define func_exit() fs_dprintk (FS_DEBUG_FLOW, "fs: exit %s\n", __FUNCTION__) 451 fs_dprintk (FS_DEBUG_QOS, "make_rate %u", rate); in make_rate() 553 fs_dprintk (FS_DEBUG_QOS, "rate: man=%u, exp=%hu", man, exp); in make_rate() 601 fs_dprintk (FS_DEBUG_TXQ, "Found queue at %x full. Waiting.\n", in submit_qentry() 609 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe); in submit_qentry() 621 fs_dprintk (FS_DEBUG_TXQ, "q at %d: %x-%x: %x entries.\n", in submit_qentry() 682 fs_dprintk (FS_DEBUG_QUEUE, "reaping return queue entry at %lx\n", rq); in process_return_queue() [all …]
|