| /include/linux/ |
| D | regmap.h | 1710 WARN_ONCE(1, "regmap API is disabled"); in regmap_write() 1717 WARN_ONCE(1, "regmap API is disabled"); in regmap_write_async() 1724 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write() 1731 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_write_async() 1738 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_write() 1745 WARN_ONCE(1, "regmap API is disabled"); in regmap_bulk_write() 1752 WARN_ONCE(1, "regmap API is disabled"); in regmap_read() 1759 WARN_ONCE(1, "regmap API is disabled"); in regmap_read_bypassed() 1766 WARN_ONCE(1, "regmap API is disabled"); in regmap_raw_read() 1773 WARN_ONCE(1, "regmap API is disabled"); in regmap_noinc_read() [all …]
|
| D | alloc_tag.h | 143 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check() 147 WARN_ONCE(!tag, "current->alloc_tag not set\n"); in alloc_tag_add_check() 152 WARN_ONCE(ref && !ref->ct, "alloc_tag was not set\n"); in alloc_tag_sub_check()
|
| D | min_heap.h | 155 if (WARN_ONCE(heap->nr <= 0, "Popping an empty heap")) in __min_heap_pop() 195 if (WARN_ONCE(heap->nr >= heap->size, "Pushing on a full heap")) in __min_heap_push() 219 if (WARN_ONCE(heap->nr <= 0, "Popping an empty heap")) in __min_heap_del()
|
| D | trace_recursion.h | 105 WARN_ONCE(true, "RCU not on for: %pS\n", (void *)ip); \
|
| D | torture.h | 50 …WARN_ONCE(!IS_MODULE(CONFIG_RCU_TORTURE_TEST) && ___firsterr < 0, "Torture-test initialization fai…
|
| D | mmdebug.h | 93 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
|
| D | energy_model.h | 243 WARN_ONCE(!rcu_read_lock_held(), "EM: rcu read lock needed\n"); in em_cpu_energy()
|
| D | rtnetlink.h | 126 WARN_ONCE(!rtnl_is_locked(), \
|
| D | tracepoint.h | 221 if (WARN_ONCE(RCUIDLE_COND(rcuidle), \ 301 WARN_ONCE(!rcu_is_watching(), \
|
| D | bvec.h | 148 if (WARN_ONCE(bytes > iter->bi_size, in bvec_iter_advance()
|
| D | dev_printk.h | 275 WARN_ONCE(condition, "%s %s: " format, \
|
| 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()
|
| D | lockdep.h | 643 WARN_ONCE(debug_locks && !current->lockdep_recursion && \
|
| D | fortify-string.h | 24 # define fortify_warn_once(x...) WARN_ONCE(x)
|
| D | fb.h | 886 WARN_ONCE(condition, "fb%d: " fmt, (fb_info)->node, ##__VA_ARGS__)
|
| D | netdevice.h | 5267 WARN_ONCE(1, "%s: unknown reg_state %d\n", dev->name, reg_state); in netdev_reg_state() 5284 WARN_ONCE(1, "netdevice: %s%s: " format, netdev_name(dev), \
|
| /include/linux/soundwire/ |
| D | sdw.h | 1082 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_add_slave() 1089 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_stream_remove_slave() 1096 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read() 1102 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write() 1108 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_write_no_pm() 1114 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_read_no_pm() 1120 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread() 1126 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nread_no_pm() 1132 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nwrite() 1138 WARN_ONCE(1, "SoundWire API is disabled"); in sdw_nwrite_no_pm() [all …]
|
| /include/rv/ |
| D | instrumentation.h | 19 WARN_ONCE(register_trace_##tp(rv_handler, NULL), \
|
| D | da_monitor.h | 364 WARN_ONCE(1, "Disabling a disabled monitor: " #name); \
|
| /include/net/ |
| 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()
|
| D | tcp.h | 2461 WARN_ONCE(1, in tcp_rto_delta_us()
|
| /include/asm-generic/ |
| D | bug.h | 151 #define WARN_ONCE(condition, format...) \ macro 185 #define WARN_ONCE(condition, format...) WARN(condition, format) macro
|
| /include/linux/iio/ |
| D | trigger.h | 97 WARN_ONCE(list_empty(&trig->list), in iio_trigger_get()
|
| /include/drm/ |
| D | drm_print.h | 692 WARN_ONCE(condition, "%s %s: [drm] " format, \
|
| /include/rdma/ |
| D | ib_verbs.h | 3541 WARN_ONCE(ret, "Destroy of kernel PD shouldn't fail"); in ib_dealloc_pd() 3673 WARN_ONCE(ret, "Destroy of kernel AH shouldn't fail"); in rdma_destroy_ah() 3731 WARN_ONCE(ret, "Destroy of kernel SRQ shouldn't fail"); in ib_destroy_srq() 3979 WARN_ONCE(ret, "Destroy of kernel CQ shouldn't fail"); in ib_destroy_cq()
|