| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 51 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro 59 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro 70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro 82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
| /linux/arch/mips/kernel/ |
| H A D | entry.S | 61 andi t1, t0, _TIF_NEED_RESCHED 122 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS 135 andi t0, a2, _TIF_NEED_RESCHED
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro 130 _TIF_NEED_RESCHED | _TIF_SYSCALL_AUDIT | \
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro 166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro 175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
| /linux/include/linux/ |
| H A D | entry-virt.h | 20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
|
| H A D | irq-entry-common.h | 33 _TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | \
|
| /linux/kernel/entry/ |
| H A D | virt.c | 13 if (ti_work & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) in xfer_to_guest_mode_work()
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
|
| /linux/arch/powerpc/kernel/ |
| H A D | interrupt.c | |
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
|
| /linux/arch/hexagon/kernel/ |
| H A D | process.c | 165 if (thread_info_flags & _TIF_NEED_RESCHED) { in do_work_pending()
|
| /linux/arch/microblaze/kernel/ |
| H A D | entry.S | 457 andi r11, r19, _TIF_NEED_RESCHED; 631 andi r11, r19, _TIF_NEED_RESCHED; 743 andi r11, r19, _TIF_NEED_RESCHED; 778 andi r5, r5, _TIF_NEED_RESCHED; 1027 andi r11, r19, _TIF_NEED_RESCHED;
|
| /linux/arch/sparc/kernel/ |
| H A D | rtrap_64.S | 169 andcc %l0, _TIF_NEED_RESCHED, %g0 317 andcc %l5, _TIF_NEED_RESCHED, %g0
|
| H A D | rtrap_32.S | 64 andcc %g2, (_TIF_NEED_RESCHED), %g0
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 91 if (thread_flags & _TIF_NEED_RESCHED) in interrupt_end()
|
| /linux/arch/alpha/kernel/ |
| H A D | signal.c | 527 if (thread_flags & _TIF_NEED_RESCHED) { in do_work_pending()
|
| /linux/arch/parisc/kernel/ |
| H A D | entry.S | 862 ldi (_TIF_USER_WORK_MASK & ~_TIF_NEED_RESCHED), %r20 1741 ldi (_TIF_USER_WORK_MASK & ~_TIF_NEED_RESCHED), %r26
|