Home
last modified time | relevance | path

Searched refs:this_cpu_inc_return (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
Ddebug-monitors.c86 if (this_cpu_inc_return(mde_ref_count) == 1) in enable_debug_monitors()
90 this_cpu_inc_return(kde_ref_count) == 1) in enable_debug_monitors()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c587 buf_used = this_cpu_inc_return(bpf_seq_printf_buf_used); in BPF_CALL_5()
920 int nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
973 int nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1587 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
Dtrace.c2776 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h523 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
/kernel/linux/linux-5.10/Documentation/core-api/
Dthis_cpu_ops.rst61 this_cpu_inc_return(pcp)
203 z = this_cpu_inc_return(ps->n);
/kernel/linux/linux-5.10/kernel/
Dtaskstats.c79 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
/kernel/linux/linux-5.10/arch/x86/mm/
Dtlb.c863 BUG_ON(this_cpu_inc_return(flush_tlb_info_idx) != 1); in get_flush_tlb_info()