Home
last modified time | relevance | path

Searched refs:CPU_MASK_LAST_WORD (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dcpumask.h43 #define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(NR_CPUS) macro
45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
47 …{ [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }