Home
last modified time | relevance | path

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

12

/linux-6.15/arch/x86/kernel/
H A Dtracepoint.c20 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/linux-6.15/fs/xfs/
H A Dxfs_hooks.h29 # define xfs_hooks_switch_off(name) static_branch_dec(name)
H A Dxfs_drain.c31 static_branch_dec(&xfs_defer_drain_waiter_gate); in xfs_defer_drain_wait_disable()
/linux-6.15/include/linux/
H A Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
H A Djump_label.h528 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/linux-6.15/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.
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_pci_mdio.c30 static_branch_dec(&enetc_has_err050089); in enetc_emdio_disable_err050089()
/linux-6.15/kernel/power/
H A Dprocess.c186 static_branch_dec(&freezer_active); in thaw_processes()
/linux-6.15/mm/
H A Dhugetlb_vmemmap.c483 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_restore_folio()
608 static_branch_dec(&hugetlb_optimize_vmemmap_key); in __hugetlb_vmemmap_optimize_folio()
H A Dmemremap.c49 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
H A Dmemcontrol.c3799 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3802 static_branch_dec(&memcg_sockets_enabled_key); in mem_cgroup_css_free()
3805 static_branch_dec(&memcg_bpf_enabled_key); in mem_cgroup_css_free()
/linux-6.15/net/core/
H A Dsysctl_net_core.c202 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
203 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
H A Dpage_pool.c1058 static_branch_dec(&page_pool_mem_providers); in __page_pool_destroy()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c477 static_branch_dec(&aq_xdp_locking_key); in aq_xdp_setup()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux-6.15/kernel/bpf/
H A Dnet_namespace.c34 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
H A Dcgroup.c322 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
1038 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in __cgroup_bpf_detach()
/linux-6.15/arch/s390/kernel/
H A Dperf_pai_crypto.c114 static_branch_dec(&pai_key); in paicrypt_event_destroy()
/linux-6.15/lib/kunit/
H A Dtest.c739 static_branch_dec(&kunit_running); in __kunit_test_suites_init()
/linux-6.15/drivers/md/
H A Ddm-verity-target.c1093 static_branch_dec(&ahash_enabled); in verity_dtr()
1112 static_branch_dec(&use_bh_wq_enabled); in verity_dtr()
/linux-6.15/net/netfilter/
H A Dnft_meta.c708 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/linux-6.15/net/bridge/
H A Dbr_switchdev.c295 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/linux-6.15/net/mac80211/
H A Ddebugfs.c345 static_branch_dec(&aql_disable); in aql_enable_write()
/linux-6.15/net/sched/
H A Dsch_taprio.c1492 static_branch_dec(&taprio_have_broken_mqprio); in taprio_cleanup_broken_mqprio()
1494 static_branch_dec(&taprio_have_working_mqprio); in taprio_cleanup_broken_mqprio()
/linux-6.15/net/ipv4/
H A Dip_tunnel_core.c1077 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()

12