| /include/sound/ |
| A D | hda-sdw-bpt.h | 41 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_open() 48 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_send_async() 55 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_wait() 64 WARN_ONCE(1, "SoundWire BPT is disabled"); in hda_sdw_bpt_close()
|
| /include/linux/ |
| A D | regmap.h | 1781 WARN_ONCE(1, "regmap API is disabled"); in regmap_write() 1788 WARN_ONCE(1, "regmap API is disabled"); in regmap_write_async() 1795 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write() 1802 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write_async() 1809 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_write() 1816 WARN_ONCE(1, "regmap API is disabled"); in regmap_bulk_write() 1823 WARN_ONCE(1, "regmap API is disabled"); in regmap_read() 1830 WARN_ONCE(1, "regmap API is disabled"); in regmap_read_bypassed() 1837 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_read() 1844 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_read() [all …]
|
| A D | alloc_tag.h | 155 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check() 159 WARN_ONCE(!tag, "current->alloc_tag not set\n"); in alloc_tag_add_check() 164 WARN_ONCE(ref && !ref->ct, "alloc_tag was not set\n"); in alloc_tag_sub_check()
|
| A D | vfsdebug.h | 15 #define VFS_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
|
| A D | file_ref.h | 121 WARN_ONCE(prior < 0, "file_ref_inc() on a released file reference"); in file_ref_inc()
|
| A D | trace_recursion.h | 105 WARN_ONCE(true, "RCU not on for: %pS\n", (void *)ip); \
|
| A D | rtnetlink.h | 56 WARN_ONCE(!rtnl_is_locked(), \ 112 WARN_ONCE(!rtnl_net_is_locked(net), \
|
| A D | torture.h | 50 …WARN_ONCE(!IS_MODULE(CONFIG_RCU_TORTURE_TEST) && ___firsterr < 0, "Torture-test initialization fai…
|
| A D | min_heap.h | 344 if (WARN_ONCE(heap->nr <= 0, "Popping an empty heap")) in __min_heap_pop_inline() 384 if (WARN_ONCE(heap->nr >= heap->size, "Pushing on a full heap")) in __min_heap_push_inline() 410 if (WARN_ONCE(heap->nr <= 0, "Popping an empty heap")) in __min_heap_del_inline()
|
| A D | mmdebug.h | 115 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
|
| A D | energy_model.h | 244 WARN_ONCE(!rcu_read_lock_held(), "EM: rcu read lock needed\n"); in em_cpu_energy()
|
| A D | bvec.h | 148 if (WARN_ONCE(bytes > iter->bi_size, in bvec_iter_advance()
|
| A D | tracepoint.h | 283 WARN_ONCE(!rcu_is_watching(), \ 301 WARN_ONCE(!rcu_is_watching(), \
|
| A D | dev_printk.h | 275 WARN_ONCE(condition, "%s %s: " format, \
|
| A D | kvm_host.h | 912 if (WARN_ONCE(__ret && !(kvm)->vm_bugged, fmt)) \ 948 WARN_ONCE(vcpu->srcu_depth++, in kvm_vcpu_srcu_read_lock() 959 WARN_ONCE(--vcpu->srcu_depth, in kvm_vcpu_srcu_read_unlock()
|
| A D | lockdep.h | 643 WARN_ONCE(debug_locks && !current->lockdep_recursion && \
|
| A D | fortify-string.h | 24 # define fortify_warn_once(x...) WARN_ONCE(x)
|
| /include/linux/soundwire/ |
| A D | sdw.h | 1111 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_add_slave() 1118 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_remove_slave() 1125 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read() 1131 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write() 1137 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write_no_pm() 1143 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read_no_pm() 1149 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread() 1155 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread_no_pm() 1161 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nwrite() 1167 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nwrite_no_pm() [all …]
|
| /include/rv/ |
| A D | instrumentation.h | 19 WARN_ONCE(register_trace_##tp(rv_handler, NULL), \
|
| A D | da_monitor.h | 340 WARN_ONCE(1, "Disabling a disabled monitor: " #name); \
|
| /include/net/ |
| A D | mac802154.h | 270 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_dst_pan() 323 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan() 329 WARN_ONCE(1, "invalid addr mode detected"); in ieee802154_skb_src_pan()
|
| A D | net_debug.h | 153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format))
|
| /include/asm-generic/ |
| A D | bug.h | 151 #define WARN_ONCE(condition, format...) \ macro 185 #define WARN_ONCE(condition, format...) WARN(condition, format) macro
|
| /include/linux/iio/ |
| A D | trigger.h | 97 WARN_ONCE(list_empty(&trig->list), in iio_trigger_get()
|
| /include/drm/ |
| A D | drm_print.h | 784 WARN_ONCE(condition, "%s %s: [drm] " format, \
|