Home
last modified time | relevance | path

Searched defs:TRACE2 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth.c258 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}} macro
263 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}} macro
269 #define TRACE2(a) macro
/linux-3.4.99/fs/xfs/
Dxfs_filestream.c68 #define TRACE2(mp,t,a0,a1) TRACE6(mp,t,a0,a1,0,0,0,0) macro