Searched refs:__raw_get_cpu_var (Results 1 – 8 of 8) sorted by relevance
69 #define __raw_get_cpu_var(var) (*__this_cpu_ptr(&(var))) macro84 #define __raw_get_cpu_var(var) (*VERIFY_PERCPU_PTR(&(var))) macro
162 __raw_get_cpu_var(softlockup_touch_sync) = true; in touch_softlockup_watchdog_sync()163 __raw_get_cpu_var(watchdog_touch_ts) = 0; in touch_softlockup_watchdog_sync()313 struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer); in watchdog()
1138 cpu_base = &__raw_get_cpu_var(hrtimer_bases); in __hrtimer_init()1181 cpu_base = &__raw_get_cpu_var(hrtimer_bases); in hrtimer_get_res()
560 timer->base = __raw_get_cpu_var(tvec_bases); in __init_timer()
591 #define raw_rq() (&__raw_get_cpu_var(runqueues))
160 ((ipd)->irqs[irq].handler(irq, &__raw_get_cpu_var(__ipipe_tick_regs)))
1434 __raw_get_cpu_var(__ipipe_tick_regs).ipend = regs->ipend; in __ipipe_grab_irq()1435 __raw_get_cpu_var(__ipipe_tick_regs).pc = regs->pc; in __ipipe_grab_irq()1437 __raw_get_cpu_var(__ipipe_tick_regs).ipend &= ~0x10; in __ipipe_grab_irq()1439 __raw_get_cpu_var(__ipipe_tick_regs).ipend |= 0x10; in __ipipe_grab_irq()
276 return &__raw_get_cpu_var(nf_conntrack_untracked); in nf_ct_untracked_get()