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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dcpu.h18 struct task_struct *idle; member in struct:cpuinfo_arm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dprocess.c170 * there would ever be a halt sequence (for power save when idle) with
199 * The idle thread. There's no useful work to be
206 /* endless idle loop with no priority at all */
209 void (*idle)(void);
215 idle = pm_idle;
216 if (!idle)
217 idle = default_idle;
218 idle();
236 * possible. This halt has nothing to do with the idle halt.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A DMakefile1 obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/malta/
H A Dmalta_smtc.c27 void prom_boot_secondary(int cpu, struct task_struct *idle) argument
29 smtc_boot_secondary(cpu, idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/qemu/
H A Dq-smp.c46 void prom_boot_secondary(int cpu, struct task_struct *idle) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_idletask.c2 * idle-task scheduling class.
13 resched_task(rq->idle);
20 return rq->idle;
24 * It is not legal to sleep in the idle task - print a warning
31 printk(KERN_ERR "bad: scheduling from the idle thread!\n");
44 struct sched_domain *sd, enum cpu_idle_type idle,
52 struct sched_domain *sd, enum cpu_idle_type idle)
67 * Simple, special scheduling class for the per-CPU idle tasks:
71 /* no enqueue/yield_task for idle tasks */
88 /* no .task_new for idle task
42 load_balance_idle(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
51 move_one_task_idle(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_smp.c56 void prom_boot_secondary(int cpu, struct task_struct *idle) argument
59 smtc_boot_secondary(cpu, idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dsmp.c80 void prom_boot_secondary(int cpu, struct task_struct *idle) argument
82 unsigned long gp = (unsigned long) task_thread_info(idle);
83 unsigned long sp = __KSTK_TOS(idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dsmp.c61 void prom_boot_secondary(int cpu, struct task_struct *idle) argument
66 __KSTK_TOS(idle),
67 (unsigned long)task_thread_info(idle), 0);
89 * Do any tidying up before marking online and running the idle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtimer.h39 __u64 idle; /* temp var for idle */ member in struct:vtimer_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dax25.h93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
H A Dkernel_stat.h23 cputime64_t idle; member in struct:cpu_usage_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dsmp.c111 struct task_struct *idle; local
113 idle = fork_idle(cpuid);
114 if (IS_ERR(idle))
117 task_thread_info(idle)->cpu = cpuid;
120 smp_init_current_idle_thread = task_thread_info(idle);
134 put_task_struct(idle);
135 idle = NULL;
150 /* Initialise the idle task for this CPU */
161 /* Enable IRQ and idle */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-macii.c79 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */
105 idle, enumerator in enum:macii_state
167 macii_state = idle;
181 /* Set up state: idle */
276 if (macii_state == idle) macii_start();
297 * this as long as it is idle.
352 BUG_ON(macii_state != idle);
408 case idle:
439 macii_state = idle;
455 if (macii_state == idle) {
[all...]
H A Dvia-maciisi.c76 idle, enumerator in enum:maciisi_state
207 /* Set initial state: idle */
222 maciisi_state = idle;
342 if (maciisi_state == idle)
377 if (maciisi_state != idle) {
464 case idle:
466 printk(KERN_ERR "maciisi_interrupt: state is idle but TIP asserted!\n");
498 /* Set idle and input */
505 maciisi_state = idle;
514 /* Sent the whole packet, put the bus back in idle stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dplatform.c36 _F(void, idle, (void), { __asm__ __volatile__ ("waiti 0" ::: "memory"); });
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A DMakefile12 obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsmp.h73 extern void prom_boot_secondary(int cpu, struct task_struct *idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsmp.h73 extern void prom_boot_secondary(int cpu, struct task_struct *idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dsystem.h17 #include <asm/arch/idle.h>
31 /* idle the system by using the idle mode which will wait for an
35 /* Warning: going into idle state upsets jtag scanning */
40 /* the samsung port seems to do a loop and then unset idle.. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsmp.c87 struct task_struct *idle = ci->idle; local
96 if (!idle) {
97 idle = fork_idle(cpu);
98 if (IS_ERR(idle)) {
100 return PTR_ERR(idle);
102 ci->idle = idle;
120 secondary_data.stack = task_stack_page(idle) + THREAD_START_SP;
127 ret = boot_secondary(cpu, idle);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.h83 int idle; /* Idle timeout in seconds */ member in struct:lns
118 int idle; /* Idle timeout in seconds */ member in struct:lac
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c411 /* Initialise the idle task for this CPU */
451 struct task_struct *idle; local
455 * Create an idle task for this CPU. Note the address wed* give
459 * up like we wish. We need to pull the just created idle task
464 idle = fork_idle(cpuid);
465 if (IS_ERR(idle))
468 task_thread_info(idle)->cpu = cpuid;
479 smp_init_current_idle_task = idle ;
512 put_task_struct(idle);
513 idle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmpboot.c112 * Store all idle threads, this can be reused instead of creating
114 * for idle threads.
401 * Wait for idle.
530 struct task_struct *idle; member in struct:create_idle
540 c_idle->idle = fork_idle(c_idle->cpu);
583 c_idle.idle = get_idle_for_cpu(cpu);
585 if (c_idle.idle) {
586 c_idle.idle->thread.rsp = (unsigned long) (((struct pt_regs *)
587 (THREAD_SIZE + task_stack_page(c_idle.idle))) - 1);
588 init_idle(c_idle.idle, cp
[all...]

Completed in 382 milliseconds

123456