Searched defs:CPU_SET (Results 1 – 2 of 2) sorted by relevance
97 #define CPU_SET(index, cpu_set_ptr) (*(cpu_set_ptr) |= 1ull << (index)) macro
56 #define CPU_SET(cpu, cpusetp) \ macro