Searched refs:nodemask (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | oom.h | 51 struct mem_cgroup *memcg, const nodemask_t *nodemask, 58 struct mem_cgroup *memcg, nodemask_t *nodemask, 65 int order, const nodemask_t *nodemask); 68 unsigned long totalpages, const nodemask_t *nodemask,
|
D | cpuset.h | 49 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask); 134 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed() argument 141 current->mems_allowed = nodemask; in set_mems_allowed() 177 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed() argument 249 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed() argument
|
D | mempolicy.h | 150 struct mempolicy **mpol, nodemask_t **nodemask); 259 struct mempolicy **mpol, nodemask_t **nodemask) in huge_zonelist() argument 262 *nodemask = NULL; in huge_zonelist()
|
D | nodemask.h | 143 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 145 #define node_test_and_set(node, nodemask) \ argument 146 __node_test_and_set((node), &(nodemask)) 222 #define nodes_full(nodemask) __nodes_full(&(nodemask), MAX_NUMNODES) argument 228 #define nodes_weight(nodemask) __nodes_weight(&(nodemask), MAX_NUMNODES) argument
|
D | compaction.h | 104 int order, gfp_t gfp_mask, nodemask_t *nodemask, in try_to_compact_pages() argument
|
D | mmzone.h | 1020 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 1021 for (z = first_zones_zonelist(zlist, highidx, nodemask, &zone); \ 1023 z = next_zones_zonelist(++z, highidx, nodemask, &zone)) \
|
D | gfp.h | 303 struct zonelist *zonelist, nodemask_t *nodemask);
|