Searched refs:LOGLEVEL_DEBUG (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | kern_levels.h | 37 #define LOGLEVEL_DEBUG 7 /* debug-level messages */ macro
|
/linux/arch/s390/boot/ |
H A D | printk.c | 42 return boot_earlyprintk && (boot_ignore_loglevel || boot_console_loglevel > LOGLEVEL_DEBUG); in debug_messages_printed() 193 if (level == LOGLEVEL_DEBUG && (!bootdebug || !bootdebug_filter_match(skip_timestamp(buf)))) in boot_console_earlyprintk()
|
/linux/drivers/md/dm-vdo/ |
H A D | logger.h | 24 VDO_LOG_DEBUG = LOGLEVEL_DEBUG,
|
/linux/drivers/usb/storage/ |
H A D | debug.c | 170 dev_vprintk_emit(LOGLEVEL_DEBUG, &us->pusb_dev->dev, fmt, args); in usb_stor_dbg()
|
/linux/lib/ |
H A D | dynamic_debug.c | 903 dev_printk_emit(LOGLEVEL_DEBUG, dev, "%s%s %s: %pV", in __dynamic_dev_dbg() 932 dev_printk_emit(LOGLEVEL_DEBUG, dev->dev.parent, in __dynamic_netdev_dbg() 968 dev_printk_emit(LOGLEVEL_DEBUG, ibdev->dev.parent, in __dynamic_ibdev_dbg()
|