Searched refs:K_DEBUG (Results 1 – 1 of 1) sorted by relevance
31 #define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0) macro32 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)