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

  /external/fio/os/
os-dragonfly.h 99 static inline void fio_cpu_clear(os_cpu_mask_t *mask, int cpu) function
os-freebsd.h 37 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro
os-solaris.h 103 #define fio_cpu_clear(mask, cpu) pset_assign(PS_NONE, (cpu), NULL) macro
os-windows.h 211 static inline void fio_cpu_clear(os_cpu_mask_t *mask, int cpu) function
os.h 88 #define fio_cpu_clear(mask, cpu) do { } while (0) macro
os-linux.h 70 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro

Completed in 2129 milliseconds