Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddynamic_debug.h35 #define _DPRINTK_FLAGS_PRINT (1<<0) /* printk() a message using the format */ macro
49 #define _DPRINTK_FLAGS_DEFAULT _DPRINTK_FLAGS_PRINT
209 likely(descriptor.flags & _DPRINTK_FLAGS_PRINT)
212 unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT)
/linux/lib/
H A Ddynamic_debug.c92 { _DPRINTK_FLAGS_PRINT, 'p' },
251 if (dp->flags & _DPRINTK_FLAGS_PRINT) { in ddebug_change()
252 if (!(newflags & _DPRINTK_FLAGS_PRINT)) in ddebug_change()
254 } else if (newflags & _DPRINTK_FLAGS_PRINT) { in ddebug_change()