Searched defs:dprint (Results 1 – 4 of 4) sorted by relevance
54 sub dprint { subroutine
50 #define dprint(fmt, ...) { \ macro57 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
163 sub dprint subroutine