Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
A Dthis_cpu_ops.rst59 this_cpu_inc_return(pcp)
177 z = this_cpu_inc_return(ps->n);
/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/kernel/bpf/
A Dbpf_cgrp_storage.c31 if (unlikely(this_cpu_inc_return(bpf_cgrp_storage_busy) != 1)) { in bpf_cgrp_storage_trylock()
A Dbpf_task_storage.c41 if (unlikely(this_cpu_inc_return(bpf_task_storage_busy) != 1)) { in bpf_task_storage_trylock()
A Dtrampoline.c869 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_prog_enter_recur()
945 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_prog_enter_sleepable_recur()
A Dhelpers.c784 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in try_get_buffers()
/linux/include/linux/
A Dpercpu-defs.h510 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
/linux/drivers/md/dm-vdo/
A Dfunnel-workqueue.c577 unsigned int rotor = this_cpu_inc_return(service_queue_rotor); in vdo_enqueue_work_queue()
/linux/Documentation/core-api/
A Dthis_cpu_ops.rst60 this_cpu_inc_return(pcp)
202 z = this_cpu_inc_return(ps->n);
/linux/kernel/
A Dtaskstats.c80 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
/linux/kernel/trace/
A Dbpf_trace.c675 nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5()
740 nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output()
1827 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
2307 if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { in __bpf_trace_run()
A Dtrace.c2726 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
/linux/arch/x86/mm/
A Dtlb.c972 BUG_ON(this_cpu_inc_return(flush_tlb_info_idx) != 1); in get_flush_tlb_info()
/linux/drivers/scsi/libfc/
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/
A Dfcoe.c1638 if (this_cpu_inc_return(lport->stats->InvalidCRCCount) < 5) in fcoe_filter_frames()
A Dfcoe_ctlr.c836 miss_cnt = this_cpu_inc_return(fip->lp->stats->MissDiscAdvCount); in fcoe_ctlr_age_fcfs()
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c627 crc_err = this_cpu_inc_return(lport->stats->InvalidCRCCount); in bnx2fc_recv_frame()
/linux/drivers/net/bonding/
A Dbond_main.c4988 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()
4993 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()

Completed in 68 milliseconds