Home
last modified time | relevance | path

Searched refs:__plog (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dfs_context.h191 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ macro
202 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__)
203 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
214 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__)
215 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__)
226 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__)
227 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)

Completed in 3 milliseconds