Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtracepoint.c26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/OK3568_Linux_fs/kernel/Documentation/staging/
H 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.
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
H A Djump_label.h513 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/OK3568_Linux_fs/kernel/net/core/
H A 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()
H A Dnet-sysfs.c845 static_branch_dec(&rps_needed); in store_rps_map()
H A Ddev.c2117 static_branch_dec(&ingress_needed_key); in net_dec_ingress_queue()
2133 static_branch_dec(&egress_needed_key); in net_dec_egress_queue()
2191 static_branch_dec(&netstamp_needed_key); in net_disable_timestamp()
5547 static_branch_dec(&generic_xdp_needed_key); in generic_xdp_install()
H A Dsock.c306 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/OK3568_Linux_fs/kernel/mm/
H A Dmemremap.c48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
H A Dmemcontrol.c5514 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
5517 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-call.c65 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dnet_namespace.c33 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
H A Dcgroup.c131 static_branch_dec(&cgroup_bpf_enabled_key); in cgroup_bpf_release()
759 static_branch_dec(&cgroup_bpf_enabled_key); in __cgroup_bpf_detach()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c751 static_branch_dec(&basep_kinstr_jm_reader_static_key); in kbase_kinstr_jm_readers_del()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_meta.c703 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
H A Dnf_tables_api.c1707 static_branch_dec(&nft_counters_enabled); in nf_tables_chain_destroy()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c1069 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
H A Dudp.c604 static_branch_dec(&udp_encap_needed_key); in udp_encap_disable()
2594 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c341 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1614 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c78 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c308 static_branch_dec(&trace_function_exports_enabled); in ftrace_exports_disable()
311 static_branch_dec(&trace_event_exports_enabled); in ftrace_exports_disable()
314 static_branch_dec(&trace_marker_exports_enabled); in ftrace_exports_disable()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c3650 static_branch_dec(&preempt_notifier_key); in preempt_notifier_dec()