HomeSort by relevance Sort by last modified time
    Searched defs:cpumask_t (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/common/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon186
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon9147
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon9501
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon9855
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon10263
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon10637
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon11050
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 } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /external/kernel-headers/original/linux/
cpumask.h 46 * cpumask_t cpumask_of_cpu(cpu) Return cpumask with bit 'cpu' set
88 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon2920
89 extern cpumask_t _unused_cpumask_arg_;
92 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp)
98 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp)
104 static inline void __cpus_setall(cpumask_t *dstp, int nbits)
110 static inline void __cpus_clear(cpumask_t *dstp, int nbits)
119 static inline int __cpu_test_and_set(int cpu, cpumask_t *addr)
125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p
    [all...]

Completed in 190 milliseconds