/linux-4.4.14/arch/cris/include/asm/ |
D | thread_info.h | 71 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 78 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/score/include/asm/ |
D | thread_info.h | 78 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 85 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/frv/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 94 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | thread_info.h | 81 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/arc/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 96 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | thread_info.h | 88 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 100 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/um/include/asm/ |
D | thread_info.h | 59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 68 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | thread_info.h | 103 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 116 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | thread_info.h | 111 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 120 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | thread_info.h | 74 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 86 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | thread_info_32.h | 107 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
D | thread_info_64.h | 180 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 200 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/s390/include/asm/ |
D | thread_info.h | 75 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 90 #define _TIF_NEED_RESCHED _BITUL(TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | thread_info.h | 70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 82 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | thread_info.h | 100 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 109 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | thread_info.h | 109 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | thread_info.h | 48 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 61 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | thread_info.h | 103 #define TIF_NEED_RESCHED 1 macro 118 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/metag/include/asm/ |
D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 120 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | thread_info.h | 144 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 153 #define _TIF_NEED_RESCHED +(1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | thread_info.h | 121 #define TIF_NEED_RESCHED 1 macro 128 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | thread_info.h | 65 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/tile/include/asm/ |
D | thread_info.h | 117 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 126 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | thread_info.h | 98 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/arm/include/asm/ |
D | thread_info.h | 139 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 153 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 124 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | thread_info.h | 84 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 108 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/x86/include/asm/ |
D | thread_info.h | 93 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | thread_info.h | 95 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 112 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | entry.S | 116 andl #(1<<TIF_NEED_RESCHED),%d1 148 btst #TIF_NEED_RESCHED,%d1
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | thread_info.h | 68 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
|
/linux-4.4.14/include/linux/ |
D | thread_info.h | 105 #define tif_need_resched() test_thread_flag(TIF_NEED_RESCHED)
|
D | sched.h | 2881 set_tsk_thread_flag(tsk,TIF_NEED_RESCHED); in set_tsk_need_resched() 2886 clear_tsk_thread_flag(tsk,TIF_NEED_RESCHED); in clear_tsk_need_resched() 2891 return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED)); in test_tsk_need_resched()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 43 bld r9, TIF_NEED_RESCHED
|
/linux-4.4.14/arch/avr32/kernel/ |
D | entry-avr32b.S | 278 1: bld r1, TIF_NEED_RESCHED 554 bld r1, TIF_NEED_RESCHED 585 bld r1, TIF_NEED_RESCHED 808 bld r1, TIF_NEED_RESCHED
|
/linux-4.4.14/arch/m68k/68360/ |
D | entry.S | 110 btst #TIF_NEED_RESCHED,%d1
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 304 bbit0 r9, TIF_NEED_RESCHED, .Lchk_pend_signals 364 bbit0 r9, TIF_NEED_RESCHED, .Lrestore_regs
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry.S | 368 tbz x0, #TIF_NEED_RESCHED, 1f // needs rescheduling? 383 tbnz x0, #TIF_NEED_RESCHED, 1b // needs rescheduling? 627 tbnz x1, #TIF_NEED_RESCHED, work_resched
|
/linux-4.4.14/arch/nios2/kernel/ |
D | entry.S | 295 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return 373 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all
|
/linux-4.4.14/arch/h8300/kernel/ |
D | entry.S | 301 btst #TIF_NEED_RESCHED,r1l 322 btst #TIF_NEED_RESCHED,r0l
|
/linux-4.4.14/arch/c6x/kernel/ |
D | asm-offsets.c | 118 DEFINE(_TIF_NEED_RESCHED, (1<<TIF_NEED_RESCHED)); in foo()
|
/linux-4.4.14/arch/m68k/68000/ |
D | entry.S | 114 btst #TIF_NEED_RESCHED,%d1
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-arch.txt | 27 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | entry.S | 638 cc = BITTST(r7, TIF_NEED_RESCHED); 929 cc = BITTST(r7, TIF_NEED_RESCHED);
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | entry.S | 496 _bbsi.l a4, TIF_NEED_RESCHED, 3f 528 _bbci.l a4, TIF_NEED_RESCHED, 4f
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 59 btstq TIF_NEED_RESCHED, $r10 ; Check if need_resched is set.
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 884 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */ 1805 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 64 btstq TIF_NEED_RESCHED, $r10 ; Check if need_resched is set
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 905 movi (1 << TIF_NEED_RESCHED), r8
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.S | 1159 tbit.z p6,p0=r31,TIF_NEED_RESCHED // is resched not needed?
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 675 'N' both TIF_NEED_RESCHED and PREEMPT_NEED_RESCHED is set, 676 'n' only TIF_NEED_RESCHED is set,
|