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

  /external/fio/
memory.c 295 if (td->o.odirect || td->o.mem_align || td->o.oatomic ||
339 if (td->o.odirect || td->o.oatomic)
thread_options.h 96 unsigned int oatomic; member in struct:thread_options
369 uint32_t oatomic; member in struct:thread_options_pack
cconv.c 149 o->oatomic = le32_to_cpu(top->oatomic);
358 top->oatomic = cpu_to_le32(o->oatomic);
backend.c 1178 if (td->o.odirect || td->o.mem_align || td->o.oatomic ||
1197 if (td->o.odirect || td->o.mem_align || td->o.oatomic ||
    [all...]
filesetup.c 619 if (td->o.oatomic) {
    [all...]
init.c 842 if (td->o.oatomic)
    [all...]
options.c     [all...]

Completed in 169 milliseconds