Home
last modified time | relevance | path

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

12

/linux/arch/x86/kernel/
A Dtracepoint.c20 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/linux/fs/xfs/
A Dxfs_hooks.h29 # define xfs_hooks_switch_off(name) static_branch_dec(name)
A Dxfs_drain.c31 static_branch_dec(&xfs_drain_waiter_gate); in xfs_drain_wait_disable()
/linux/include/linux/
A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
A Djump_label.h525 #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/kernel/power/
A Dprocess.c186 static_branch_dec(&freezer_active); in thaw_processes()
/linux/mm/
A Dhugetlb_vmemmap.c479 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_restore_folio()
604 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_optimize_folio()
A Dmemremap.c49 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
A Dmemcontrol.c3690 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3693 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3696 static_branch_dec(&memcg_bpf_enabled_key); in mem_cgroup_css_free()
/linux/net/core/
A Dsysctl_net_core.c185 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
186 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
A Dpage_pool.c1015 static_branch_dec(&page_pool_mem_providers); in __page_pool_destroy()
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_main.c477 static_branch_dec(&aq_xdp_locking_key); in aq_xdp_setup()
/linux/arch/powerpc/platforms/powernv/
A Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux/kernel/bpf/
A Dnet_namespace.c34 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
A Dcgroup.c322 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
1021 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in __cgroup_bpf_detach()
/linux/arch/s390/kernel/
A Dperf_pai_crypto.c114 static_branch_dec(&pai_key); in paicrypt_event_destroy()
/linux/net/mac80211/
A Ddebugfs.c350 static_branch_dec(&aql_disable); in aql_enable_write()
/linux/lib/kunit/
A Dtest.c737 static_branch_dec(&kunit_running); in __kunit_test_suites_init()
/linux/drivers/md/
A Ddm-verity-target.c1046 static_branch_dec(&ahash_enabled); in verity_dtr()
1065 static_branch_dec(&use_bh_wq_enabled); in verity_dtr()
A Ddm-bufio.c2597 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_create()
2647 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_destroy()
/linux/net/bridge/
A Dbr_switchdev.c295 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/linux/net/netfilter/
A Dnft_meta.c708 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/linux/net/ipv4/
A Dip_tunnel_core.c1077 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
/linux/arch/x86/events/
A Dcore.c2577 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2582 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()

Completed in 822 milliseconds

12