Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 21 of 21) sorted by relevance

/include/asm-generic/
A Dbug.h130 #ifndef WARN
131 #define WARN(condition, format...) ({ \ macro
152 DO_ONCE_LITE_IF(condition, WARN, 1, format)
176 #ifndef WARN
177 #define WARN(condition, format...) ({ \ macro
185 #define WARN_ONCE(condition, format...) WARN(condition, format)
186 #define WARN_TAINT(condition, taint, format...) WARN(condition, format)
187 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format)
/include/linux/
A Dratelimit.h88 WARN(rtn, format, ##__VA_ARGS__); \
100 int rtn = WARN(condition, format, ##__VA_ARGS__); \
A Ddebug_locks.h31 WARN(1, "DEBUG_LOCKS_WARN_ON(%s)", #c); \
A Dvfsdebug.h16 #define VFS_WARN(cond, format...) (void)WARN(cond, format)
A Dbug.h97 WARN(1, fmt, ##__VA_ARGS__); \
A Dentry-common.h161 if (WARN(irqs_disabled(), "syscall %lu left IRQs disabled", nr)) in syscall_exit_to_user_mode_work()
A Dmmdebug.h116 #define VM_WARN(cond, format...) (void)WARN(cond, format)
A Djump_label.h82 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \
A Ddev_printk.h272 WARN(1, "%s %s: " format, dev_driver_string(dev), dev_name(dev), ## arg)
A Dcoresight.h672 WARN(new_mode != CS_MODE_DISABLED && current_mode != CS_MODE_DISABLED && in coresight_set_mode()
A Dsched.h2306 WARN(current->alloc_tag != tag, "current->alloc_tag was changed:\n"); in alloc_tag_restore()
A Dnetdevice.h2702 WARN(dev->ml_priv_type && dev->ml_priv_type != type, in netdev_set_ml_priv()
2705 WARN(!dev->ml_priv_type && dev->ml_priv, in netdev_set_ml_priv()
5529 WARN(1, "netdevice: %s%s: " format, netdev_name(dev), \
A Dpci.h2790 WARN(condition, "%s %s: " fmt, \
/include/linux/perf/
A Darm_pmuv3.h312 default: WARN(1, "Invalid PMEV* index\n"); \
/include/drm/
A Ddrm_gpusvm.h304 if (!WARN((gpusvm)->lock_dep_map, \
A Ddrm_gem.h608 if (!WARN((obj)->gpuva.lock_dep_map, \
A Ddrm_print.h779 WARN(condition, "%s %s: [drm] " format, \
/include/sound/
A Dcore.h354 #define snd_BUG() WARN(1, "BUG?\n")
/include/net/
A Dsch_generic.h654 WARN(1, "Qdisc class overflow"); in qdisc_class_get()
664 WARN(1, "Qdisc class underflow"); in qdisc_class_put()
A Dcfg80211.h9805 WARN(1, "wiphy: %s\n" format, wiphy_name(wiphy), ##args);
/include/linux/mtd/
A Drawnand.h1484 WARN(nanddev_bits_per_cell(&chip->base) == 0, in nand_is_slc()

Completed in 96 milliseconds