Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dwatchdog_perf.c71 if (__this_cpu_inc_return(nmi_rearmed) < 10) in watchdog_check_timestamp()
H A Dcontext_tracking.c442 recursion = __this_cpu_inc_return(context_tracking.recursion); in context_tracking_recursion_enter()
/openbmc/linux/include/linux/
H A Dirqflags.h64 if (__this_cpu_inc_return(hardirq_context) == 1)\
H A Dpercpu-defs.h482 #define __this_cpu_inc_return(pcp) __this_cpu_add_return(pcp, 1) macro
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst217 __this_cpu_inc_return(pcp)
/openbmc/linux/arch/s390/kernel/
H A Dprocessor.c72 if (__this_cpu_inc_return(cpu_relax_retry) >= spin_retry) { in stop_machine_yield()
/openbmc/linux/arch/powerpc/kvm/
H A De500.c75 sid = __this_cpu_inc_return(pcpu_last_used_sid); in local_sid_setup_one()
/openbmc/linux/net/sched/
H A Dact_mirred.c316 nest_level = __this_cpu_inc_return(mirred_nest_level); in tcf_mirred_act()
/openbmc/linux/drivers/connector/
H A Dcn_proc.c94 msg->seq = __this_cpu_inc_return(local_event.count) - 1; in send_msg()
/openbmc/linux/mm/
H A Dvmstat.c441 v = __this_cpu_inc_return(*p); in __inc_zone_state()
464 v = __this_cpu_inc_return(*p); in __inc_node_state()
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst248 __this_cpu_inc_return(pcp)
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c751 if (__this_cpu_inc_return(mm_cpumask_trim_clock) == in tick_and_test_trim_clock()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c116 if (unlikely(__this_cpu_inc_return(bpf_prog_active) != 1)) { in trace_call_bpf()
2728 if (unlikely(__this_cpu_inc_return(bpf_prog_active) != 1)) { in kprobe_multi_link_prog_run()
H A Dtrace.c3117 stackidx = __this_cpu_inc_return(ftrace_stack_reserve) - 1; in __ftrace_trace_stack()
/openbmc/linux/net/openvswitch/
H A Dactions.c1626 level = __this_cpu_inc_return(exec_actions_level); in ovs_execute_actions()
/openbmc/linux/fs/
H A Dbuffer.c3017 if (__this_cpu_inc_return(bh_accounting.ratelimit) - 1 < 4096) in recalc_bh_state()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c159 if (unlikely(__this_cpu_inc_return(*(htab->map_locked[hash])) != 1)) { in htab_lock_bucket()
/openbmc/linux/kernel/events/
H A Dcore.c10485 if (unlikely(__this_cpu_inc_return(bpf_prog_active) != 1)) in bpf_overflow_handler()