Lines Matching refs:WARN_ON_ONCE
180 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) in static_key_slow_inc_cpuslocked()
203 WARN_ON_ONCE(atomic_read(&key->enabled) != 1); in static_key_enable_cpuslocked()
234 WARN_ON_ONCE(atomic_read(&key->enabled) != 0); in static_key_disable_cpuslocked()
276 WARN_ON_ONCE(v < 0); in static_key_dec_not_one()
282 if (WARN_ON_ONCE(v == 0)) in static_key_dec_not_one()
306 if (WARN_ON_ONCE(val == -1)) in __static_key_slow_dec_cpuslocked()
311 if (WARN_ON_ONCE(val == 0)) in __static_key_slow_dec_cpuslocked()
411 WARN_ON_ONCE(key->type & JUMP_TYPE_LINKED); in static_key_entries()
449 WARN_ON_ONCE((unsigned long)entries & JUMP_TYPE_MASK); in static_key_set_entries()
588 if (WARN_ON_ONCE(!static_key_initialized)) in jump_label_init_ro()
630 WARN_ON_ONCE(!static_key_linked(key)); in static_key_mod()
645 WARN_ON_ONCE((unsigned long)mod & JUMP_TYPE_MASK); in static_key_set_mod()
658 WARN_ON_ONCE(__module_text_address((unsigned long)end) != mod); in __jump_label_mod_text_reserved()