Searched refs:TIF_NEED_RESCHED (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dthread_info.h79 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
85 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dthread_info.h84 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
85 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */
91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dthread_info.h91 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
93 TIF_NEED_RESCHED */
100 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dthread_info.h88 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
90 TIF_NEED_RESCHED */
97 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpreempt.h43 if (unlikely(test_thread_flag(TIF_NEED_RESCHED))) \
H A Dthread_info.h66 #define set_need_resched() set_thread_flag(TIF_NEED_RESCHED)
67 #define clear_need_resched() clear_thread_flag(TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dthread_info.h61 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
62 #define TIF_POLLING_NRFLAG 4 /* true if poll_idle() is polling TIF_NEED_RESCHED */
70 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dthread_info.h94 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
101 TIF_NEED_RESCHED */
108 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dthread_info.h112 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
116 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */
123 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dthread_info.h133 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
138 * TIF_NEED_RESCHED */
144 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dthread_info.h66 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
68 * TIF_NEED_RESCHED
77 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dthread_info.h123 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
125 TIF_NEED_RESCHED */
134 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dthread_info.h113 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
117 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */
124 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dthread_info.h82 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
84 TIF_NEED_RESCHED */
91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dthread_info.h115 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
120 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */
125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dthread_info.h79 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
81 TIF_NEED_RESCHED */
92 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dthread_info.h118 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
123 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */
131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dthread_info.h118 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
123 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */
131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dthread_info.h112 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
114 TIF_NEED_RESCHED */
131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dthread_info.h129 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
144 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dthread_info.h84 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
89 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */
102 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dthread_info.h151 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
154 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */
161 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dthread_info.h72 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
84 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dthread_info.h115 * TIF_NEED_RESCHED - rescheduling necessary
117 * TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
121 #define TIF_NEED_RESCHED 2 macro
129 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dthread_info.h112 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)

Completed in 213 milliseconds

12