Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dcontext_tracking.c43 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_enter()
50 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_exit()
Dexit.c83 __this_cpu_dec(process_counts); in __unhash_process()
/Linux-v5.15/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.c130 __this_cpu_dec(bpf_prog_active); in trace_call_bpf()
Dtrace.c3076 __this_cpu_dec(ftrace_stack_reserve); in __ftrace_trace_stack()
3179 __this_cpu_dec(user_stack_count); in ftrace_trace_userstack()
/Linux-v5.15/kernel/bpf/
Dbpf_task_storage.c33 __this_cpu_dec(bpf_task_storage_busy); in bpf_task_storage_unlock()
41 __this_cpu_dec(bpf_task_storage_busy); in bpf_task_storage_trylock()
Dtrampoline.c600 __this_cpu_dec(*(prog->active)); in __bpf_prog_exit()
620 __this_cpu_dec(*(prog->active)); in __bpf_prog_exit_sleepable()
Dbpf_local_storage.c513 __this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
Dhashtab.c169 __this_cpu_dec(*(htab->map_locked[hash])); in htab_lock_bucket()
192 __this_cpu_dec(*(htab->map_locked[hash])); in htab_unlock_bucket()
/Linux-v5.15/net/sched/
Dact_mirred.c239 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
306 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
318 __this_cpu_dec(mirred_rec_level); in tcf_mirred_act()
/Linux-v5.15/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h32 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
/Linux-v5.15/lib/
Dpercpu_test.c61 __this_cpu_dec(ulong_counter); in percpu_test_init()
/Linux-v5.15/include/linux/
Dirqflags.h72 __this_cpu_dec(hardirq_context); \
Dpercpu-defs.h498 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
Dbpf.h1344 __this_cpu_dec(bpf_prog_active); in bpf_enable_instrumentation()
Dnetdevice.h3406 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec()
/Linux-v5.15/kernel/locking/
Dlockdep_internals.h220 __this_cpu_dec(lockdep_stats.ptr); \
Dqspinlock.c560 __this_cpu_dec(qnodes[0].mcs.count); in queued_spin_lock_slowpath()
Dlockdep.c126 __this_cpu_dec(lockdep_recursion); in lockdep_unlock()
/Linux-v5.15/net/openvswitch/
Dactions.c1486 __this_cpu_dec(exec_actions_level); in clone_execute()
1570 __this_cpu_dec(exec_actions_level); in ovs_execute_actions()
/Linux-v5.15/Documentation/core-api/
Dthis_cpu_ops.rst248 __this_cpu_dec(pcp)
/Linux-v5.15/fs/
Dbuffer.c3327 __this_cpu_dec(bh_accounting.nr); in free_buffer_head()
/Linux-v5.15/kernel/events/
Dcore.c9959 __this_cpu_dec(bpf_prog_active); in bpf_overflow_handler()