Searched refs:tmplen (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfsroot.c | 223 const size_t tmplen = sizeof(nfs_export_path); in root_nfs_data() local 225 tmp = kzalloc(tmplen, GFP_KERNEL); in root_nfs_data() 233 if (root_nfs_parse_options(root_server_path, tmp, tmplen)) in root_nfs_data() 239 if (root_nfs_parse_options(cmdline, tmp, tmplen)) in root_nfs_data()
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842.c | 174 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 224 tmplen = dlen; in compress() 227 dlen = tmplen; /* reset dlen, if we're retrying */ in compress() 352 unsigned int dlen = p->oremain, tmplen; in decompress() local 402 tmplen = dlen; in decompress() 405 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
|
/Linux-v4.19/drivers/net/wireless/ |
D | wl3501_cs.c | 467 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local 500 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt() 501 pktlen -= tmplen; in wl3501_send_pkt() 503 tmplen = pktlen; in wl3501_send_pkt() 508 pdata, tmplen); in wl3501_send_pkt() 509 pdata += tmplen; in wl3501_send_pkt() 517 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt() 518 pktlen -= tmplen; in wl3501_send_pkt() 520 tmplen = pktlen; in wl3501_send_pkt() 525 pdata, tmplen); in wl3501_send_pkt() [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | s5p-sss.c | 933 u64 tmplen; in s5p_hash_write_ctrl() local 947 tmplen = ctx->digcnt * 8; in s5p_hash_write_ctrl() 948 prelow = (u32)tmplen; in s5p_hash_write_ctrl() 949 prehigh = (u32)(tmplen >> 32); in s5p_hash_write_ctrl()
|
/Linux-v4.19/fs/udf/ |
D | inode.c | 535 uint32_t tmplen; in udf_do_extend_file() local 543 udf_next_aext(inode, last_pos, &tmploc, &tmplen, 0); in udf_do_extend_file() 1146 uint32_t tmplen; in udf_update_extents() local 1162 udf_next_aext(inode, epos, &tmploc, &tmplen, 0); in udf_update_extents()
|