Searched refs:static_key_enabled (Results 1 - 17 of 17) sorted by relevance

/linux-master/lib/
H A Dtest_static_key_base.c36 if (static_key_enabled(key))
H A Dtest_static_keys.c49 if (static_key_enabled(key))
74 ret = static_key_enabled(keys[i].key);
79 if (static_key_enabled(keys[i].key)) {
H A Donce.c19 BUG_ON(!static_key_enabled(work->key));
/linux-master/include/linux/
H A Djump_label.h348 #define jump_label_enabled static_key_enabled
415 #define static_key_enabled(x) \ macro
508 #define static_branch_likely(x) likely_notrace(static_key_enabled(&(x)->key))
509 #define static_branch_unlikely(x) unlikely_notrace(static_key_enabled(&(x)->key))
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c138 if (addr == PAGE_SIZE && (nospec_uses_trampoline() || !static_key_enabled(&cpu_has_bear)))
226 (nospec_uses_trampoline() || !static_key_enabled(&cpu_has_bear)) ?
H A Dvmem.c668 if (!static_key_enabled(&cpu_has_bear))
/linux-master/kernel/
H A Djump_label.c108 * static_key_enabled() must return true, so return 1 here.
157 * static_key_enabled(&key) for jumps to be updated properly.
420 bool enabled = static_key_enabled(key);
841 WARN_ON(static_key_enabled(&sk_true.key) != true);
842 WARN_ON(static_key_enabled(&sk_false.key) != false);
852 WARN_ON(static_key_enabled(&sk_true.key) == true);
853 WARN_ON(static_key_enabled(&sk_false.key) == false);
H A Dtracepoint.c330 if (tp->regfunc && !static_key_enabled(&tp->key)) {
414 if (tp->unregfunc && static_key_enabled(&tp->key))
H A Dsysctl.c1606 val = static_key_enabled(key);
/linux-master/mm/
H A Dpage_reporting.c390 if (!static_key_enabled(&page_reporting_enabled)) {
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c1369 static_key_enabled(&switch_mm_always_ibpb) ?
2773 if (static_key_enabled(&switch_to_cond_stibp))
2782 if (static_key_enabled(&switch_mm_always_ibpb))
2784 if (static_key_enabled(&switch_mm_cond_ibpb))
/linux-master/drivers/md/
H A Ddm-table.c738 if (ti->limit_swap_bios && !static_key_enabled(&swap_bios_enabled.key))
2045 if (!static_key_enabled(&zoned_enabled.key))
H A Ddm-stats.c419 if (!static_key_enabled(&stats_enabled.key))
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h828 if (static_key_enabled(&ixgbe_xdp_locking_key))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c2709 if (static_key_enabled(&ice_xdp_locking_key))
2736 if (static_key_enabled(&ice_xdp_locking_key)) {
2861 if (static_key_enabled(&ice_xdp_locking_key))
/linux-master/kernel/cgroup/
H A Dcgroup.c266 * is slower static_key_enabled() based test indexed by @ssid.
273 return static_key_enabled(cgroup_subsys_enabled_key[ssid]);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11735 if (!static_key_enabled(&bnxt_xdp_locking_key))
11737 } else if (static_key_enabled(&bnxt_xdp_locking_key)) {

Completed in 328 milliseconds