Searched defs:dprint (Results 1 – 7 of 7) sorted by relevance
54 sub dprint { subroutine
53 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
38 dprint(unsigned long start, unsigned long size) in dprint() function