Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A 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()
/linux/include/linux/
A Dpercpu-defs.h523 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
/linux/Documentation/core-api/
A Dthis_cpu_ops.rst61 this_cpu_inc_return(pcp)
203 z = this_cpu_inc_return(ps->n);
/linux/kernel/trace/
A Dbpf_trace.c658 int nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
711 int nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1476 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
A Dtrace.c2769 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
/linux/kernel/
A Dtaskstats.c79 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
/linux/arch/x86/mm/
A Dtlb.c961 BUG_ON(this_cpu_inc_return(flush_tlb_info_idx) != 1); in get_flush_tlb_info()
/linux/kernel/bpf/
A Dhelpers.c729 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in try_get_fmt_tmp_buf()
/linux/drivers/net/bonding/
A Dbond_main.c4496 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
4501 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()

Completed in 45 milliseconds