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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dcpu.h19 struct task_struct *idle; member in struct:cpuinfo_arm
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dcpu.h17 struct task_struct *idle; member in struct:blackfin_cpudata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dcpu.h19 struct task_struct *idle; member in struct:cpuinfo_arm
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dcpu.h17 struct task_struct *idle; member in struct:blackfin_cpudata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Duptime.c13 struct timespec idle; local
18 idletime = cputime64_add(idletime, kstat_cpu(i).cpustat.idle);
22 cputime_to_timespec(idletime, &idle);
26 (unsigned long) idle.tv_sec,
27 (idle.tv_nsec / (NSEC_PER_SEC / 100)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Duptime.c13 struct timespec idle; local
18 idletime = cputime64_add(idletime, kstat_cpu(i).cpustat.idle);
22 cputime_to_timespec(idletime, &idle);
26 (unsigned long) idle.tv_sec,
27 (idle.tv_nsec / (NSEC_PER_SEC / 100)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/kernel/
H A Dprocess.c62 * there would ever be a halt sequence (for power save when idle) with
96 * The idle thread. There's no useful work to be
104 /* endless idle loop with no priority at all */
107 void (*idle)(void);
113 idle = pm_idle;
114 if (!idle)
115 idle = default_idle;
116 idle();
134 * possible. This halt has nothing to do with the idle halt.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/kernel/
H A Dprocess.c62 * there would ever be a halt sequence (for power save when idle) with
96 * The idle thread. There's no useful work to be
104 /* endless idle loop with no priority at all */
107 void (*idle)(void);
113 idle = pm_idle;
114 if (!idle)
115 idle = default_idle;
116 idle();
134 * possible. This halt has nothing to do with the idle halt.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 dma_lib.o misc.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A DMakefile1 obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dcpu.c33 unsigned int idle; member in struct:stats
46 &st->system, &st->idle);
48 st->total = st->user + st->nice + st->system + st->idle;
81 fprintf(fp, " -i idle measurement via busy loop\n");
98 int c, cnt, repeat, delay, average, idle; local
100 int c, cnt, repeat, average, idle; local
116 idle = 0;
133 idle++;
188 "nice=%d%% idle=%d%%)\n",
191 st.nice * 100 / st.total, st.idle * 10
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dcpu.c33 unsigned int idle; member in struct:stats
46 &st->system, &st->idle);
48 st->total = st->user + st->nice + st->system + st->idle;
81 fprintf(fp, " -i idle measurement via busy loop\n");
98 int c, cnt, repeat, delay, average, idle; local
100 int c, cnt, repeat, average, idle; local
116 idle = 0;
133 idle++;
188 "nice=%d%% idle=%d%%)\n",
191 st.nice * 100 / st.total, st.idle * 10
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dcpu.c33 unsigned int idle; member in struct:stats
46 &st->system, &st->idle);
48 st->total = st->user + st->nice + st->system + st->idle;
81 fprintf(fp, " -i idle measurement via busy loop\n");
98 int c, cnt, repeat, delay, average, idle; local
100 int c, cnt, repeat, average, idle; local
116 idle = 0;
133 idle++;
188 "nice=%d%% idle=%d%%)\n",
191 st.nice * 100 / st.total, st.idle * 10
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c127 struct s390_idle_data *idle = &__get_cpu_var(s390_idle); local
131 if (idle->idle_enter == 0ULL)
134 /* Account time spent with enabled wait psw loaded as idle time. */
135 idle_time = int_clock - idle->idle_enter;
138 idle->idle_enter - S390_lowcore.last_update_clock;
141 /* Account system time spent going idle. */
142 S390_lowcore.system_timer += S390_lowcore.last_update_timer - vq->idle;
148 expires = vq->idle - enter_timer;
152 /* Don't account the CPU timer delta while the cpu was idle. */
153 vq->elapsed -= vq->idle
167 struct s390_idle_data *idle = &__get_cpu_var(s390_idle); local
249 struct s390_idle_data *idle; local
572 struct s390_idle_data *idle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c127 struct s390_idle_data *idle = &__get_cpu_var(s390_idle); local
131 if (idle->idle_enter == 0ULL)
134 /* Account time spent with enabled wait psw loaded as idle time. */
135 idle_time = int_clock - idle->idle_enter;
138 idle->idle_enter - S390_lowcore.last_update_clock;
141 /* Account system time spent going idle. */
142 S390_lowcore.system_timer += S390_lowcore.last_update_timer - vq->idle;
148 expires = vq->idle - enter_timer;
152 /* Don't account the CPU timer delta while the cpu was idle. */
153 vq->elapsed -= vq->idle
167 struct s390_idle_data *idle = &__get_cpu_var(s390_idle); local
249 struct s390_idle_data *idle; local
572 struct s390_idle_data *idle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mcheck/
H A Dthreshold.c9 #include <asm/idle.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dthreshold.c9 #include <asm/idle.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-bf561/include/mach/
H A Dsmp.h16 int platform_boot_secondary(unsigned int cpu, struct task_struct *idle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-bf561/include/mach/
H A Dsmp.h16 int platform_boot_secondary(unsigned int cpu, struct task_struct *idle);

Completed in 180 milliseconds

1234567891011>>