Home
last modified time | relevance | path

Searched refs:static_branch_dec (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/x86/kernel/
H A Dtracepoint.c20 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/linux/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_defer_drain_waiter_gate); in xfs_defer_drain_wait_disable()
/linux/include/linux/
H A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
H A Djump_label.h528 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/linux/Documentation/staging/
H A Dstatic-keys.rst142 static_branch_dec(&key);
145 'static_branch_dec()' means 'make the branch false' with appropriate
147 static_branch_dec(), will switch the branch to false. And a subsequent
150 true. And then a 'static_branch_dec()', will again make the branch false.
/linux/kernel/power/
H A Dprocess.c186 static_branch_dec(&freezer_active); in thaw_processes()
/linux/mm/
H A Dhugetlb_vmemmap.c479 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_restore_folio()
604 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_optimize_folio()
H A Dmemremap.c49 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
H A Dmemcontrol.c3706 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3709 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3712 static_branch_dec(&memcg_bpf_enabled_key); in mem_cgroup_css_free()
/linux/net/core/
H A Dsysctl_net_core.c202 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
203 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
H A Dpage_pool.c1053 static_branch_dec(&page_pool_mem_providers); in __page_pool_destroy()
H A Ddev.c2295 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
2311 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
2369 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
4254 static_branch_dec(&tcx_needed_key); in tcx_dec()
6057 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c477 static_branch_dec(&aq_xdp_locking_key); in aq_xdp_setup()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux/kernel/bpf/
H A Dnet_namespace.c34 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
/linux/net/bridge/
H A Dbr_switchdev.c295 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/linux/net/netfilter/
H A Dnft_meta.c708 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/linux/net/sched/
H A Dsch_taprio.c1492 static_branch_dec(&taprio_have_broken_mqprio); in taprio_cleanup_broken_mqprio()
1494 static_branch_dec(&taprio_have_working_mqprio); in taprio_cleanup_broken_mqprio()
H A Dact_ct.c1686 static_branch_dec(&tcf_frag_xmit_count); in ct_cleanup_module()
H A Dcls_api.c167 static_branch_dec(&tc_skb_ext_tc); in tc_skb_ext_tc_disable()
423 static_branch_dec(&tcf_sw_enabled_key); in tcf_proto_count_usesw()
/linux/arch/x86/events/
H A Dcore.c2576 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2581 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/linux/net/ipv4/
H A Dip_tunnel_core.c1077 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
H A Dudp.c827 static_branch_dec(&udp_encap_needed_key); in udp_encap_disable()
2896 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/linux/net/ipv6/
H A Dudp.c1834 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()

12