Home
last modified time | relevance | path

Searched refs:this_cpu_ptr (Results 1 – 10 of 10) sorted by relevance

/include/linux/
Dkernel_stat.h47 #define kstat_this_cpu this_cpu_ptr(&kstat)
48 #define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
Dpercpu-defs.h233 #define this_cpu_ptr(ptr) \ macro
239 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
258 #define __get_cpu_var(var) (*this_cpu_ptr(&(var)))
267 this_cpu_ptr(&var); \
283 this_cpu_ptr(var); \
Dif_macvlan.h73 pcpu_stats = this_cpu_ptr(vlan->pcpu_stats); in macvlan_count_rx()
Dftrace.h190 (*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()
Dkprobes.h361 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
Dperf_event.h697 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in perf_sw_event_sched()
Dcpumask.h699 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
/include/net/
Dsch_generic.h528 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()
/include/asm-generic/
Dpercpu.h112 __ret = *this_cpu_ptr(&(pcp)); \
/include/trace/
Dftrace.h778 head = this_cpu_ptr(event_call->perf_events); \