Searched refs:this_cpu_ptr (Results 1 – 15 of 15) sorted by relevance
66 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)); \
47 #define kstat_this_cpu this_cpu_ptr(&kstat)48 #define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
32 struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local); in gen_cookie_next()
246 #define this_cpu_ptr(ptr) \ macro252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro278 this_cpu_ptr(&var); \294 this_cpu_ptr(var); \
210 buf = *this_cpu_ptr(chan->buf); in relay_write()
582 __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()
374 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
758 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
1202 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()
2647 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()
203 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()
514 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()
48 head = this_cpu_ptr(event_call->perf_events); \
435 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
3906 FN(this_cpu_ptr), \