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

  /external/fio/engines/
fusion-aw.c 43 td_vmsg(td, EINVAL, "only writes supported", "io_u->ddir");
49 td_vmsg(td, EINVAL, "unaligned data buffer", "io_u->xfer_buf");
55 td_vmsg(td, EINVAL, "unaligned data size", "io_u->xfer_buflen");
61 td_vmsg(td, EINVAL, "data too big", "io_u->xfer_buflen");
111 td_vmsg(td, errno, "nvm_get_handle failed", "nvm_get_handle");
124 td_vmsg(td, errno, "error in getting atomic write capabilities", "nvm_get_capabilities");
128 td_vmsg(td, EINVAL, "couldn't get all the atomic write capabilities" , "nvm_get_capabilities");
cpu.c 74 td_vmsg(td, EINVAL, "cpu thread needs rate (cpuload=)","cpuio");
  /external/fio/
ioengines.c 99 td_vmsg(td, -1, dlerror(), "dlopen");
125 td_vmsg(td, -1, dlerror(), "dlsym");
fio.h 371 #define td_vmsg(td, err, msg, func) \ macro

Completed in 46 milliseconds