Searched refs:thistime (Results 1 - 7 of 7) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.c403 struct timeval thistime; local
405 gettimeofday(&thistime,NULL);
406 test=thistime.tv_sec*10+thistime.tv_usec/100000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c5617 u_long thistime = jiffies; local
5638 if (np->settle_time <= thistime) {
5653 if (np->lasttime + 4*HZ < thistime) {
5657 np->lasttime = thistime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c537 unsigned long thistime = jiffies; local
542 np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL;
550 if (time_before_eq(np->s.settle_time, thistime)) {
562 if (np->s.lasttime + 4*HZ < thistime) {
563 np->s.lasttime = thistime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500.c294 unsigned long thistime; local
297 thistime = copy_size =
304 while (thistime) {
316 obuf, thistime, &partial, 5000);
318 dbg("write stats: result:%d thistime:%lu partial:%u",
319 result, thistime, partial);
332 thistime -= partial;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Ddatafab.c98 unsigned char thistime; local
133 thistime = (len / info->ssize) & 0xff;
136 command[1] = thistime;
160 sector += thistime;
181 unsigned char thistime; local
216 thistime = (len / info->ssize) & 0xff;
223 command[1] = thistime;
256 sector += thistime;
H A Djumpshot.c119 unsigned char thistime; local
147 thistime = (len / info->ssize) & 0xff;
150 command[1] = thistime;
175 sector += thistime;
195 unsigned char thistime; local
224 thistime = (len / info->ssize) & 0xff;
231 command[1] = thistime;
266 sector += thistime;
H A Dshuttle_usbat.c73 unsigned char thistime,
77 buf[1] = thistime;
996 unsigned char thistime; local
1034 thistime = (len / info->ssize) & 0xff;
1037 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20);
1055 sector += thistime;
1086 unsigned char thistime; local
1124 thistime = (len / info->ssize) & 0xff;
1131 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30);
1143 sector += thistime;
72 usbat_pack_ata_sector_cmd(unsigned char *buf, unsigned char thistime, u32 sector, unsigned char cmd) argument
[all...]

Completed in 127 milliseconds