Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/arch/arm64/kernel/
H 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()
/openbmc/linux/kernel/bpf/
H A Dbpf_cgrp_storage.c31 if (unlikely(this_cpu_inc_return(bpf_cgrp_storage_busy) != 1)) { in bpf_cgrp_storage_trylock()
H A Dbpf_task_storage.c41 if (unlikely(this_cpu_inc_return(bpf_task_storage_busy) != 1)) { in bpf_task_storage_trylock()
H A Dtrampoline.c856 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_prog_enter_recur()
931 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_prog_enter_sleepable_recur()
H A Dhelpers.c786 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in try_get_buffers()
/openbmc/linux/include/linux/
H A Dpercpu-defs.h504 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst60 this_cpu_inc_return(pcp)
202 z = this_cpu_inc_return(ps->n);
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c675 nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
739 nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1834 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
2316 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_trace_run()
H A Dtrace.c2871 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
/openbmc/linux/kernel/
H A Dtaskstats.c80 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c1005 BUG_ON(this_cpu_inc_return(flush_tlb_info_idx) != 1); in get_flush_tlb_info()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c627 crc_err = this_cpu_inc_return(lport->stats->InvalidCRCCount); in bnx2fc_recv_frame()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c4913 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
4918 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()