Home
last modified time | relevance | path

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

12

/linux/arch/x86/kernel/
A Dtracepoint.c26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/linux/include/linux/
A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
A Djump_label.h521 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/linux/Documentation/staging/
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/net/core/
A 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()
A Dnet-sysfs.c885 static_branch_dec(&rps_needed); in store_rps_map()
A Ddev.c2065 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
2081 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
2139 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5627 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
/linux/arch/x86/kvm/mmu/
A Dmmu_audit.c271 static_branch_dec(&mmu_audit_key); in mmu_audit_disable()
/linux/arch/powerpc/platforms/powernv/
A Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux/mm/
A Dmemremap.c48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
A Dmemcontrol.c5290 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
5293 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/linux/kernel/bpf/
A Dnet_namespace.c33 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
A Dcgroup.c131 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
737 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in __cgroup_bpf_detach()
/linux/net/bridge/
A Dbr_switchdev.c280 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/linux/net/netfilter/
A Dnft_meta.c716 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/linux/net/mac80211/
A Ddebugfs.c319 static_branch_dec(&aql_disable); in aql_enable_write()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_lib.c1040 static_branch_dec(&ixgbe_xdp_locking_key); in ixgbe_free_q_vector()
/linux/arch/x86/events/
A Dcore.c2587 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2592 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/linux/net/ipv4/
A Dip_tunnel_core.c1061 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
A Dudp.c601 static_branch_dec(&udp_encap_needed_key); in udp_encap_disable()
2649 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/linux/arch/arm64/kvm/
A Darm.c355 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()
/linux/net/sched/
A Dact_ct.c1577 static_branch_dec(&tcf_frag_xmit_count); in ct_cleanup_module()
/linux/net/ipv6/
A Dudp.c1630 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
/linux/drivers/i2c/
A Di2c-core-base.c77 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/linux/kernel/trace/
A 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()

Completed in 93 milliseconds

12