Home
last modified time | relevance | path

Searched refs:LOGLEVEL_DEBUG (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dkern_levels.h37 #define LOGLEVEL_DEBUG 7 /* debug-level messages */ macro
/linux/arch/s390/boot/
H A Dprintk.c44 return boot_earlyprintk && (boot_ignore_loglevel || boot_console_loglevel > LOGLEVEL_DEBUG); in debug_messages_printed()
195 if (level == LOGLEVEL_DEBUG && (!bootdebug || !bootdebug_filter_match(skip_timestamp(buf)))) in boot_console_earlyprintk()
/linux/drivers/md/dm-vdo/
H A Dlogger.h24 VDO_LOG_DEBUG = LOGLEVEL_DEBUG,
/linux/drivers/usb/storage/
H A Ddebug.c170 dev_vprintk_emit(LOGLEVEL_DEBUG, &us->pusb_dev->dev, fmt, args); in usb_stor_dbg()
/linux/lib/
H A Ddynamic_debug.c903 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h143 if (WARN_ONCE(level < LOGLEVEL_EMERG || level > LOGLEVEL_DEBUG, in mlx5_printk()
H A Dhealth.c407 case LOGLEVEL_DEBUG: in mlx5_loglevel_str()