Home
last modified time | relevance | path

Searched refs:TM_DEBUG (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprocess.c70 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
72 #define TM_DEBUG(x...) do { } while(0) macro
1003 TM_DEBUG("---- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task()
1011 TM_DEBUG("---- tm_reclaim on pid %d complete\n", in tm_reclaim_task()
1070 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n", in tm_recheckpoint_new_task()
1082 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1532 #define TM_DEBUG (1 << 1) macro
H A Dmegaraid_sas_fusion.c4802 if (megasas_dbg_lvl & TM_DEBUG) in megasas_task_abort_fusion()