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

  /external/fio/os/
os-dragonfly.h 86 #define fio_cpu_count(mask) CPU_COUNT((mask)) macro
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-windows.h 226 static inline int fio_cpu_count(os_cpu_mask_t *mask) function
os-linux.h 73 #define fio_cpu_count(mask) CPU_COUNT((mask)) macro

Completed in 66 milliseconds