Searched refs:async_write_no_copy (Results 1 – 2 of 2) sorted by relevance
/dports/benchmarks/iozone/iozone3_491/src/current/ |
H A D | libasync.c | 225 size_t async_write_no_copy(struct cache *gc,long long fd,char *buffer,long long size,long long offs… 1173 async_write_no_copy(struct cache *gc,long long fd,char *buffer,long long size,long long offset,long… in async_write_no_copy() function 1176 async_write_no_copy(gc,fd,buffer,size,offset,depth,free_addr) in async_write_no_copy()
|
H A D | iozone.c | 1282 size_t async_write_no_copy(); 1289 size_t async_write_no_copy(); 1371 size_t async_write_no_copy(); 8091 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); 9646 async_write_no_copy(gc, (long long)fd, nbuff, reclen, offset64, 10285 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); 13264 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); in thread_write_test() 13929 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (traj_offset), depth,free_addr); in thread_pwrite_test() 14556 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (i*reclen), depth,free_addr); in thread_rwrite_test() 18701 async_write_no_copy(gc, (long long)fd, nbuff, reclen, (current_offset), depth,free_addr); in thread_ranwrite_test() [all …]
|