Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcontext_tracking.c42 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_enter()
49 __this_cpu_dec(context_tracking.recursion); in context_tracking_recursion_exit()
Dexit.c74 __this_cpu_dec(process_counts); in __unhash_process()
/linux-4.4.14/arch/powerpc/kernel/
Dmce.c166 __this_cpu_dec(mce_nest_count); in get_mce_event()
190 __this_cpu_dec(mce_queue_count); in machine_check_queue_event()
215 __this_cpu_dec(mce_queue_count); in machine_check_process_queued_event()
/linux-4.4.14/arch/x86/include/asm/
Ddebugreg.h104 __this_cpu_dec(debug_stack_usage); in debug_stack_usage_dec()
/linux-4.4.14/kernel/locking/
Dlockdep_internals.h152 __this_cpu_dec(lockdep_stats.ptr); \
/linux-4.4.14/lib/
Dpercpu_test.c60 __this_cpu_dec(ulong_counter); in percpu_test_init()
Didr.c122 __this_cpu_dec(idr_preload_cnt); in idr_layer_alloc()
/linux-4.4.14/arch/tile/kernel/
Dirq.c135 __this_cpu_dec(irq_depth); in tile_dev_intr()
/linux-4.4.14/include/linux/
Dhighmem.h114 __this_cpu_dec(__kmap_atomic_idx); in kmap_atomic_idx_pop()
Dpercpu-defs.h485 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
/linux-4.4.14/kernel/trace/
Dbpf_trace.c57 __this_cpu_dec(bpf_prog_active); in trace_call_bpf()
Dtrace.c1874 __this_cpu_dec(ftrace_stack_reserve); in __ftrace_trace_stack()
1967 __this_cpu_dec(user_stack_count); in ftrace_trace_userstack()
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt238 __this_cpu_dec(pcp)
/linux-4.4.14/fs/
Dbuffer.c3342 __this_cpu_dec(bh_accounting.nr); in free_buffer_head()
/linux-4.4.14/net/core/
Ddev.c3153 __this_cpu_dec(xmit_recursion); in __dev_queue_xmit()