Home
last modified time | relevance | path

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

/linux-6.1.9/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.c140 __this_cpu_dec(bpf_prog_active); in trace_call_bpf()
2622 __this_cpu_dec(bpf_prog_active); in kprobe_multi_link_prog_run()
Dtrace.c3106 __this_cpu_dec(ftrace_stack_reserve); in __ftrace_trace_stack()
3209 __this_cpu_dec(user_stack_count); in ftrace_trace_userstack()
/linux-6.1.9/net/sched/
Dact_mirred.c242 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
311 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
323 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
/linux-6.1.9/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.c133 __this_cpu_dec(process_counts); in __unhash_process()
/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h32 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
/linux-6.1.9/net/netfilter/
Dnf_dup_netdev.c37 __this_cpu_dec(nf_dup_skb_recursion); in nf_do_netdev_egress()
/linux-6.1.9/lib/
Dpercpu_test.c61 __this_cpu_dec(ulong_counter); in percpu_test_init()
/linux-6.1.9/include/linux/
Dirqflags.h72 __this_cpu_dec(hardirq_context); \
Dpercpu-defs.h498 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
Dnetdevice.h3205 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec()
/linux-6.1.9/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.c156 __this_cpu_dec(lockdep_recursion); in lockdep_unlock()
/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h342 #define NF_FLOW_TABLE_STAT_DEC(net, count) __this_cpu_dec((net)->ft.stat->count)
/linux-6.1.9/net/openvswitch/
Dactions.c1522 __this_cpu_dec(exec_actions_level); in clone_execute()
1606 __this_cpu_dec(exec_actions_level); in ovs_execute_actions()
/linux-6.1.9/Documentation/core-api/
Dthis_cpu_ops.rst248 __this_cpu_dec(pcp)
/linux-6.1.9/kernel/bpf/
Dhashtab.c159 __this_cpu_dec(*(htab->map_locked[hash])); in htab_lock_bucket()
176 __this_cpu_dec(*(htab->map_locked[hash])); in htab_unlock_bucket()
/linux-6.1.9/fs/
Dbuffer.c2917 __this_cpu_dec(bh_accounting.nr); in free_buffer_head()
/linux-6.1.9/kernel/events/
Dcore.c10161 __this_cpu_dec(bpf_prog_active); in bpf_overflow_handler()