Lines Matching refs:from
61 void *from;
141 from = kmap_atomic(page + (mem_off >> PAGE_SHIFT));
142 page_addr = from;
143 from += offset_in_page(mem_off);
146 memcpy(to, from, tlen);
210 void *from;
252 * ABORTS from other end of exchange timer trigger the recovery.
265 from = fc_frame_payload_get(fp, 0);
305 memcpy(to, from, tlen);
308 from += tlen;