Searched refs:idle (Results 26 - 50 of 139) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadb-iop.c39 idle, enumerator in enum:adb_iop_state
130 if (req && (adb_iop_state != idle)) {
131 adb_iop_end_req(req, idle);
252 if (adb_iop_state == idle) adb_iop_start();
264 if (adb_iop_state == idle) adb_iop_start();
H A Dvia-cuda.c71 idle, enumerator in enum:cuda_state
151 cuda_state = idle;
400 if (cuda_state == idle)
413 /* assert cuda_state == idle */
471 case idle:
474 printk("cuda: state=idle, status=%x\n", status);
499 cuda_state = idle;
524 cuda_state = idle;
582 cuda_state = idle;
H A Dvia-pmu68k.c82 idle, enumerator in enum:pmu_state
187 pmu_state = idle;
215 while (interrupt_data[0] || pmu_state != idle) {
220 if (pmu_state == idle) {
504 if (pmu_state == idle)
536 /* assert pmu_state == idle */
540 if (req == 0 || pmu_state != idle
615 pmu_state = idle;
660 pmu_state = idle;
670 if (pmu_state == idle) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c119 struct task_struct *idle; local
141 idle = idle_thread(cpu);
143 init_idle(idle, cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-smp.c171 * set sp to the kernel stack of the newly created idle process, gp to the proc
174 void __init prom_boot_secondary(int cpu, struct task_struct *idle) argument
176 unsigned long gp = (unsigned long)task_thread_info(idle);
177 unsigned long sp = __KSTK_TOS(idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmpboot.c268 struct task_struct *idle; local
278 idle = fork_idle(cpu_id);
279 if (IS_ERR(idle))
282 idle->thread.lr = (unsigned long)start_secondary;
288 stack_start.spi = (void *)idle->thread.sp;
289 task_thread_info(idle)->cpu = cpu_id;
H A Dprocess.c49 * Powermanagement idle function, if any..
73 * idle routine..
93 * The idle thread. There's no useful work to be
100 /* endless idle loop with no priority at all */
103 void (*idle)(void) = pm_idle;
105 if (!idle)
106 idle = default_idle;
108 idle();
142 printk("using poll in idle threads.\n");
145 printk("using sleep in idle thread
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dprocess.c37 /* The idle loop. */
44 void (*idle)(void) = default_idle; variable
47 * The idle thread. There's no useful work to be
54 /* endless idle loop with no priority at all */
57 (*idle) ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmce_intel.c13 #include <asm/idle.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c528 * Wait for idle.
743 struct task_struct *idle; local
745 if ((idle = cpu_idle_tasks[cpu]) != NULL) {
747 * idle tread
749 idle->thread.esp = (unsigned long)task_pt_regs(idle);
750 init_idle(idle, cpu);
751 return idle;
753 idle = fork_idle(cpu);
755 if (!IS_ERR(idle))
770 struct task_struct *idle; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmp.c243 struct task_struct *idle; local
250 idle = fork_idle(cpu);
251 if (IS_ERR(idle))
254 prom_boot_secondary(cpu, idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_rt.c178 struct sched_domain *sd, enum cpu_idle_type idle,
191 idle, all_pinned, this_best_prio, &rt_rq_iterator);
196 struct sched_domain *sd, enum cpu_idle_type idle)
204 return iter_move_one_task(this_rq, this_cpu, busiest, sd, idle,
176 load_balance_rt(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned, int *this_best_prio) argument
195 move_one_task_rt(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle) argument
H A Dsched.c313 struct task_struct *curr, *idle; member in struct:rq
495 if (rq->idle)
650 * We are going deep-idle (irqs are disabled):
859 enum cpu_idle_type idle, int *all_pinned,
864 struct sched_domain *sd, enum cpu_idle_type idle,
890 * cpu is not idle).
1442 * wake_idle() will wake a task on an idle cpu if task->cpu is
1443 * not idle and an idle cpu is available. The span of cpus to
1445 * so we always favor a closer, idle cp
2215 can_migrate_task(struct task_struct *p, struct rq *rq, int this_cpu, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned) argument
2261 balance_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned, int *this_best_prio, struct rq_iterator *iterator) argument
2329 move_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned) argument
2350 iter_move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle, struct rq_iterator *iterator) argument
2382 move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle) argument
2400 find_busiest_group(struct sched_domain *sd, int this_cpu, unsigned long *imbalance, enum cpu_idle_type idle, int *sd_idle, cpumask_t *cpus, int *balance) argument
2702 find_busiest_queue(struct sched_group *group, enum cpu_idle_type idle, unsigned long imbalance, cpumask_t *cpus) argument
2740 load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum cpu_idle_type idle, int *balance) argument
3141 rebalance_domains(int cpu, enum cpu_idle_type idle) argument
3218 enum cpu_idle_type idle = this_rq->idle_at_tick ? local
4962 init_idle_bootup_task(struct task_struct *idle) argument
4975 init_idle(struct task_struct *idle, int cpu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c151 if (vt_list->idle & 1LL<<63)
155 set_vtimer(vt_list->idle);
166 vt_list->idle = VTIMER_MAX_SLICE;
171 asm volatile ("STPT %0" : "=m" (vt_list->idle));
177 if (vt_list->idle & 1LL<<63)
180 vt_list->offset += vt_list->to_expire - vt_list->idle;
540 vt_list->idle = 0;
570 panic("Couldn't register idle notifier");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsmp.c292 secondary_cpu_start(int cpuid, struct task_struct *idle)
303 ipcb = &task_thread_info(idle)->pcb;
307 to the target idle task's pcb. Reuse the stack in the mean
319 cpuid, idle->state, ipcb->flags));
361 struct task_struct *idle;
370 idle = fork_idle(cpuid);
371 if (IS_ERR(idle))
375 cpuid, idle->state, idle->flags));
381 if (secondary_cpu_start(cpuid, idle))
291 secondary_cpu_start(int cpuid, struct task_struct *idle) argument
360 struct task_struct *idle; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c47 unsigned long long usr,nic,sys,idle,iowait,irq,softirq,steal; member in struct:jiffy_counts_t
150 &jif.usr,&jif.nic,&jif.sys,&jif.idle,
155 jif.total = jif.usr + jif.nic + jif.sys + jif.idle
158 jif.busy = jif.total - jif.idle - jif.iowait;
325 CALC_STAT(idle);
333 "CPU:"FMT"usr"FMT"sys"FMT"nice"FMT"idle"FMT"io"FMT"irq"FMT"softirq",
334 SHOW_STAT(usr), SHOW_STAT(sys), SHOW_STAT(nic), SHOW_STAT(idle),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dswim3.c45 idle, enumerator in enum:swim_state
312 if (fs->state == idle && fs->wanted) {
317 while (fs->state == idle && (req = elv_next_request(swim3_queue))) {
470 case idle:
509 fs->state = idle;
541 fs->state = idle;
560 fs->state = idle;
584 fs->state = idle;
616 fs->state = idle;
647 fs->state = idle;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_misc.c103 struct timespec idle; local
108 cputime_to_timespec(idletime, &idle);
112 (unsigned long) idle.tv_sec,
113 (idle.tv_nsec / (NSEC_PER_SEC / 100)));
444 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; local
448 user = nice = system = idle = iowait =
461 idle = cputime64_add(idle, kstat_cpu(i).cpustat.idle);
475 (unsigned long long)cputime64_to_clock_t(idle),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dprocess.c53 * The idle loop on an H8/300..
71 void (*idle)(void) = default_idle; variable
74 * The idle thread. There's no useful work to be
83 idle();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmpboot.c78 * Store all idle threads, this can be reused instead of creating
80 * for idle threads.
481 struct task_struct *idle; member in struct:create_idle
492 c_idle->idle = fork_idle(c_idle->cpu);
506 c_idle.idle = get_idle_for_cpu(cpu);
507 if (c_idle.idle) {
508 init_idle(c_idle.idle, cpu);
522 if (IS_ERR(c_idle.idle))
525 set_idle_for_cpu(cpu, c_idle.idle);
528 task_for_booting_cpu = c_idle.idle;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsetup.c274 /* Choose an idle loop */
278 printk(KERN_DEBUG "Using shared processor idle loop\n");
281 printk(KERN_DEBUG "Using dedicated idle loop\n");
285 printk(KERN_DEBUG "Using default idle loop\n");
398 * Indicate to the HV that we are idle. Now would be
401 get_lppaca()->idle = 1;
434 get_lppaca()->idle = 0;
440 * Indicate to the HV that we are idle. Now would be
443 get_lppaca()->idle = 1;
454 get_lppaca()->idle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dplatsmp.c71 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dlppaca.h114 u8 idle; // Indicate OS is idle x7E member in struct:lppaca
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dprocess.c124 * This is our default idle handler. We need to disable
142 * The idle thread. We try to conserve power, while trying to keep
143 * overall latency low. The architecture specific idle is passed
150 /* endless idle loop with no priority at all */
152 void (*idle)(void) = pm_idle;
161 if (!idle)
162 idle = default_idle;
166 idle();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dprocess.c76 void (*idle)(void) = core_sleep_idle; variable
79 * The idle thread. There's no useful work to be
88 /* endless idle loop with no priority at all */
95 if (!frv_dma_inprogress && idle)
96 idle();

Completed in 266 milliseconds

123456