/linux-2.4.37.9/arch/ppc64/kernel/ ! |
D | idle.c | 107 if ( !current->need_resched ) in idle_iSeries() 111 oldval = xchg(¤t->need_resched, -1); in idle_iSeries() 113 while(current->need_resched == -1) { in idle_iSeries() 122 if (current->need_resched) { in idle_iSeries() 142 oldval = xchg(¤t->need_resched, -1); in idle_default() 144 while(current->need_resched == -1) { in idle_default() 149 if (current->need_resched) { in idle_default() 174 oldval = xchg(¤t->need_resched, -1); in idle_dedicated() 177 while(current->need_resched == -1) { in idle_dedicated() 198 oldval = xchg(¤t->need_resched, 0); in idle_dedicated() [all …]
|
/linux-2.4.37.9/arch/ppc/kernel/ ! |
D | idle.c | 59 int oldval = xchg(¤t->need_resched, -1); in idled() 62 while(current->need_resched == -1) in idled() 67 if (do_power_save && !current->need_resched) in idled() 70 if (current->need_resched) { in idled()
|
D | idle_gen.c | 40 if (!current->need_resched) { in power_save()
|
/linux-2.4.37.9/drivers/char/ ! |
D | tipar.c | 79 # define need_resched() (current->need_resched) macro 130 if (need_resched()) schedule(); } 179 if (need_resched()) in put_ti_parallel() 219 if (need_resched()) in get_ti_parallel() 352 if (need_resched()) in tipar_read()
|
/linux-2.4.37.9/arch/x86_64/kernel/ ! |
D | process.c | 93 if (!current->need_resched) in default_idle() 115 oldval = xchg(¤t->need_resched, -1); in poll_idle() 123 : :"m" (current->need_resched)); in poll_idle() 143 while (!current->need_resched) in cpu_idle() 163 oldval = xchg(¤t->need_resched, -1); in mwait_idle() 166 __monitor((void *)¤t->need_resched, 0, 0); in mwait_idle() 167 if (current->need_resched != -1) in mwait_idle() 170 } while (current->need_resched == -1); in mwait_idle()
|
/linux-2.4.37.9/kernel/ ! |
D | sched.c | 228 int need_resched; in reschedule_idle() local 235 need_resched = tsk->need_resched; in reschedule_idle() 236 tsk->need_resched = 1; in reschedule_idle() 237 if ((best_cpu != this_cpu) && !need_resched) in reschedule_idle() 301 tsk->need_resched = 1; in reschedule_idle() 314 tsk->need_resched = 1; in reschedule_idle() 594 prev->need_resched = 0; in schedule() 700 if (current->need_resched) in schedule() 877 p->need_resched = 1; in set_cpus_allowed() 995 current->need_resched = 1; in setscheduler() [all …]
|
/linux-2.4.37.9/arch/x86_64/tools/ ! |
D | offset.c | 32 ENTRY(need_resched); in main() 36 ENTRY(need_resched); in main()
|
/linux-2.4.37.9/arch/i386/kernel/ ! |
D | process.c | 87 if (!current->need_resched) in default_idle() 109 oldval = xchg(¤t->need_resched, -1); in poll_idle() 117 : :"m" (current->need_resched)); in poll_idle() 137 while (!current->need_resched) in cpu_idle()
|
/linux-2.4.37.9/arch/alpha/kernel/ ! |
D | check_asm.c | 21 (long)offsetof(struct task_struct, need_resched)); in main()
|
/linux-2.4.37.9/arch/s390/kernel/ ! |
D | asm-offsets.c | 27 offsetof(struct task_struct, need_resched),); in main()
|
/linux-2.4.37.9/arch/s390x/kernel/ ! |
D | asm-offsets.c | 27 offsetof(struct task_struct, need_resched),); in main()
|
/linux-2.4.37.9/arch/cris/kernel/ ! |
D | entryoffsets.c | 37 OF (LTASK_NEEDRESCHED, struct task_struct, need_resched)
|
/linux-2.4.37.9/arch/arm/tools/ ! |
D | getconstants.c | 35 DEFN("TSK_NEED_RESCHED", OFF_TSK(need_resched)); in func()
|
/linux-2.4.37.9/arch/arm/kernel/ ! |
D | process.c | 76 if (!current->need_resched && !hlt_counter) in default_idle() 98 while (!current->need_resched) in cpu_idle()
|
D | entry-common.S | 40 teq r1, #0 @ need_resched || sigpending 63 teq r1, #0 @ need_resched => schedule()
|
/linux-2.4.37.9/include/linux/ ! |
D | sched.h | 295 volatile long need_resched; member 954 static inline int need_resched(void) in need_resched() function 956 return (unlikely(current->need_resched)); in need_resched() 962 if (need_resched()) in cond_resched()
|
/linux-2.4.37.9/arch/ia64/kernel/ ! |
D | process.c | 141 if (!current->need_resched) in default_idle() 161 if (!current->need_resched) in cpu_idle() 165 while (!current->need_resched) { in cpu_idle()
|
/linux-2.4.37.9/arch/mips64/kernel/ ! |
D | entry.S | 44 mfc0 t0, CP0_STATUS # need_resched and signals atomic test
|
/linux-2.4.37.9/include/linux/raid/ ! |
D | md_compatible.h | 135 #define md_need_resched(tsk) ((tsk)->need_resched)
|
/linux-2.4.37.9/arch/sh/kernel/ ! |
D | process.c | 51 if (current->need_resched) in cpu_idle() 55 while (!current->need_resched) { in cpu_idle()
|
/linux-2.4.37.9/mm/ ! |
D | vmscan.c | 354 if (unlikely(current->need_resched)) { in swap_out() 399 if (unlikely(current->need_resched)) { in shrink_cache() 732 if (unlikely(current->need_resched)) in kswapd_balance_pgdat()
|
/linux-2.4.37.9/fs/jbd/ ! |
D | commit.c | 272 if (bufs || current->need_resched) { in journal_commit_transaction() 278 if (current->need_resched) in journal_commit_transaction() 511 if (current->need_resched) in journal_commit_transaction()
|
/linux-2.4.37.9/include/linux/mtd/ ! |
D | compatmac.h | 503 #define need_resched() (current->need_resched) macro 504 #define cond_resched() do { if need_resched() schedule(); } while(0)
|
/linux-2.4.37.9/arch/parisc/kernel/ ! |
D | process.c | 72 while (!current->need_resched) { in cpu_idle()
|
/linux-2.4.37.9/fs/jffs2/ ! |
D | background.c | 128 if (current->need_resched) in jffs2_garbage_collect_thread()
|