Searched refs:CPU_CLR (Results 1 – 5 of 5) sorted by relevance
33 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask))
62 #define fio_cpu_clear(mask, cpu) (void) CPU_CLR((cpu), (mask))
66 CPU_CLR(cpus->map[cpu], &cpu_set); in test__open_syscall_event_on_all_cpus()
28 CPU_CLR(i, maskp); in sched__get_first_possible_cpu()
99 #define CPU_CLR(index, cpu_set_ptr) (*(cpu_set_ptr) &= ~(1ull << (index))) macro