Lines Matching refs:nodemask_t

99 extern nodemask_t _unused_nodemask_arg_;
109 static __always_inline unsigned int __nodemask_pr_numnodes(const nodemask_t *m) in __nodemask_pr_numnodes()
113 static __always_inline const unsigned long *__nodemask_pr_bits(const nodemask_t *m) in __nodemask_pr_bits()
128 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
134 static __always_inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
140 static __always_inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall()
146 static __always_inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear()
156 static __always_inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
163 static __always_inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and()
164 const nodemask_t *src2p, unsigned int nbits) in __nodes_and()
171 static __always_inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or()
172 const nodemask_t *src2p, unsigned int nbits) in __nodes_or()
179 static __always_inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor()
180 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor()
187 static __always_inline void __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot()
188 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot()
194 static __always_inline void __nodes_copy(nodemask_t *dstp, in __nodes_copy()
195 const nodemask_t *srcp, unsigned int nbits) in __nodes_copy()
202 static __always_inline void __nodes_complement(nodemask_t *dstp, in __nodes_complement()
203 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement()
210 static __always_inline bool __nodes_equal(const nodemask_t *src1p, in __nodes_equal()
211 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal()
218 static __always_inline bool __nodes_intersects(const nodemask_t *src1p, in __nodes_intersects()
219 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects()
226 static __always_inline bool __nodes_subset(const nodemask_t *src1p, in __nodes_subset()
227 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
233 static __always_inline bool __nodes_empty(const nodemask_t *srcp, unsigned int nbits) in __nodes_empty()
239 static __always_inline bool __nodes_full(const nodemask_t *srcp, unsigned int nbits) in __nodes_full()
245 static __always_inline int __nodes_weight(const nodemask_t *srcp, unsigned int nbits) in __nodes_weight()
252 static __always_inline void __nodes_shift_right(nodemask_t *dstp, in __nodes_shift_right()
253 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right()
260 static __always_inline void __nodes_shift_left(nodemask_t *dstp, in __nodes_shift_left()
261 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left()
270 static __always_inline unsigned int __first_node(const nodemask_t *srcp) in __first_node()
276 static __always_inline unsigned int __next_node(int n, const nodemask_t *srcp) in __next_node()
286 static __always_inline unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in()
295 static __always_inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
313 static __always_inline unsigned int __first_unset_node(const nodemask_t *maskp) in __first_unset_node()
324 ((nodemask_t) { { \
331 ((nodemask_t) { { \
339 ((nodemask_t) { { \
348 nodemask_t *dstp, int nbits) in __nodemask_parse_user()
354 static __always_inline int __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) in __nodelist_parse()
362 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap()
369 static __always_inline void __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, in __nodes_remap()
370 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap()
377 static __always_inline void __nodes_onto(nodemask_t *dstp, const nodemask_t *origp, in __nodes_onto()
378 const nodemask_t *relmapp, int nbits) in __nodes_onto()
385 static __always_inline void __nodes_fold(nodemask_t *dstp, const nodemask_t *origp, in __nodes_fold()
424 extern nodemask_t node_states[NR_NODE_STATES];
511 static __always_inline int node_random(const nodemask_t *maskp) in node_random()
561 nodemask_t mask1;
562 nodemask_t mask2;