HomeSort by relevance Sort by last modified time
    Searched refs:mmapfd (Results 1 - 2 of 2) sorted by null

  /external/fio/
memory.c 122 td->mmapfd = 1;
134 td->mmapfd = open(td->o.mmapfile, O_RDWR|O_CREAT, 0644);
136 if (td->mmapfd < 0) {
142 ftruncate(td->mmapfd, total_mem) < 0) {
155 td->mmapfd, 0);
157 td->mmapfd, td->orig_buffer);
161 if (td->mmapfd != 1) {
162 close(td->mmapfd);
179 close(td->mmapfd);
fio.h 149 int mmapfd; member in struct:thread_data

Completed in 213 milliseconds