Home
last modified time | relevance | path

Searched refs:static_branch_inc (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dclock.c220 static_branch_inc(&sched_clock_running); in sched_clock_init()
228 static_branch_inc(&sched_clock_running); in sched_clock_init_late()
455 static_branch_inc(&sched_clock_running); in sched_clock_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtracepoint.c20 static_branch_inc(&trace_pagefault_key); in trace_pagefault_reg()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcopy_mc.c21 static_branch_inc(&copy_mc_fragile_key); in enable_copy_mc_fragile()
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst140 static_branch_inc(&key);
144 Thus, 'static_branch_inc()' means 'make the branch true', and
148 static_branch_inc(), will change the branch back to true. Likewise, if the
149 key is initialized false, a 'static_branch_inc()', will change the branch to
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label_ratelimit.h97 #define static_branch_deferred_inc(x) static_branch_inc(&(x)->key)
H A Djump_label.h512 #define static_branch_inc(x) static_key_slow_inc(&(x)->key) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dcontext_tracking.c197 static_branch_inc(&context_tracking_key); in context_tracking_cpu_set()
/OK3568_Linux_fs/kernel/net/core/
H A Dsysctl_net_core.c98 static_branch_inc(&rps_needed); in rps_sock_flow_sysctl()
99 static_branch_inc(&rfs_needed); in rps_sock_flow_sysctl()
H A Dnet-sysfs.c843 static_branch_inc(&rps_needed); in store_rps_map()
H A Ddev.c2111 static_branch_inc(&ingress_needed_key); in net_inc_ingress_queue()
2127 static_branch_inc(&egress_needed_key); in net_inc_egress_queue()
2171 static_branch_inc(&netstamp_needed_key); in net_enable_timestamp()
5549 static_branch_inc(&generic_xdp_needed_key); in generic_xdp_install()
H A Dsock.c298 static_branch_inc(&memalloc_socks_key); in sk_set_memalloc()
/OK3568_Linux_fs/kernel/mm/
H A Dfrontswap.c143 static_branch_inc(&frontswap_enabled_key); in frontswap_register_ops()
H A Dmemremap.c55 static_branch_inc(&devmap_managed_key); in devmap_managed_enable_get()
H A Dmemcontrol.c3861 static_branch_inc(&memcg_sockets_enabled_key); in memcg_update_tcp_max()
5438 static_branch_inc(&memcg_sockets_enabled_key); in mem_cgroup_css_alloc()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-call.c59 static_branch_inc(&opal_tracepoint_key); in opal_tracepoint_regfunc()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dnet_namespace.c46 static_branch_inc(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_need()
H A Dcgroup.c502 static_branch_inc(&cgroup_bpf_enabled_key); in __cgroup_bpf_attach()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c732 static_branch_inc(&basep_kinstr_jm_reader_static_key); in kbase_kinstr_jm_readers_add()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_meta.c659 static_branch_inc(&nft_trace_enabled); in nft_meta_set_init()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2372 static_branch_inc(&rdpmc_never_available_key); in set_attr_rdpmc()
2377 static_branch_inc(&rdpmc_always_available_key); in set_attr_rdpmc()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c1063 static_branch_inc(&ip_tunnel_metadata_cnt); in ip_tunnel_need_metadata()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c601 static_branch_inc(&userspace_irqchip_in_use); in kvm_vcpu_first_run_init()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c458 static_branch_inc(&udpv6_encap_needed_key); in udpv6_encap_enable()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c72 static_branch_inc(&i2c_trace_msg_key); in i2c_transfer_trace_reg()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c296 static_branch_inc(&trace_function_exports_enabled); in ftrace_exports_enable()
299 static_branch_inc(&trace_event_exports_enabled); in ftrace_exports_enable()
302 static_branch_inc(&trace_marker_exports_enabled); in ftrace_exports_enable()

12