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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.c101 tmp->idle = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dapic.c36 #include <asm/idle.h>
293 * Wait for idle.
H A Dio_apic.c38 #include <asm/idle.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.h1318 volatile unsigned idle:1; /* set to 1 if idle */ member in struct:NCR53c7x0_hostdata
H A Daha152x.c438 idle=0, enumerator in enum:aha152x_state
661 { "idle", NULL, NULL, NULL, 0},
3279 for (i = idle; i<maxstate; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h247 uint8 idle; /* avail in pool */ member in struct:__anon3194
H A Dwlioctl.h539 int32 idle_rest_time; /* -1 use default, time idle between scan cycle */
1165 uint32 idle; /* time since data pkt rx'd from sta */ member in struct:__anon3285
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c714 "Current:\n pkts-sofar: %llu errors: %llu\n started: %lluus stopped: %lluus idle: %lluus\n",
2960 __u64 total_us, bps, mbps, pps, idle; local
2965 idle = pkt_dev->idle_acc;
2969 (unsigned long long)(total_us - idle),
2970 (unsigned long long)idle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c2815 * If DMA is idle, we return NULL.
2821 bool idle; local
2827 idle = !NTXDACTIVE(di->txin, di->txout);
2832 idle = !NRXDACTIVE(di->rxin, di->rxout);
2837 if (idle) {
2838 DMA_TRACE(("%s: DMA idle, return NULL\n", __FUNCTION__));
H A Dbcmutils.c367 stats->idle++; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.c443 static int idle(IXJ *j);
2312 idle(j);
3615 static int idle(IXJ *j) function
3637 idle(j);
3641 if (idle(j))
4607 idle(j);
5796 idle(j);
6495 idle(j);
6639 idle(j);
6643 idle(get_ix
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c4856 struct bttv_buffer_set idle; local
4863 memset(&idle, 0, sizeof(idle));
4867 btv->curr = idle;
4869 bttv_buffer_activate_video(btv, &idle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c84 * subsystem is idle. There is also an 'absolute maximum' reconstruction
86 * idle IO detection.
2405 * active-idle
2413 "write-pending", "active-idle", NULL };
2722 char *type = "idle";
2746 if (cmd_match(page, "idle")) {
5091 int idle; local
5094 idle = 1;
5115 idle = 0;
5118 return idle;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dradeon_cp.c983 * prior to a wait for idle, as it informs the engine that the command
991 /* Wait for the CP to go idle.
1050 * to go idle before calling this routine.
1890 /* If we fail to make the engine go idle, we return an error
1893 if (stop.idle) {
1899 /* Finally, we can turn off the CP. If the engine isn't idle,

Completed in 691 milliseconds

123456