Searched defs:nodemask_t (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dnodemask.h48 * 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:__anon3360
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 *src1
[all...]

Completed in 68 milliseconds