old_length 156 drivers/media/pci/ivtv/ivtv-queue.c u32 old_length = to->length; old_length 158 drivers/media/pci/ivtv/ivtv-queue.c while (to->length - old_length < needed_bytes) { old_length 5592 drivers/usb/core/hub.c unsigned old_length; old_length 5621 drivers/usb/core/hub.c old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); old_length 5622 drivers/usb/core/hub.c len = max(len, old_length); old_length 5631 drivers/usb/core/hub.c old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); old_length 5633 drivers/usb/core/hub.c old_length); old_length 5634 drivers/usb/core/hub.c if (length != old_length) { old_length 5640 drivers/usb/core/hub.c if (memcmp(buf, udev->rawdescriptors[index], old_length) old_length 72 fs/coda/coda_psdev.h struct CodaFid *old_fid, size_t old_length, old_length 300 fs/coda/dir.c int old_length = old_dentry->d_name.len; old_length 308 fs/coda/dir.c coda_i2f(new_dir), old_length, new_length, old_length 233 fs/coda/upcall.c struct CodaFid *new_fid, size_t old_length, old_length 243 fs/coda/upcall.c insize = max_t(unsigned int, offset + new_length + old_length + 8, old_length 252 fs/coda/upcall.c s = ( old_length & ~0x3) +4; /* round up to word boundary */ old_length 253 fs/coda/upcall.c memcpy((char *)(inp) + offset, old_name, old_length); old_length 254 fs/coda/upcall.c *((char *)inp + offset + old_length) = '\0';