Searched refs:this_cpu_inc_return (Results 1 – 9 of 9) sorted by relevance
86 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()
523 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) macro
61 this_cpu_inc_return(pcp)203 z = this_cpu_inc_return(ps->n);
658 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()
2769 val = this_cpu_inc_return(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
79 int seq = this_cpu_inc_return(taskstats_seqnum) - 1; in prepare_reply()
961 BUG_ON(this_cpu_inc_return(flush_tlb_info_idx) != 1); in get_flush_tlb_info()
729 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level); in try_get_fmt_tmp_buf()
4496 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