Searched refs:static_branch_dec (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/arch/x86/kernel/
H A Dtracepoint.c20 static_branch_dec(&trace_pagefault_key);
/linux-master/fs/xfs/
H A Dxfs_hooks.h29 # define xfs_hooks_switch_off(name) static_branch_dec(name)
H A Dxfs_drain.c31 static_branch_dec(&xfs_drain_waiter_gate);
/linux-master/include/linux/
H A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
H A Djump_label.h54 * static_branch_dec() as a 'make more false'.
522 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/linux-master/kernel/power/
H A Dprocess.c186 static_branch_dec(&freezer_active);
/linux-master/mm/
H A Dhugetlb_vmemmap.c466 static_branch_dec(&hugetlb_optimize_vmemmap_key);
583 static_branch_dec(&hugetlb_optimize_vmemmap_key);
H A Dmemremap.c49 static_branch_dec(&devmap_managed_key);
H A Dmemcontrol.c5706 static_branch_dec(&memcg_sockets_enabled_key);
5709 static_branch_dec(&memcg_sockets_enabled_key);
5713 static_branch_dec(&memcg_bpf_enabled_key);
/linux-master/net/core/
H A Dsysctl_net_core.c184 static_branch_dec(&rps_needed);
185 static_branch_dec(&rfs_needed);
H A Dnet-sysfs.c884 static_branch_dec(&rps_needed);
/linux-master/kernel/bpf/
H A Dnet_namespace.c34 static_branch_dec(&bpf_sk_lookup_enabled);
H A Dcgroup.c305 static_branch_dec(&cgroup_bpf_enabled_key[atype]);
1004 static_branch_dec(&cgroup_bpf_enabled_key[atype]);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c477 static_branch_dec(&aq_xdp_locking_key);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-call.c66 static_branch_dec(&opal_tracepoint_key);
/linux-master/lib/kunit/
H A Dtest.c734 static_branch_dec(&kunit_running);
/linux-master/net/mac80211/
H A Ddebugfs.c350 static_branch_dec(&aql_disable);
/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c93 static_branch_dec(&pai_key);
/linux-master/net/netfilter/
H A Dnft_meta.c710 static_branch_dec(&nft_trace_enabled);
/linux-master/net/bridge/
H A Dbr_switchdev.c295 static_branch_dec(&br_switchdev_tx_fwd_offload);
/linux-master/drivers/md/
H A Ddm-bufio.c2596 static_branch_dec(&no_sleep_enabled);
2646 static_branch_dec(&no_sleep_enabled);
H A Ddm-verity-target.c1055 static_branch_dec(&use_bh_wq_enabled);
/linux-master/net/sched/
H A Dsch_taprio.c1495 static_branch_dec(&taprio_have_broken_mqprio);
1497 static_branch_dec(&taprio_have_working_mqprio);
/linux-master/arch/x86/events/
H A Dcore.c2572 static_branch_dec(&rdpmc_never_available_key);
2577 static_branch_dec(&rdpmc_always_available_key);
/linux-master/net/ipv4/
H A Dip_tunnel_core.c1061 static_branch_dec(&ip_tunnel_metadata_cnt);

Completed in 294 milliseconds

12