Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h98 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef
99 extern nodemask_t _unused_nodemask_arg_;
109 static inline unsigned int __nodemask_pr_numnodes(const nodemask_t *m) in __nodemask_pr_numnodes()
113 static 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 inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
140 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall()
146 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear()
156 static inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
163 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and()
[all …]
Dmempolicy.h49 nodemask_t nodes; /* interleave/bind/perfer */
52 nodemask_t cpuset_mems_allowed; /* relative to these nodes */
53 nodemask_t user_nodemask; /* nodemask passed by user */
143 extern void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new);
144 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
148 struct mempolicy **mpol, nodemask_t **nodemask);
149 extern bool init_nodemask_of_mempolicy(nodemask_t *mask);
151 const nodemask_t *mask);
152 extern nodemask_t *policy_nodemask(gfp_t gfp, struct mempolicy *policy);
154 static inline nodemask_t *policy_nodemask_current(gfp_t gfp) in policy_nodemask_current()
[all …]
Dcpuset.h65 extern nodemask_t cpuset_mems_allowed(struct task_struct *p);
68 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask);
155 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
200 static inline nodemask_t cpuset_mems_allowed(struct task_struct *p) in cpuset_mems_allowed()
208 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
275 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
Doom.h34 nodemask_t *nodemask;
Dgfp.h552 nodemask_t *nodemask);
555 nodemask_t *nodemask, int nr_pages,
715 int nid, nodemask_t *nodemask);
Dmmzone.h1500 nodemask_t *nodes);
1519 nodemask_t *nodes) in next_zones_zonelist()
1545 nodemask_t *nodes) in first_zones_zonelist()
Dhugetlb.h638 nodemask_t *nmask, gfp_t gfp_mask);
936 nodemask_t *nmask, gfp_t gfp_mask)
Dswap.h377 gfp_t gfp_mask, nodemask_t *mask);
Dmm.h1774 extern void show_free_areas(unsigned int flags, nodemask_t *nodemask);
2552 extern void show_mem(unsigned int flags, nodemask_t *nodemask);
2561 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...);
Dsched.h1216 nodemask_t mems_allowed;
/include/asm-generic/
Dnuma.h12 extern nodemask_t numa_nodes_parsed __initdata;
/include/trace/hooks/
Dmm.h58 TP_PROTO(unsigned int filter, nodemask_t *nodemask),
169 nodemask_t *nodemask),