Searched refs:idle (Results 1 - 25 of 115) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/
H A Dminconn.c25 "Set minimum connect time before idle timeout applies" },
29 static int my_get_idle(struct ppp_idle *idle) argument
33 if (idle == NULL)
35 t = idle->xmit_idle;
36 if (idle->recv_idle < t)
37 t = idle->recv_idle;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dminconn.c45 "Set minimum connect time before idle timeout applies" },
49 static int my_get_idle(struct ppp_idle *idle) argument
53 if (idle == NULL)
55 t = idle->xmit_idle;
56 if (idle->recv_idle < t)
57 t = idle->recv_idle;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dminconn.c45 "Set minimum connect time before idle timeout applies" },
49 static int my_get_idle(struct ppp_idle *idle) argument
53 if (idle == NULL)
55 t = idle->xmit_idle;
56 if (idle->recv_idle < t)
57 t = idle->recv_idle;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Damd76x_pm.c9 * 20020702 - amd-smp-idle: Tony Lindgren <tony@atomide.com>
28 * #ifndefed around the idle loop setting to prevent this. POS locks it up
41 * Processor idle mode module for AMD SMP 760MP(X) based systems
46 * Using this module saves about 70 - 90W of energy in the idle mode compared
47 * to the default idle mode. Waking up from the idle mode is fast to keep the
49 * system exits the idle mode if the idle function runs twice on the same
50 * processor in a row. This only works on SMP systems, but maybe the idle mode
120 int idle; member in struct:cpu_idle_state
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dax25.h91 unsigned int idle, idletimer; member in struct:ax25_info_struct_depreciated
101 unsigned int idle, idletimer; member in struct:ax25_info_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dax25.h91 unsigned int idle, idletimer; member in struct:ax25_info_struct_depreciated
101 unsigned int idle, idletimer; member in struct:ax25_info_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmpboot.c164 * init into idle(). At this point the scheduler will one day take over
494 * Wait for idle.
521 struct task_struct *idle; local
539 idle = init_task.prev_task;
540 if (!idle)
541 panic("No idle process for CPU %d", cpu);
543 idle->processor = cpu;
546 idle->cpus_runnable = 1<<cpu;
547 idle->cpus_allowed = 1<<cpu;
548 idle
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c17 * used e.g. to find the idle task belonging to a logical cpu. Every array
535 struct task_struct *idle; local
547 idle = init_task.prev_task;
548 if (!idle)
549 panic("No idle process for CPU %d",cpu);
550 idle->processor = cpu;
551 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */
553 del_from_runqueue(idle);
554 unhash_process(idle);
555 init_tasks[cpu] = idle;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c17 * used e.g. to find the idle task belonging to a logical cpu. Every array
521 struct task_struct *idle; local
533 idle = init_task.prev_task;
534 if (!idle)
535 panic("No idle process for CPU %d",cpu);
536 idle->processor = cpu;
537 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */
539 del_from_runqueue(idle);
540 unhash_process(idle);
541 init_tasks[cpu] = idle;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c297 * init into idle(). At this point the scheduler will one day take over
389 Dprintk("CPU %d is starting idle.\n", smp_processor_id());
406 struct task_struct *idle; local
421 idle = init_task.prev_task;
422 if (!idle)
423 panic("No idle process for CPU %d", cpu);
425 task_set_cpu(idle, cpu); /* we schedule the first task manually */
429 del_from_runqueue(idle);
430 unhash_process(idle);
431 init_tasks[cpu] = idle;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c448 /* Initialise the idle task for this CPU */
488 * Create the idle task for a new Slave CPU. DO NOT use kernel_thread()
489 * because that could end up calling schedule(). If it did, the new idle
510 struct task_struct *idle; local
514 * Create an idle task for this CPU. Note the address wed* give
518 * up like we wish. We need to pull the just created idle task
526 idle = init_task.prev_task;
527 if (!idle)
528 panic("SMP: No idle process for CPU:%d", cpuid);
530 task_set_cpu(idle, cpunu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dvia-macii.c75 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */
102 idle, enumerator in enum:macii_state
157 macii_state = idle;
170 /* Set up state: idle */
235 if (macii_state == idle) macii_start();
278 if (macii_state == idle) macii_start();
324 /* assert macii_state == idle */
325 if (macii_state != idle) {
408 case idle:
451 /* set ADB state idle
[all...]
H A Dvia-maciisi.c76 idle, enumerator in enum:maciisi_state
207 /* Set initial state: idle */
222 maciisi_state = idle;
325 if (maciisi_state == idle)
360 if (maciisi_state != idle) {
449 case idle:
451 printk(KERN_ERR "maciisi_interrupt: state is idle but TIP asserted!\n");
483 /* Set idle and input */
490 maciisi_state = idle;
499 /* Sent the whole packet, put the bus back in idle stat
[all...]
H A Dadb-iop.c39 idle, enumerator in enum:adb_iop_state
131 if (req && (adb_iop_state != idle)) {
132 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.c80 idle, enumerator in enum:cuda_state
153 cuda_state = idle;
387 if (cuda_state == idle)
400 /* assert cuda_state == idle */
448 case idle:
451 printk("cuda: state=idle, status=%x\n", status);
476 cuda_state = idle;
501 cuda_state = idle;
560 cuda_state = idle;
H A Dvia-pmu68k.c82 idle, enumerator in enum:pmu_state
189 pmu_state = idle;
217 while (interrupt_data[0] || pmu_state != idle) {
222 if (pmu_state == idle) {
506 if (pmu_state == idle)
538 /* assert pmu_state == idle */
542 if (req == 0 || pmu_state != idle
618 pmu_state = idle;
663 pmu_state = idle;
673 if (pmu_state == idle) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c83 int smp_threads_ready; /* True once the per process idle is forked. */
399 secondary_cpu_start(int cpuid, struct task_struct *idle)
413 to the target idle task's ptb. Reuse the stack in the mean
415 hwpcb->ksp = (unsigned long) idle + sizeof(union task_union) - 16;
417 hwpcb->ptbr = idle->thread.ptbr;
420 hwpcb->unique = virt_to_phys(&idle->thread);
421 hwpcb->flags = idle->thread.pal_flags;
425 cpuid, idle->state, idle->thread.pal_flags));
477 struct task_struct *idle;
398 secondary_cpu_start(int cpuid, struct task_struct *idle) argument
476 struct task_struct *idle; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dswim_iop.c49 idle, enumerator in enum:swim_state
185 fs->state = idle;
460 if (fs->state != idle) {
483 fs->state = idle;
520 fs->state = idle;
541 fs->state = idle;
549 if (fs->state == idle && fs->wanted) {
554 while (!QUEUE_EMPTY && fs->state == idle) {
H A Dswim3.c45 idle, enumerator in enum:swim_state
310 if (fs->state == idle && fs->wanted) {
315 while (!QUEUE_EMPTY && fs->state == idle) {
461 case idle:
510 fs->state = idle;
542 fs->state = idle;
571 fs->state = idle;
599 fs->state = idle;
630 fs->state = idle;
701 fs->state = idle;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c450 struct task_struct *idle; local
476 idle = init_task.prev_task;
477 if (!idle)
478 panic("No idle process for CPU %d", num_cpus);
480 idle->processor = num_cpus;
481 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */
485 idle->thread.reg31 = (unsigned long) start_secondary;
487 del_from_runqueue(idle);
488 unhash_process(idle);
489 init_tasks[num_cpus] = idle;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-write.c113 if (ft_runner_status == idle) {
118 TRACE(ft_t_noise, "runner not idle, not starting tape");
139 /* set the runner status to idle if at lEOT */
142 if (ft_runner_status == idle) {
143 TRACE(ft_t_noise, "runner is idle, restarting");
171 if (ft_runner_status != idle) {
174 "ft_runner_status != idle");
181 ftape_set_state(idle);
256 * or EOT mark. Sets ft_runner_status to idle if at lEOT
H A Dftape-ctl.c87 idle, /* runner_state */
89 idle, /* driver state */
191 if (ft_runner_status != idle) {
198 ft_runner_status = idle;
202 ftape_set_state(idle);
726 if (ft_driver_state != idle) {
808 ftape_set_state(idle);
881 ft_driver_state = idle;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dprocess.c78 * The idle thread. We try to conserve power, while trying to keep
79 * overall latency low. The architecture specific idle is passed
84 /* endless idle loop with no priority at all */
90 void (*idle)(void) = pm_idle;
91 if (!idle)
92 idle = arch_idle;
95 idle();
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c361 * check_idle - check whether the link has been idle for long
368 struct ppp_idle idle; local
372 if (!get_idle_time(0, &idle))
374 itime = MIN(idle.xmit_idle, idle.recv_idle);
377 /* link is idle: shut it down. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmpboot.c170 * init into idle(). At this point the scheduler will one day take over
580 * Wait for idle.
784 struct task_struct *idle; local
802 idle = init_task.prev_task;
803 if (!idle)
804 panic("No idle process for CPU %d", cpu);
806 idle->processor = cpu;
807 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */
811 idle->thread.eip = (unsigned long) start_secondary;
813 del_from_runqueue(idle);
[all...]

Completed in 131 milliseconds

12345