Searched refs:sleep_time (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dhndcoma.c86 uint32 sleep_time; local
123 sleep_time = bcm_strtoul(var, NULL, 0);
125 sleep_time = 0;
126 sleep_time = sleep_time << 5;
127 if ((sleep_time > 0) && (sleep_time <= MAX_COMA_SLEEP_TIME))
128 pcu_aopc_control |= sleep_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/laptops/
H A Ddslm.c75 time_t sleep_time = 0; local
97 else if (last_state == 0) sleep_time += time_diff;
113 tmp = (float)sleep_time / (float)total_time * 100;
114 printf(" Time in sleep state: %lus (%.2f%%)\n", sleep_time, tmp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dtime.c95 static unsigned long long sleep_time(unsigned long long nsecs) function
126 static unsigned long long sleep_time(unsigned long long nsecs) function
181 nsecs = sleep_time(nsecs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dsimple-watch.h49 /** Run a single main loop iteration of this main loop. If sleep_time
51 then it will execute the attached callback function. If sleep_time is
54 immediately. If sleep_time > 0 the function will block for at most the
58 int avahi_simple_poll_iterate(AvahiSimplePoll *s, int sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dsimple-watch.h49 /** Run a single main loop iteration of this main loop. If sleep_time
51 then it will execute the attached callback function. If sleep_time is
54 immediately. If sleep_time > 0 the function will block for at most the
58 int avahi_simple_poll_iterate(AvahiSimplePoll *s, int sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd011.tcl9 proc recd011 { method {niter 200} {ckpt_freq 15} {sleep_time 1} args } {
71 tclsleep $sleep_time
83 tclsleep $sleep_time
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c57 static unsigned sleep_time = 1; variable
154 sleep_half=(sleep_time/2);
212 sleep(sleep_time);
247 (unsigned)( ( (pswpin [tog] - pswpin [!tog])*unitConvert(kb_per_page)+sleep_half )/sleep_time ), /*si*/
248 (unsigned)( ( (pswpout[tog] - pswpout[!tog])*unitConvert(kb_per_page)+sleep_half )/sleep_time ), /*so*/
249 (unsigned)( ( pgpgin [tog] - pgpgin [!tog] +sleep_half )/sleep_time ), /*bi*/
250 (unsigned)( ( pgpgout[tog] - pgpgout[!tog] +sleep_half )/sleep_time ), /*bo*/
251 (unsigned)( ( intr [tog] - intr [!tog] +sleep_half )/sleep_time ), /*in*/
252 (unsigned)( ( ctxt [tog] - ctxt [!tog] +sleep_half )/sleep_time ), /*cs*/
334 sleep(sleep_time);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c169 int sleep_time; local
239 if ((sleep_time = min_idle_time / 10) == 0) {
240 sleep_time = 1;
337 sleep(sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c183 short sleep_time = 60; local
187 sleep((sleep_time + 1) - (short) (time(NULL) % sleep_time));
226 sleep_time = 10;
228 sleep_time = 60;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-debugfs.c481 "sleep_time:",
482 le32_to_cpu(general->sleep_time),
483 accum_general->sleep_time,
484 delta_general->sleep_time, max_general->sleep_time);
H A Diwl-agn-debugfs.c871 "sleep_time:",
872 le32_to_cpu(general->sleep_time),
873 accum_general->sleep_time,
874 delta_general->sleep_time, max_general->sleep_time);
H A Diwl-commands.h2576 __le32 sleep_time; member in struct:iwl_sleep_notification
3051 __le32 sleep_time; member in struct:iwl39_statistics_general
3216 __le32 sleep_time; member in struct:statistics_general_common
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h221 long sleep_time; /* Set this to non-zero to make the state */ member in struct:packet_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dlpddr_cmds.c122 unsigned int timeo, reset_timeo, sleep_time; local
132 sleep_time = chip_op_time / 2;
147 if (sleep_time >= 1000000/HZ) {
153 msleep(sleep_time/1000);
154 timeo -= sleep_time;
155 sleep_time = 1000000/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbldap.c1187 int sleep_time = 0; local
1195 sleep_time = lp_ldap_replication_sleep()-(int)tdiff;
1196 sleep_time = MIN(sleep_time, MAX_LDAP_REPLICATION_SLEEP_TIME);
1198 if (sleep_time > 0) {
1201 "for LDAP replication.\n",sleep_time));
1202 smb_msleep(sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_mipid.c185 int cmd, sleep_time = 50; local
201 sleep_time = 120;
202 msleep(sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminissdp.c210 struct timespec sleep_time; local
212 sleep_time.tv_sec = 0;
213 sleep_time.tv_nsec = usecs * 1000;
214 nanosleep(&sleep_time, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd_private.h76 uint32_t sleep_time; member in struct:msm_dem_slave_data
H A Dsmd.c914 ptr->sleep_time, delay);
915 ptr->sleep_time = delay;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c1295 pkt->sleep_time = max(PACKET_WAIT_TIME, 1);
1409 if ((pkt->write_size < pkt->frames) && (pkt->sleep_time > 0))
1412 pkt->sleep_time = 0;
1554 if (pkt->sleep_time && pkt->sleep_time < min_sleep_time)
1555 min_sleep_time = pkt->sleep_time;
1568 if (!pkt->sleep_time)
1570 pkt->sleep_time -= min_sleep_time - residue;
1571 if (pkt->sleep_time <= 0) {
1572 pkt->sleep_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1218 unsigned int timeo, sleep_time, reset_timeo; local
1229 sleep_time = chip_op_time / 2;
1244 if (sleep_time >= 1000000/HZ) {
1250 msleep(sleep_time/1000);
1251 timeo -= sleep_time;
1252 sleep_time = 1000000/HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Du132-hcd.c1610 int sleep_time = 0; local
1629 sleep_time = 0;
1635 sleep_time = 10;
1640 sleep_time = 50;
1649 msleep(sleep_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2306 int sleep_time = 0; local
2331 sleep_time = 0;
2337 sleep_time = 10;
2342 sleep_time = 50;
2351 msleep(sleep_time);

Completed in 466 milliseconds