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

  /external/fio/os/
os-freebsd.h 33 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro
os-solaris.h 104 #define fio_cpu_clear(mask, cpu) pset_assign(PS_NONE, (cpu), NULL) macro
os-linux.h 63 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro
os-windows.h 203 static inline void fio_cpu_clear(os_cpu_mask_t *mask, int cpu) function
os.h 84 #define fio_cpu_clear(mask, cpu) do { } while (0) macro
  /external/fio/
backend.c 1362 fio_cpu_clear(&o->cpumask, o->gtod_cpu);
    [all...]
options.c 417 fio_cpu_clear(mask, i);
    [all...]

Completed in 90 milliseconds