Searched defs:CPUSET_DEL (Results 1 – 3 of 3) sorted by relevance
39 #define CPUSET_DEL(set, cpu) ((set) &= ~CPUSET_SINGLE(cpu)) macro
428 #define CPUSET_DEL(set, cpu) BT_CLEAR((set).cpub, cpu) macro503 #define CPUSET_DEL(set, cpu) ((void)((set) &= ~CPUSET(cpu))) macro
516 #define CPUSET_DEL(set, cpu) atomic_and_32(&(set), ~CPUSET_SINGLE(cpu)) macro