Searched refs:fio_cpu_clear (Results 1 – 7 of 7) sorted by relevance
/external/fio/os/ |
D | os-freebsd.h | 33 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro
|
D | os-solaris.h | 104 #define fio_cpu_clear(mask, cpu) pset_assign(PS_NONE, (cpu), NULL) macro
|
D | os-linux.h | 63 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask)) macro
|
D | os-windows.h | 203 static inline void fio_cpu_clear(os_cpu_mask_t *mask, int cpu) in fio_cpu_clear() function
|
D | os.h | 84 #define fio_cpu_clear(mask, cpu) do { } while (0) macro
|
/external/fio/ |
D | backend.c | 1362 fio_cpu_clear(&o->cpumask, o->gtod_cpu); in thread_main()
|
D | options.c | 417 fio_cpu_clear(mask, i); in fio_cpus_split()
|