Searched refs:this_cpu_ptr (Results 1 – 19 of 19) sorted by relevance
68 local_lock_acquire(this_cpu_ptr(lock)); \74 local_lock_acquire(this_cpu_ptr(lock)); \80 local_lock_acquire(this_cpu_ptr(lock)); \85 local_lock_release(this_cpu_ptr(lock)); \91 local_lock_release(this_cpu_ptr(lock)); \97 local_lock_release(this_cpu_ptr(lock)); \119 spin_lock(this_cpu_ptr((__lock))); \133 spin_unlock(this_cpu_ptr((__lock))); \
50 #define kstat_this_cpu this_cpu_ptr(&kstat)51 #define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
122 return !(arch_atomic_read(this_cpu_ptr(&context_tracking.state)) & RCU_DYNTICKS_IDX); in rcu_dynticks_curr_cpu_in_eqs()131 return arch_atomic_add_return(incby, this_cpu_ptr(&context_tracking.state)); in ct_state_inc()
54 return arch_atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_STATE_MASK; in __ct_state()61 return atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_DYNTICKS_MASK; in ct_dynticks()
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); \
197 buf = *this_cpu_ptr(chan->buf); in relay_write()
594 stats = this_cpu_ptr(prog->stats); in __bpf_prog_run()942 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_return_frame_no_direct()949 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_set_return_frame_no_direct()956 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in xdp_clear_return_frame_no_direct()1511 struct bpf_redirect_info *ri = this_cpu_ptr(&bpf_redirect_info); in __bpf_xdp_redirect_map()
409 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
863 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
1261 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in __perf_sw_event_sched()
2738 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_rx_add()2750 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_tx_add()2760 struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats); in dev_lstats_add()
225 bstats_update(this_cpu_ptr(a->cpu_bstats), skb); in tcf_action_update_bstats()236 qstats_drop_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_drop_qstats()247 qstats_overlimit_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_overlimit_qstats()
847 bstats_update(this_cpu_ptr(sch->cpu_bstats), skb); in qdisc_bstats_cpu_update()1284 bstats_update(this_cpu_ptr(miniq->cpu_bstats), skb); in mini_qdisc_bstats_cpu_update()
71 head = this_cpu_ptr(event_call->perf_events); \
90 __lstats = this_cpu_ptr(pcpu_stats); \101 __lstats = this_cpu_ptr(pcpu_stats); \
272 return this_cpu_ptr(&da_mon_##name); \
436 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
5614 FN(this_cpu_ptr), \