Searched refs:vnpr_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddynamic_debug.c119 #define vnpr_info(lvl, fmt, ...) \ macro
125 #define vpr_info(fmt, ...) vnpr_info(1, fmt, ##__VA_ARGS__)
126 #define v2pr_info(fmt, ...) vnpr_info(2, fmt, ##__VA_ARGS__)
127 #define v3pr_info(fmt, ...) vnpr_info(3, fmt, ##__VA_ARGS__)
128 #define v4pr_info(fmt, ...) vnpr_info(4, fmt, ##__VA_ARGS__)

Completed in 133 milliseconds