Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dtracepoint.c26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
41 static_branch_dec(&trace_resched_ipi_key); in trace_resched_ipi_unreg()
/Linux-v5.4/include/linux/
Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
Djump_label.h490 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/Linux-v5.4/Documentation/
Dstatic-keys.txt142 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.4/net/core/
Dsysctl_net_core.c100 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
101 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
Dnet-sysfs.c755 static_branch_dec(&rps_needed); in store_rps_map()
Ddev.c1731 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
1747 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
1805 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5091 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
Dsock.c304 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/Linux-v5.4/kernel/bpf/
Dcgroup.c58 static_branch_dec(&cgroup_bpf_enabled_key); in cgroup_bpf_release()
390 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_attach()
481 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_detach()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-call.c65 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/Linux-v5.4/net/ipv4/
Dip_tunnel_core.c446 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
Dudp.c2515 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/Linux-v5.4/net/netfilter/
Dnft_meta.c528 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
Dnf_tables_api.c1500 static_branch_dec(&nft_counters_enabled); in nf_tables_chain_destroy()
/Linux-v5.4/virt/kvm/arm/
Darm.c301 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_free()
/Linux-v5.4/mm/
Dmemcontrol.c3565 static_branch_dec(&memcg_kmem_enabled_key); in memcg_free_kmem()
5238 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
5241 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/Linux-v5.4/net/ipv6/
Dudp.c1550 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
/Linux-v5.4/drivers/i2c/
Di2c-core-base.c75 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/Linux-v5.4/arch/x86/events/
Dcore.c2193 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/Linux-v5.4/kernel/sched/
Dcore.c2995 static_branch_dec(&preempt_notifier_key); in preempt_notifier_dec()