Searched refs:ERR (Results 1 – 2 of 2) sorted by relevance
128 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()137 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
31 #define ERR(fmt, ...) pr_err("%s: " fmt, __func__, ##__VA_ARGS__) macro