thistime         5728 drivers/scsi/ncr53c8xx.c 	u_long	thistime = jiffies;
thistime         5749 drivers/scsi/ncr53c8xx.c 		if (np->settle_time <= thistime) {
thistime         5764 drivers/scsi/ncr53c8xx.c 	if (np->lasttime + 4*HZ < thistime) {
thistime         5768 drivers/scsi/ncr53c8xx.c 		np->lasttime = thistime;
thistime          432 drivers/scsi/sym53c8xx_2/sym_glue.c 	unsigned long thistime = jiffies;
thistime          437 drivers/scsi/sym53c8xx_2/sym_glue.c 	np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL;
thistime          445 drivers/scsi/sym53c8xx_2/sym_glue.c 		if (time_before_eq(np->s.settle_time, thistime)) {
thistime          457 drivers/scsi/sym53c8xx_2/sym_glue.c 	if (np->s.lasttime + 4*HZ < thistime) {
thistime          458 drivers/scsi/sym53c8xx_2/sym_glue.c 		np->s.lasttime = thistime;
thistime          142 drivers/usb/storage/datafab.c 	unsigned char  thistime;
thistime          178 drivers/usb/storage/datafab.c 		thistime = (len / info->ssize) & 0xff;
thistime          181 drivers/usb/storage/datafab.c 		command[1] = thistime;
thistime          205 drivers/usb/storage/datafab.c 		sector += thistime;
thistime          226 drivers/usb/storage/datafab.c 	unsigned char thistime;
thistime          262 drivers/usb/storage/datafab.c 		thistime = (len / info->ssize) & 0xff;
thistime          269 drivers/usb/storage/datafab.c 		command[1] = thistime;
thistime          301 drivers/usb/storage/datafab.c 		sector += thistime;
thistime          160 drivers/usb/storage/jumpshot.c 	unsigned char  thistime;
thistime          189 drivers/usb/storage/jumpshot.c 		thistime = (len / info->ssize) & 0xff;
thistime          192 drivers/usb/storage/jumpshot.c 		command[1] = thistime;
thistime          217 drivers/usb/storage/jumpshot.c 		sector += thistime;
thistime          237 drivers/usb/storage/jumpshot.c 	unsigned char  thistime;
thistime          267 drivers/usb/storage/jumpshot.c 		thistime = (len / info->ssize) & 0xff;
thistime          274 drivers/usb/storage/jumpshot.c 		command[1] = thistime;
thistime          309 drivers/usb/storage/jumpshot.c 		sector += thistime;
thistime          199 drivers/usb/storage/shuttle_usbat.c 					unsigned char thistime,
thistime          203 drivers/usb/storage/shuttle_usbat.c 	buf[1] = thistime;
thistime         1123 drivers/usb/storage/shuttle_usbat.c 	unsigned char  thistime;
thistime         1162 drivers/usb/storage/shuttle_usbat.c 		thistime = (len / info->ssize) & 0xff;
thistime         1165 drivers/usb/storage/shuttle_usbat.c 		usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20);
thistime         1183 drivers/usb/storage/shuttle_usbat.c 		sector += thistime;
thistime         1214 drivers/usb/storage/shuttle_usbat.c 	unsigned char  thistime;
thistime         1253 drivers/usb/storage/shuttle_usbat.c 		thistime = (len / info->ssize) & 0xff;
thistime         1260 drivers/usb/storage/shuttle_usbat.c 		usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30);
thistime         1272 drivers/usb/storage/shuttle_usbat.c 		sector += thistime;