Searched refs:this_cpu_ptr (Results 1 – 19 of 19) sorted by relevance
79 local_lock_acquire(this_cpu_ptr(lock)); \85 local_lock_acquire(this_cpu_ptr(lock)); \91 local_lock_acquire(this_cpu_ptr(lock)); \96 local_lock_release(this_cpu_ptr(lock)); \102 local_lock_release(this_cpu_ptr(lock)); \108 local_lock_release(this_cpu_ptr(lock)); \115 local_lock_acquire(this_cpu_ptr(lock)); \119 local_lock_release(this_cpu_ptr(lock))139 spin_lock(this_cpu_ptr((__lock))); \153 spin_unlock(this_cpu_ptr((__lock))); \[all …]
128 return raw_atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_RCU_WATCHING; in rcu_is_watching_curr_cpu()137 return raw_atomic_add_return(incby, this_cpu_ptr(&context_tracking.state)); in ct_state_inc()
54 return raw_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_RCU_WATCHING_MASK; in ct_rcu_watching()
49 #define kstat_this_cpu this_cpu_ptr(&kstat)50 #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); \
197 buf = *this_cpu_ptr(chan->buf); in relay_write()
399 return this_cpu_ptr(&kprobe_ctlblk); in get_kprobe_ctlblk()
976 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
2798 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_rx_add()2810 struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); in dev_sw_netstats_tx_add()2820 struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats); in dev_lstats_add()
1502 struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]); in __perf_sw_event_sched()
695 stats = this_cpu_ptr(prog->stats); in __bpf_prog_run()
33 head = this_cpu_ptr(event_call->perf_events); \
228 bstats_update(this_cpu_ptr(a->cpu_bstats), skb); in tcf_action_update_bstats()239 qstats_drop_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_drop_qstats()250 qstats_overlimit_inc(this_cpu_ptr(a->cpu_qstats)); in tcf_action_inc_overlimit_qstats()
881 bstats_update(this_cpu_ptr(sch->cpu_bstats), skb); in qdisc_bstats_cpu_update()1350 bstats_update(this_cpu_ptr(miniq->cpu_bstats), skb); in mini_qdisc_bstats_cpu_update()
273 return this_cpu_ptr(&da_mon_##name); \
95 __lstats = this_cpu_ptr(pcpu_stats); \106 __lstats = this_cpu_ptr(pcpu_stats); \
436 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
5967 FN(this_cpu_ptr, 154, ##ctx) \