Searched defs:CPUSET_ADD (Results 1 – 3 of 3) sorted by relevance
38 #define CPUSET_ADD(set, cpu) ((set) |= CPUSET_SINGLE(cpu)) macro
427 #define CPUSET_ADD(set, cpu) BT_SET((set).cpub, cpu) macro502 #define CPUSET_ADD(set, cpu) ((void)((set) |= CPUSET(cpu))) macro
515 #define CPUSET_ADD(set, cpu) atomic_or_32(&(set), CPUSET_SINGLE(cpu)) macro