Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dtracepoint.c26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/net/core/
Dsysctl_net_core.c102 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
103 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
Dnet-sysfs.c845 static_branch_dec(&rps_needed); in store_rps_map()
Ddev.c2110 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
2126 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
2184 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5537 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
Dsock.c305 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/kernel/linux/linux-5.10/mm/
Dmemremap.c48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
Dmemcontrol.c5534 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
5537 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dopal-call.c65 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/kernel/linux/linux-5.10/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); in cgroup_bpf_release()
701 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_detach()
/kernel/linux/linux-5.10/net/netfilter/
Dnft_meta.c714 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
Dnf_tables_api.c1698 static_branch_dec(&nft_counters_enabled); in nf_tables_chain_destroy()
/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c2374 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2379 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel_core.c1069 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
Dudp.c2586 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/kernel/linux/linux-5.10/arch/arm64/kvm/
Darm.c307 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()
/kernel/linux/linux-5.10/drivers/i2c/
Di2c-core-base.c77 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/kernel/linux/linux-5.10/net/ipv6/
Dudp.c1614 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace.c303 static_branch_dec(&trace_function_exports_enabled); in ftrace_exports_disable()
306 static_branch_dec(&trace_event_exports_enabled); in ftrace_exports_disable()
309 static_branch_dec(&trace_marker_exports_enabled); in ftrace_exports_disable()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c3565 static_branch_dec(&preempt_notifier_key); in preempt_notifier_dec()