Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtracepoint.c24 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
39 static_branch_dec(&trace_resched_ipi_key); in trace_resched_ipi_unreg()
/Linux-v4.19/include/linux/
Dcpuset.h49 static_branch_dec(&cpusets_enabled_key); in cpuset_dec()
50 static_branch_dec(&cpusets_pre_enable_key); in cpuset_dec()
Djump_label.h432 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/Linux-v4.19/kernel/bpf/
Dcgroup.c40 static_branch_dec(&cgroup_bpf_enabled_key); in cgroup_bpf_put()
311 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_attach()
396 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_detach()
/Linux-v4.19/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-v4.19/net/ipv4/
Dip_tunnel_core.c437 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
Dtcp_input.c128 static_branch_dec(&clean_acked_data_enabled); in clean_acked_data_disable()
/Linux-v4.19/net/netfilter/
Dnft_meta.c498 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
Dnf_tables_api.c1426 static_branch_dec(&nft_counters_enabled); in nf_tables_chain_destroy()
/Linux-v4.19/virt/kvm/arm/
Darm.c316 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_free()
/Linux-v4.19/mm/
Dmemcontrol.c3145 static_branch_dec(&memcg_kmem_enabled_key); in memcg_free_kmem()
4591 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
4594 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c83 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/Linux-v4.19/net/core/
Ddev.c1788 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
1804 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
1862 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5071 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
Dsock.c309 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/Linux-v4.19/arch/x86/events/
Dcore.c2217 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/Linux-v4.19/kernel/sched/
Dcore.c2447 static_branch_dec(&preempt_notifier_key); in preempt_notifier_dec()