Searched refs:WARN (Results 1 – 21 of 21) sorted by relevance
| /include/asm-generic/ |
| A D | bug.h | 130 #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 D | ratelimit.h | 88 WARN(rtn, format, ##__VA_ARGS__); \ 100 int rtn = WARN(condition, format, ##__VA_ARGS__); \
|
| A D | debug_locks.h | 31 WARN(1, "DEBUG_LOCKS_WARN_ON(%s)", #c); \
|
| A D | vfsdebug.h | 16 #define VFS_WARN(cond, format...) (void)WARN(cond, format)
|
| A D | bug.h | 97 WARN(1, fmt, ##__VA_ARGS__); \
|
| A D | entry-common.h | 161 if (WARN(irqs_disabled(), "syscall %lu left IRQs disabled", nr)) in syscall_exit_to_user_mode_work()
|
| A D | mmdebug.h | 116 #define VM_WARN(cond, format...) (void)WARN(cond, format)
|
| A D | jump_label.h | 82 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \
|
| A D | dev_printk.h | 272 WARN(1, "%s %s: " format, dev_driver_string(dev), dev_name(dev), ## arg)
|
| A D | coresight.h | 672 WARN(new_mode != CS_MODE_DISABLED && current_mode != CS_MODE_DISABLED && in coresight_set_mode()
|
| A D | sched.h | 2306 WARN(current->alloc_tag != tag, "current->alloc_tag was changed:\n"); in alloc_tag_restore()
|
| A D | netdevice.h | 2702 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 D | pci.h | 2790 WARN(condition, "%s %s: " fmt, \
|
| /include/linux/perf/ |
| A D | arm_pmuv3.h | 312 default: WARN(1, "Invalid PMEV* index\n"); \
|
| /include/drm/ |
| A D | drm_gpusvm.h | 304 if (!WARN((gpusvm)->lock_dep_map, \
|
| A D | drm_gem.h | 608 if (!WARN((obj)->gpuva.lock_dep_map, \
|
| A D | drm_print.h | 779 WARN(condition, "%s %s: [drm] " format, \
|
| /include/sound/ |
| A D | core.h | 354 #define snd_BUG() WARN(1, "BUG?\n")
|
| /include/net/ |
| A D | sch_generic.h | 654 WARN(1, "Qdisc class overflow"); in qdisc_class_get() 664 WARN(1, "Qdisc class underflow"); in qdisc_class_put()
|
| A D | cfg80211.h | 9805 WARN(1, "wiphy: %s\n" format, wiphy_name(wiphy), ##args);
|
| /include/linux/mtd/ |
| A D | rawnand.h | 1484 WARN(nanddev_bits_per_cell(&chip->base) == 0, in nand_is_slc()
|
Completed in 96 milliseconds