Searched refs:this_cpu_ptr (Results 1 – 10 of 10) sorted by relevance
47 #define kstat_this_cpu this_cpu_ptr(&kstat)48 #define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
233 #define this_cpu_ptr(ptr) \ macro239 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro258 #define __get_cpu_var(var) (*this_cpu_ptr(&(var)))267 this_cpu_ptr(&var); \283 this_cpu_ptr(var); \
73 pcpu_stats = this_cpu_ptr(vlan->pcpu_stats); in macvlan_count_rx()
190 (*this_cpu_ptr(ops->disabled))--; in ftrace_function_local_enable()207 (*this_cpu_ptr(ops->disabled))++; in ftrace_function_local_disable()222 return *this_cpu_ptr(ops->disabled); in ftrace_function_local_disabled()
361 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
697 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in perf_sw_event_sched()
699 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
528 this_cpu_ptr(sch->cpu_bstats); in qdisc_bstats_update_cpu()565 struct gnet_stats_queue *qstats = this_cpu_ptr(sch->cpu_qstats); in qdisc_qstats_drop_cpu()
112 __ret = *this_cpu_ptr(&(pcp)); \
778 head = this_cpu_ptr(event_call->perf_events); \