Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddynamic_debug.h34 #define _DPRINTK_FLAGS_INCL_TID (1<<4) macro
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_debug.c91 { _DPRINTK_FLAGS_INCL_TID, 't' },
571 if (desc->flags & _DPRINTK_FLAGS_INCL_TID) { in dynamic_emit_prefix()