Searched defs:dprint (Results 1 – 4 of 4) sorted by relevance
54 sub dprint { subroutine
49 #define dprint(fmt, ...) { \ macro56 static inline void dprint(const char *fmt, ...) { } in dprint() function
109 #define dprint(bit, fmt, ...) ({ \ macro114 #define dprint(bit, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
162 sub dprint subroutine