Searched refs:CPU_CLR (Results 1 – 4 of 4) sorted by relevance
43 #define CPU_CLR(cpu, cpusetp) __CPU_CLR (cpu, cpusetp) macro
37 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask))
70 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask))
103 #define CPU_CLR(index, cpu_set_ptr) (*(cpu_set_ptr) &= ~(1ull << (index))) macro