Home
last modified time | relevance | path

Searched refs:__this_cpu_dec (Results 1 – 21 of 21) sorted by relevance

/linux-6.6.21/kernel/trace/
Dtrace_stack.c313 __this_cpu_dec(disable_stack_tracer); in stack_trace_call()
362 __this_cpu_dec(disable_stack_tracer); in stack_max_size_write()
412 __this_cpu_dec(disable_stack_tracer); in t_stop()
Dbpf_trace.c148 __this_cpu_dec(bpf_prog_active); in trace_call_bpf()
2729 __this_cpu_dec(bpf_prog_active); in kprobe_multi_link_prog_run()
Dtrace.c3161 __this_cpu_dec(ftrace_stack_reserve); in __ftrace_trace_stack()
3267 __this_cpu_dec(user_stack_count); in ftrace_trace_userstack()
/linux-6.6.21/kernel/
Dcontext_tracking.c447 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_enter()
454 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_exit()
Dexit.c134 __this_cpu_dec(process_counts); in __unhash_process()
/linux-6.6.21/net/netfilter/
Dnf_dup_netdev.c37 __this_cpu_dec(nf_dup_skb_recursion); in nf_do_netdev_egress()
/linux-6.6.21/lib/
Dpercpu_test.c61 __this_cpu_dec(ulong_counter); in percpu_test_init()
/linux-6.6.21/include/linux/
Dirqflags.h73 __this_cpu_dec(hardirq_context); \
Dpercpu-defs.h480 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
Dnetdevice.h3300 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec()
/linux-6.6.21/kernel/locking/
Dlockdep_internals.h222 __this_cpu_dec(lockdep_stats.ptr); \
Dqspinlock.c565 __this_cpu_dec(qnodes[0].mcs.count); in queued_spin_lock_slowpath()
Dlockdep.c157 __this_cpu_dec(lockdep_recursion); in lockdep_unlock()
/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dthis_cpu_ops.rst215 __this_cpu_dec(pcp)
/linux-6.6.21/include/net/netfilter/
Dnf_flow_table.h355 #define NF_FLOW_TABLE_STAT_DEC(net, count) __this_cpu_dec((net)->ft.stat->count)
/linux-6.6.21/net/sched/
Dact_mirred.c341 __this_cpu_dec(mirred_nest_level); in tcf_mirred_act()
/linux-6.6.21/net/openvswitch/
Dactions.c1551 __this_cpu_dec(exec_actions_level); in clone_execute()
1635 __this_cpu_dec(exec_actions_level); in ovs_execute_actions()
/linux-6.6.21/Documentation/core-api/
Dthis_cpu_ops.rst246 __this_cpu_dec(pcp)
/linux-6.6.21/kernel/bpf/
Dhashtab.c160 __this_cpu_dec(*(htab->map_locked[hash])); in htab_lock_bucket()
178 __this_cpu_dec(*(htab->map_locked[hash])); in htab_unlock_bucket()
/linux-6.6.21/fs/
Dbuffer.c3041 __this_cpu_dec(bh_accounting.nr); in free_buffer_head()
/linux-6.6.21/kernel/events/
Dcore.c10432 __this_cpu_dec(bpf_prog_active); in bpf_overflow_handler()