/openbmc/linux/arch/x86/kernel/ |
H A D | tracepoint.c | 20 static_branch_dec(&trace_pagefault_key); in trace_pagefault_unreg()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_drain.c | 31 static_branch_dec(&xfs_drain_waiter_gate); in xfs_drain_wait_disable()
|
/openbmc/linux/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 | 522 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro
|
/openbmc/linux/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.
|
/openbmc/linux/kernel/power/ |
H A D | process.c | 186 static_branch_dec(&freezer_active); in thaw_processes()
|
/openbmc/linux/mm/ |
H A D | hugetlb_vmemmap.c | 476 static_branch_dec(&hugetlb_optimize_vmemmap_key); in hugetlb_vmemmap_restore() 568 static_branch_dec(&hugetlb_optimize_vmemmap_key); in hugetlb_vmemmap_optimize()
|
H A D | memremap.c | 48 static_branch_dec(&devmap_managed_key); in devmap_managed_enable_put()
|
/openbmc/linux/net/core/ |
H A D | sysctl_net_core.c | 179 static_branch_dec(&rps_needed); in rps_sock_flow_sysctl() 180 static_branch_dec(&rfs_needed); in rps_sock_flow_sysctl()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 477 static_branch_dec(&aq_xdp_locking_key); in aq_xdp_setup()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-call.c | 66 static_branch_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 57 static_branch_dec(&pai_key); in paicrypt_event_destroy()
|
/openbmc/linux/kernel/bpf/ |
H A D | net_namespace.c | 34 static_branch_dec(&bpf_sk_lookup_enabled); in netns_bpf_attach_type_unneed()
|
H A D | cgroup.c | 322 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()
|
/openbmc/linux/lib/kunit/ |
H A D | test.c | 753 static_branch_dec(&kunit_running); in __kunit_test_suites_init()
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs.c | 349 static_branch_dec(&aql_disable); in aql_enable_write()
|
/openbmc/linux/net/bridge/ |
H A D | br_switchdev.c | 295 static_branch_dec(&br_switchdev_tx_fwd_offload); in nbp_switchdev_del()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_meta.c | 710 static_branch_dec(&nft_trace_enabled); in nft_meta_set_destroy()
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 2564 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_create() 2614 static_branch_dec(&no_sleep_enabled); in dm_bufio_client_destroy()
|
H A D | dm-verity-target.c | 1028 static_branch_dec(&use_tasklet_enabled); in verity_dtr()
|
/openbmc/linux/net/sched/ |
H A D | sch_taprio.c | 1502 static_branch_dec(&taprio_have_broken_mqprio); in taprio_cleanup_broken_mqprio() 1504 static_branch_dec(&taprio_have_working_mqprio); in taprio_cleanup_broken_mqprio()
|
H A D | act_ct.c | 1673 static_branch_dec(&tcf_frag_xmit_count); in ct_cleanup_module()
|
/openbmc/linux/arch/x86/events/ |
H A D | core.c | 2577 static_branch_dec(&rdpmc_never_available_key); in set_attr_rdpmc() 2582 static_branch_dec(&rdpmc_always_available_key); in set_attr_rdpmc()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 1061 static_branch_dec(&ip_tunnel_metadata_cnt); in ip_tunnel_unneed_metadata()
|
H A D | udp.c | 616 static_branch_dec(&udp_encap_needed_key); in udp_encap_disable() 2649 static_branch_dec(&udp_encap_needed_key); in udp_destroy_sock()
|