Searched refs:vnpr_info (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | dynamic_debug.c | 120 #define vnpr_info(lvl, fmt, ...) \ macro 126 #define vpr_info(fmt, ...) vnpr_info(1, fmt, ##__VA_ARGS__) 127 #define v2pr_info(fmt, ...) vnpr_info(2, fmt, ##__VA_ARGS__) 128 #define v3pr_info(fmt, ...) vnpr_info(3, fmt, ##__VA_ARGS__) 129 #define v4pr_info(fmt, ...) vnpr_info(4, fmt, ##__VA_ARGS__)
|