Home
last modified time | relevance | path

Searched refs:WARN_ONCE (Results 1 – 25 of 32) sorted by relevance

12

/include/sound/
A Dhda-sdw-bpt.h41 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 Dregmap.h1781 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 Dalloc_tag.h155 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 Dvfsdebug.h15 #define VFS_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
A Dfile_ref.h121 WARN_ONCE(prior < 0, "file_ref_inc() on a released file reference"); in file_ref_inc()
A Dtrace_recursion.h105 WARN_ONCE(true, "RCU not on for: %pS\n", (void *)ip); \
A Drtnetlink.h56 WARN_ONCE(!rtnl_is_locked(), \
112 WARN_ONCE(!rtnl_net_is_locked(net), \
A Dtorture.h50WARN_ONCE(!IS_MODULE(CONFIG_RCU_TORTURE_TEST) && ___firsterr < 0, "Torture-test initialization fai…
A Dmin_heap.h344 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 Dmmdebug.h115 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
A Denergy_model.h244 WARN_ONCE(!rcu_read_lock_held(), "EM: rcu read lock needed\n"); in em_cpu_energy()
A Dbvec.h148 if (WARN_ONCE(bytes > iter->bi_size, in bvec_iter_advance()
A Dtracepoint.h283 WARN_ONCE(!rcu_is_watching(), \
301 WARN_ONCE(!rcu_is_watching(), \
A Ddev_printk.h275 WARN_ONCE(condition, "%s %s: " format, \
A Dkvm_host.h912 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 Dlockdep.h643 WARN_ONCE(debug_locks && !current->lockdep_recursion && \
A Dfortify-string.h24 # define fortify_warn_once(x...) WARN_ONCE(x)
/include/linux/soundwire/
A Dsdw.h1111 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 Dinstrumentation.h19 WARN_ONCE(register_trace_##tp(rv_handler, NULL), \
A Dda_monitor.h340 WARN_ONCE(1, "Disabling a disabled monitor: " #name); \
/include/net/
A Dmac802154.h270 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 Dnet_debug.h153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format))
/include/asm-generic/
A Dbug.h151 #define WARN_ONCE(condition, format...) \ macro
185 #define WARN_ONCE(condition, format...) WARN(condition, format) macro
/include/linux/iio/
A Dtrigger.h97 WARN_ONCE(list_empty(&trig->list), in iio_trigger_get()
/include/drm/
A Ddrm_print.h784 WARN_ONCE(condition, "%s %s: [drm] " format, \

Completed in 47 milliseconds

12