Home
last modified time | relevance | path

Searched refs:nodemask_t (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
Dnodemask.h88 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef
89 extern nodemask_t _unused_nodemask_arg_;
92 static inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
98 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
104 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall()
110 static inline void __nodes_clear(nodemask_t *dstp, int nbits) in __nodes_clear()
120 static inline int __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and()
128 const nodemask_t *src2p, int nbits) in __nodes_and()
135 static inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or()
[all …]
Dmempolicy.h68 nodemask_t nodes; /* interleave */
71 nodemask_t cpuset_mems_allowed; /* mempolicy relative to these nodes */
136 nodemask_t *nodes);
146 extern void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *new);
148 const nodemask_t *new);
149 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
174 const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags);
213 int policy, nodemask_t *nodes) in mpol_shared_policy_init()
239 const nodemask_t *new) in mpol_rebind_policy()
244 const nodemask_t *new) in mpol_rebind_task()
[all …]
Dmm.h209 int (*migrate)(struct vm_area_struct *vma, const nodemask_t *from,
210 const nodemask_t *to, unsigned long flags);
Dsched.h978 nodemask_t mems_allowed;