Searched refs:static_key_enabled (Results 1 – 10 of 10) sorted by relevance
335 #define jump_label_enabled static_key_enabled387 #define static_key_enabled(x) \ macro480 #define static_branch_likely(x) likely(static_key_enabled(&(x)->key))481 #define static_branch_unlikely(x) unlikely(static_key_enabled(&(x)->key))
49 if (static_key_enabled(key)) in invert_key()74 ret = static_key_enabled(keys[i].key); in verify_keys()79 if (static_key_enabled(keys[i].key)) { in verify_keys()
36 if (static_key_enabled(key)) in invert_key()
17 BUG_ON(!static_key_enabled(work->key)); in once_deferred()
233 if (tp->regfunc && !static_key_enabled(&tp->key)) { in tracepoint_add_func()254 if (!static_key_enabled(&tp->key)) in tracepoint_add_func()281 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()284 if (static_key_enabled(&tp->key)) in tracepoint_remove_func()
394 bool enabled = static_key_enabled(key); in jump_label_type()821 WARN_ON(static_key_enabled(&sk_true.key) != true); in jump_label_test()822 WARN_ON(static_key_enabled(&sk_false.key) != false); in jump_label_test()832 WARN_ON(static_key_enabled(&sk_true.key) == true); in jump_label_test()833 WARN_ON(static_key_enabled(&sk_false.key) == false); in jump_label_test()
3405 val = static_key_enabled(key); in proc_do_static_key()
640 static_key_enabled(&switch_mm_always_ibpb) ? in spectre_v2_user_select_mitigation()1480 if (static_key_enabled(&switch_to_cond_stibp)) in stibp_state()1489 if (static_key_enabled(&switch_mm_always_ibpb)) in ibpb_state()1491 if (static_key_enabled(&switch_mm_cond_ibpb)) in ibpb_state()
152 The state and the reference count can be retrieved with 'static_key_enabled()'
242 return static_key_enabled(cgroup_subsys_enabled_key[ssid]); in cgroup_ssid_enabled()