Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/x86/kernel/
Dtracepoint.c26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/Linux-v5.15/include/linux/
Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
Djump_label.h521 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/Linux-v5.15/Documentation/staging/
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-v5.15/net/core/
Dsysctl_net_core.c103 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
104 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
Dnet-sysfs.c836 static_branch_dec(&rps_needed); in store_rps_map()
Ddev.c2059 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
2075 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
2133 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5605 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
Dsock.c308 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu_audit.c271 static_branch_dec(&mmu_audit_key); in mmu_audit_disable()
/Linux-v5.15/net/bridge/
Dbr_switchdev.c269 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/Linux-v5.15/mm/
Dmemremap.c48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
Dmemcontrol.c5302 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
5305 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/Linux-v5.15/kernel/bpf/
Dnet_namespace.c33 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
Dcgroup.c131 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
723 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in __cgroup_bpf_detach()
/Linux-v5.15/net/netfilter/
Dnft_meta.c712 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/Linux-v5.15/net/mac80211/
Ddebugfs.c319 static_branch_dec(&aql_disable); in aql_enable_write()
/Linux-v5.15/net/ipv4/
Dip_tunnel_core.c1061 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
Dudp.c602 static_branch_dec(&udp_encap_needed_key); in udp_encap_disable()
2639 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/Linux-v5.15/arch/x86/events/
Dcore.c2581 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2586 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/Linux-v5.15/arch/arm64/kvm/
Darm.c354 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()
/Linux-v5.15/net/sched/
Dact_ct.c1576 static_branch_dec(&tcf_frag_xmit_count); in ct_cleanup_module()
/Linux-v5.15/net/ipv6/
Dudp.c1629 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c77 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/Linux-v5.15/kernel/trace/
Dtrace.c312 static_branch_dec(&trace_function_exports_enabled); in ftrace_exports_disable()
315 static_branch_dec(&trace_event_exports_enabled); in ftrace_exports_disable()
318 static_branch_dec(&trace_marker_exports_enabled); in ftrace_exports_disable()

12