Searched refs:__this_cpu_read (Results 1 – 9 of 9) sorted by relevance
25 return __this_cpu_read(__irq_regs); in get_irq_regs()32 old_regs = __this_cpu_read(__irq_regs); in set_irq_regs()
48 return __this_cpu_read(context_tracking.state) == IN_USER; in context_tracking_in_user()53 return __this_cpu_read(context_tracking.active); in context_tracking_active()
185 return __this_cpu_read(numa_node); in numa_node_id()242 return __this_cpu_read(_numa_mem_); in numa_mem_id()
400 ret__ = __this_cpu_read(pcp); \429 ret__ = __this_cpu_read(pcp); \457 ret__ = __this_cpu_read(pcp); \535 #ifndef __this_cpu_read548 # define __this_cpu_read(pcp) __pcpu_size_call_return(__this_cpu_read_, (pcp)) macro651 __this_cpu_read(pcp); \677 ret__ = __this_cpu_read(pcp); \702 ret__ = __this_cpu_read(pcp); \728 if (__this_cpu_read(pcp1) == (oval1) && \729 __this_cpu_read(pcp2) == (oval2)) { \
131 return __this_cpu_read(tick_cpu_sched.tick_stopped); in tick_nohz_tick_stopped()
103 return __this_cpu_read(__kmap_atomic_idx) - 1; in kmap_atomic_idx()
322 return (__this_cpu_read(current_kprobe)); in kprobe_running()
81 __entry->refcnt = __this_cpu_read(mod->refptr->incs) + __this_cpu_read(mod->refptr->decs);
305 addend = (__this_cpu_read(xt_recseq.sequence) + 1) & 1; in xt_write_recseq_begin()