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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c684 sendvec_chunk(file_t *fp, u_offset_t *fileoff, struct sendfilevec *sfv, function
1273 * and sendvec_chunk is dependant on multiple things:
1284 * dominating. So its better to use sendvec_chunk because
1286 * sendvec_chunk will do pagesize reads and write them
1290 * Future zero copy code will plugin into sendvec_chunk
1308 error = sendvec_chunk(fp, &fileoff,
1313 error = sendvec_chunk(fp, &fileoff, sfv, copy_cnt,

Completed in 444 milliseconds