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

  /external/fio/os/
os-freebsd.h 40 #define fio_cpu_count(mask) CPU_COUNT((mask)) macro
os-solaris.h 132 static inline int fio_cpu_count(os_cpu_mask_t *mask) function
os-dragonfly.h 86 #define fio_cpu_count(mask) CPU_COUNT((mask)) macro
os-linux.h 73 #define fio_cpu_count(mask) CPU_COUNT((mask)) macro
os-windows.h 226 static inline int fio_cpu_count(os_cpu_mask_t *mask) function
  /external/fio/
options.c 440 cpus_in_mask = fio_cpu_count(mask);
454 return fio_cpu_count(mask);
    [all...]

Completed in 196 milliseconds