Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/x86/kernel/
Dtracepoint.c20 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
/linux-6.6.21/fs/xfs/
Dxfs_drain.c31 static_branch_dec(&xfs_drain_waiter_gate); in xfs_drain_wait_disable()
/linux-6.6.21/include/linux/
Djump_label_ratelimit.h78 #define static_branch_slow_dec_deferred(x) static_branch_dec(&(x)->key)
Djump_label.h522 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
/linux-6.6.21/Documentation/staging/
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.6.21/kernel/power/
Dprocess.c186 static_branch_dec(&freezer_active); in thaw_processes()
/linux-6.6.21/mm/
Dhugetlb_vmemmap.c476 static_branch_dec(&hugetlb_optimize_vmemmap_key); in hugetlb_vmemmap_restore()
568 static_branch_dec(&hugetlb_optimize_vmemmap_key); in hugetlb_vmemmap_optimize()
Dmemremap.c48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
/linux-6.6.21/net/core/
Dsysctl_net_core.c178 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl()
179 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c477 static_branch_dec(&aq_xdp_locking_key); in aq_xdp_setup()
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dopal-call.c66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux-6.6.21/arch/s390/kernel/
Dperf_pai_crypto.c57 static_branch_dec(&pai_key); in paicrypt_event_destroy()
/linux-6.6.21/kernel/bpf/
Dnet_namespace.c34 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
Dcgroup.c305 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
1004 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in __cgroup_bpf_detach()
/linux-6.6.21/lib/kunit/
Dtest.c753 static_branch_dec(&kunit_running); in __kunit_test_suites_init()
/linux-6.6.21/net/mac80211/
Ddebugfs.c349 static_branch_dec(&aql_disable); in aql_enable_write()
/linux-6.6.21/net/bridge/
Dbr_switchdev.c295 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
/linux-6.6.21/net/netfilter/
Dnft_meta.c710 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
/linux-6.6.21/arch/x86/events/
Dcore.c2571 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc()
2576 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
/linux-6.6.21/net/ipv4/
Dip_tunnel_core.c1061 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
/linux-6.6.21/drivers/md/
Ddm-bufio.c2560 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_create()
2610 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_destroy()
Ddm-verity-target.c1028 static_branch_dec(&use_tasklet_enabled); in verity_dtr()
/linux-6.6.21/net/sched/
Dsch_taprio.c1504 static_branch_dec(&taprio_have_broken_mqprio); in taprio_cleanup_broken_mqprio()
1506 static_branch_dec(&taprio_have_working_mqprio); in taprio_cleanup_broken_mqprio()
Dact_ct.c1657 static_branch_dec(&tcf_frag_xmit_count); in ct_cleanup_module()
/linux-6.6.21/arch/arm64/kvm/
Darm.c405 static_branch_dec(&userspace_irqchip_in_use); in kvm_arch_vcpu_destroy()

12