Home
last modified time | relevance | path

Searched refs:__this_cpu_write (Results 1 – 6 of 6) sorted by relevance

/include/asm-generic/
Dirq_regs.h29 __this_cpu_write(__irq_regs, new_regs); in set_irq_regs()
/include/xen/
Dxen-ops.h203 __this_cpu_write(xen_in_preemptible_hcall, true); in xen_preemptible_hcall_begin()
208 __this_cpu_write(xen_in_preemptible_hcall, false); in xen_preemptible_hcall_end()
/include/linux/
Dkprobes.h394 __this_cpu_write(current_kprobe, NULL); in reset_current_kprobe()
Dpercpu-defs.h436 #define __this_cpu_write(pcp, val) \ macro
Dinterrupt.h534 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
Dnetdevice.h4951 __this_cpu_write(softnet_data.xmit.more, more); in netdev_xmit_set_more()