Home
last modified time | relevance | path

Searched refs:this_cpu_inc_return (Results 1 – 15 of 15) 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/kernel/bpf/
H A Dbpf_cgrp_storage.c30 if (unlikely(this_cpu_inc_return(bpf_cgrp_storage_busy) != 1)) { in bpf_cgrp_storage_trylock()
H A Dbpf_task_storage.c39 if (unlikely(this_cpu_inc_return(bpf_task_storage_busy) != 1)) { in bpf_task_storage_trylock()
H A Dhelpers.c784 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in try_get_buffers()
/linux/include/linux/
H A Dpercpu-defs.h512 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst60 this_cpu_inc_return(pcp)
202 z = this_cpu_inc_return(ps->n);
/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c577 unsigned int rotor = this_cpu_inc_return(service_queue_rotor); in vdo_enqueue_work_queue()
/linux/kernel/
H A Dtaskstats.c80 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
/linux/kernel/trace/
H A Dbpf_trace.c667 nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
731 nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1866 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
2362 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_trace_run()
H A Dtrace.c2701 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/scsi/fcoe/
H A Dfcoe.c1638 if (this_cpu_inc_return(lport->stats->InvalidCRCCount) < 5) in fcoe_filter_frames()
H A Dfcoe_ctlr.c836 miss_cnt = this_cpu_inc_return(fip->lp->stats->MissDiscAdvCount); in fcoe_ctlr_age_fcfs()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c627 crc_err = this_cpu_inc_return(lport->stats->InvalidCRCCount); in bnx2fc_recv_frame()
/linux/drivers/net/bonding/
H A Dbond_main.c4997 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
5002 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()