Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rts5208/
Drtsx_transport.c302 u32 temp_len = 0; in rtsx_add_sg_tbl() local
307 temp_len = 0x80000; in rtsx_add_sg_tbl()
310 temp_len = len; in rtsx_add_sg_tbl()
313 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl()
318 len -= temp_len; in rtsx_add_sg_tbl()
319 addr += temp_len; in rtsx_add_sg_tbl()
/linux-4.4.14/net/ceph/
Dosdmap.c1644 int temp_len; in apply_temps() local
1655 temp_len = 0; in apply_temps()
1663 osds[temp_len++] = CRUSH_ITEM_NONE; in apply_temps()
1665 osds[temp_len++] = pg->pg_temp.osds[i]; in apply_temps()
1670 for (i = 0; i < temp_len; i++) { in apply_temps()
1677 temp_len = len; in apply_temps()
1687 return temp_len; in apply_temps()
/linux-4.4.14/fs/cifs/
Dcifsencrypt.c268 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response() local
274 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response()
278 ses->auth_key.len = temp_len; in setup_ntlm_response()
Dconnect.c1213 unsigned int temp_len, i, j; in cifs_parse_mount_options() local
1705 temp_len = strlen(value); in cifs_parse_mount_options()
1706 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1712 for (i = 0, j = 0; i < temp_len; i++, j++) { in cifs_parse_mount_options()
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0020.c1289 unsigned long temp_len = len; in cfi_staa_unlock() local
1292 while (temp_len) { in cfi_staa_unlock()
1295 temp_len -= mtd->erasesize; in cfi_staa_unlock()