| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tracepoint.c | 26 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | static-keys.rst | 142 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 D | jump_label_ratelimit.h | 78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
|
| H A D | jump_label.h | 513 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sysctl_net_core.c | 102 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl() 103 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
|
| H A D | net-sysfs.c | 845 static_branch_dec(&rps_needed); in store_rps_map()
|
| H A D | dev.c | 2117 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 D | sock.c | 306 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memremap.c | 48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
|
| H A D | memcontrol.c | 5514 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 D | opal-call.c | 65 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | net_namespace.c | 33 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
|
| H A D | cgroup.c | 131 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 D | mali_kbase_kinstr_jm.c | 751 static_branch_dec(&basep_kinstr_jm_reader_static_key); in kbase_kinstr_jm_readers_del()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_meta.c | 703 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
|
| H A D | nf_tables_api.c | 1707 static_branch_dec(&nft_counters_enabled); in nf_tables_chain_destroy()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 2374 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 D | ip_tunnel_core.c | 1069 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
|
| H A D | udp.c | 604 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 D | arm.c | 341 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | udp.c | 1614 static_branch_dec(&udpv6_encap_needed_key); in udpv6_destroy_sock()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-base.c | 78 static_branch_dec(&i2c_trace_msg_key); in i2c_transfer_trace_unreg()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace.c | 308 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 D | core.c | 3650 static_branch_dec(&preempt_notifier_key); in preempt_notifier_dec()
|