temp_len 1293 drivers/mtd/chips/cfi_cmdset_0020.c unsigned long temp_len = len; temp_len 1296 drivers/mtd/chips/cfi_cmdset_0020.c while (temp_len) { temp_len 1299 drivers/mtd/chips/cfi_cmdset_0020.c temp_len -= mtd->erasesize; temp_len 292 drivers/staging/rts5208/rtsx_transport.c u32 temp_len = 0; temp_len 297 drivers/staging/rts5208/rtsx_transport.c temp_len = 0x80000; temp_len 300 drivers/staging/rts5208/rtsx_transport.c temp_len = len; temp_len 303 drivers/staging/rts5208/rtsx_transport.c val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; temp_len 308 drivers/staging/rts5208/rtsx_transport.c len -= temp_len; temp_len 309 drivers/staging/rts5208/rtsx_transport.c addr += temp_len; temp_len 269 fs/cifs/cifsencrypt.c unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; temp_len 275 fs/cifs/cifsencrypt.c ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); temp_len 279 fs/cifs/cifsencrypt.c ses->auth_key.len = temp_len; temp_len 1638 fs/cifs/connect.c unsigned int temp_len, i, j; temp_len 2244 fs/cifs/connect.c temp_len = strlen(value); temp_len 2245 fs/cifs/connect.c vol->password = kzalloc(temp_len+1, GFP_KERNEL); temp_len 2251 fs/cifs/connect.c for (i = 0, j = 0; i < temp_len; i++, j++) {