Home
last modified time | relevance | path

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

/include/linux/
Dlocal_lock_internal.h66 local_lock_acquire(this_cpu_ptr(lock)); \
72 local_lock_acquire(this_cpu_ptr(lock)); \
78 local_lock_acquire(this_cpu_ptr(lock)); \
83 local_lock_release(this_cpu_ptr(lock)); \
89 local_lock_release(this_cpu_ptr(lock)); \
95 local_lock_release(this_cpu_ptr(lock)); \
Dkernel_stat.h47 #define kstat_this_cpu this_cpu_ptr(&kstat)
48 #define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
Dcookie.h32 struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local); in gen_cookie_next()
Dpercpu-defs.h246 #define this_cpu_ptr(ptr) \ macro
252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
278 this_cpu_ptr(&var); \
294 this_cpu_ptr(var); \
Drelay.h210 buf = *this_cpu_ptr(chan->buf); in relay_write()
Dfilter.h582 __stats = this_cpu_ptr(prog->aux->stats); \
926 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_return_frame_no_direct()
933 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_set_return_frame_no_direct()
940 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_clear_return_frame_no_direct()
Dkprobes.h374 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
Dcpumask.h758 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
Dperf_event.h1202 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in perf_sw_event_sched()
1232 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in perf_event_task_sched_in()
Dnetdevice.h2647 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_rx_add()
2657 struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats); in dev_lstats_add()
/include/net/
Dact_api.h203 bstats_cpu_update(this_cpu_ptr(a->cpu_bstats), skb); in tcf_action_update_bstats()
214 qstats_drop_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_drop_qstats()
225 qstats_overlimit_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_overlimit_qstats()
Dsch_generic.h514 return this_cpu_ptr(q->cpu_qstats)->qlen; in qdisc_qlen_cpu()
874 bstats_cpu_update(this_cpu_ptr(sch->cpu_bstats), skb); in qdisc_bstats_cpu_update()
1305 bstats_cpu_update(this_cpu_ptr(miniq->cpu_bstats), skb); in mini_qdisc_bstats_cpu_update()
/include/trace/
Dperf.h48 head = this_cpu_ptr(event_call->perf_events); \
/include/linux/netfilter/
Dx_tables.h435 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
/include/uapi/linux/
Dbpf.h3906 FN(this_cpu_ptr), \