Home
last modified time | relevance | path

Searched defs:DPRINT_TLA (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dgenl_magic_func.h96 #define DPRINT_TLA(a, op, b) pr_info("%s %s %s\n", a, op, b); macro
122 #define DPRINT_TLA(a, op, b) do {} while (0) macro