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

  /bionic/libc/kernel/common/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon345
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /development/ndk/platforms/android-3/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon970
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon15136
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon15490
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon15844
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon16263
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon16626
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nodemask.h 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon17050
47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } })
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
  /external/kernel-headers/original/linux/
nodemask.h 48 * nodemask_t nodemask_of_node(node) Return nodemask with bit 'node' set
88 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon4795
89 extern nodemask_t _unused_nodemask_arg_;
92 static inline void __node_set(int node, volatile nodemask_t *dstp)
98 static inline void __node_clear(int node, volatile nodemask_t *dstp)
104 static inline void __nodes_setall(nodemask_t *dstp, int nbits)
110 static inline void __nodes_clear(nodemask_t *dstp, int nbits)
120 static inline int __node_test_and_set(int node, nodemask_t *addr)
127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p
    [all...]

Completed in 325 milliseconds