HomeSort by relevance Sort by last modified time
    Searched full:mmapfile (Results 1 - 6 of 6) sorted by null

  /external/fio/
memory.c 128 if (!td->o.mmapfile)
133 if (td->o.mmapfile) {
134 td->mmapfd = open(td->o.mmapfile, O_RDWR|O_CREAT, 0644);
163 if (td->o.mmapfile)
164 unlink(td->o.mmapfile);
178 if (td->o.mmapfile) {
180 unlink(td->o.mmapfile);
181 free(td->o.mmapfile);
thread_options.h 42 char *mmapfile; member in struct:thread_options
269 uint8_t mmapfile[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
cconv.c 33 free(o->mmapfile);
59 string_to_cpu(&o->mmapfile, top->mmapfile);
264 string_to_net(top->mmapfile, o->mmapfile);
options.c 360 td->o.mmapfile = get_opt_postfix(mem);
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
mklib 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"
  /external/mesa3d/bin/
mklib 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"

Completed in 564 milliseconds