HomeSort by relevance Sort by last modified time
    Searched defs:fio_cpu_clear (Results 1 - 5 of 5) 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 62 #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 81 #define fio_cpu_clear(mask, cpu) do { } while (0) macro

Completed in 45 milliseconds