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

  /external/fio/
thread_options.h 191 unsigned int gtod_cpu; member in struct:thread_options
409 uint32_t gtod_cpu; member in struct:thread_options_pack
cconv.c 217 o->gtod_cpu = le32_to_cpu(top->gtod_cpu);
374 top->gtod_cpu = cpu_to_le32(o->gtod_cpu);
backend.c 1321 if (o->gtod_cpu)
1322 fio_cpu_clear(&o->cpumask, o->gtod_cpu);
    [all...]
options.c 1062 td->o.gtod_cpu = val;
1099 if (td->o.gtod_cpu) {
    [all...]
init.c     [all...]

Completed in 107 milliseconds