Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst59 this_cpu_inc_return(pcp)
177 z = this_cpu_inc_return(ps->n);
/linux/include/linux/
H A Dpercpu-defs.h509 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
H A Dbpf.h2175 return this_cpu_inc_return(*(int __percpu *)(prog->active)) == 1; in bpf_prog_get_recursion_context()
/linux/kernel/trace/
H A Dbpf_trace.c702 nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
766 nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1610 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
H A Dtrace_events_hist.c5390 cnt = this_cpu_inc_return(hist_pad_cnt) - 1; in get_hist_pad()
H A Dtrace.c1893 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
/linux/drivers/scsi/libfc/
H A Dfc_fcp.c539 if (this_cpu_inc_return(lport->stats->InvalidCRCCount) < FC_MAX_ERROR_CNT) in fc_fcp_recv_data()
/linux/drivers/net/bonding/
H A Dbond_main.c4944 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
4949 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c836 miss_cnt = this_cpu_inc_return(fip->lp->stats->MissDiscAdvCount); in fcoe_ctlr_age_fcfs()
/linux/kernel/bpf/
H A Dhelpers.c778 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in bpf_try_get_buffers()