OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_MASK_ALL
(Results
126 - 126
of
126
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
cpumask.h
45
#define
CPU_MASK_ALL
(cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
47
#define
CPU_MASK_ALL
(cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
Completed in 2327 milliseconds
1
2
3
4
5
6