Searched defs:tmp_dst (Results 1 - 2 of 2) sorted by relevance

/drivers/base/regmap/
H A Dregcache-lzo.c239 void *tmp_dst; local
251 tmp_dst = lzo_block->dst;
267 lzo_block->dst = tmp_dst;
279 void *tmp_dst; local
291 tmp_dst = lzo_block->dst;
326 kfree(tmp_dst);
330 lzo_block->dst = tmp_dst;
/drivers/staging/rtl8192u/ieee80211/
H A Dcipher.c57 u8 tmp_dst[bsize]; local
77 dst_p = scatterwalk_whichbuf(&walk_out, bsize, tmp_dst);

Completed in 29 milliseconds