Searched refs:nodemask_t (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | nodemask.h | 98 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 …]
|
D | mempolicy.h | 49 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 …]
|
D | cpuset.h | 65 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()
|
D | oom.h | 34 nodemask_t *nodemask;
|
D | gfp.h | 552 nodemask_t *nodemask); 555 nodemask_t *nodemask, int nr_pages, 715 int nid, nodemask_t *nodemask);
|
D | mmzone.h | 1500 nodemask_t *nodes); 1519 nodemask_t *nodes) in next_zones_zonelist() 1545 nodemask_t *nodes) in first_zones_zonelist()
|
D | hugetlb.h | 638 nodemask_t *nmask, gfp_t gfp_mask); 936 nodemask_t *nmask, gfp_t gfp_mask)
|
D | swap.h | 377 gfp_t gfp_mask, nodemask_t *mask);
|
D | mm.h | 1774 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, ...);
|
D | sched.h | 1216 nodemask_t mems_allowed;
|
/include/asm-generic/ |
D | numa.h | 12 extern nodemask_t numa_nodes_parsed __initdata;
|
/include/trace/hooks/ |
D | mm.h | 58 TP_PROTO(unsigned int filter, nodemask_t *nodemask), 169 nodemask_t *nodemask),
|