Home
last modified time | relevance | path

Searched defs:nodemask (Results 1 – 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
Dcpuset.h152 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
202 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
269 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
Doom.h34 nodemask_t *nodemask; member
Dnodemask.h152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
154 #define node_test_and_set(node, nodemask) \ argument
231 #define nodes_full(nodemask) __nodes_full(&(nodemask), MAX_NUMNODES) argument
237 #define nodes_weight(nodemask) __nodes_weight(&(nodemask), MAX_NUMNODES) argument
Dmempolicy.h255 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
/kernel/linux/linux-4.19/include/linux/
Dcpuset.h150 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
197 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
264 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
Doom.h27 nodemask_t *nodemask; member
Dnodemask.h152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
154 #define node_test_and_set(node, nodemask) \ argument
231 #define nodes_full(nodemask) __nodes_full(&(nodemask), MAX_NUMNODES) argument
237 #define nodes_weight(nodemask) __nodes_weight(&(nodemask), MAX_NUMNODES) argument
Dmigrate.h35 int preferred_nid, nodemask_t *nodemask) in new_page_nodemask()
Dmempolicy.h273 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
Dmmzone.h1030 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1036 #define for_next_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
/kernel/linux/linux-5.10/lib/
Dshow_mem.c11 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem()
/kernel/linux/linux-4.19/lib/
Dshow_mem.c12 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem()
/kernel/linux/linux-4.19/mm/
Doom_kill.c157 struct mem_cgroup *memcg, const nodemask_t *nodemask) in oom_unkillable_task()
206 const nodemask_t *nodemask, unsigned long totalpages) in oom_badness()
400 static void dump_tasks(struct mem_cgroup *memcg, const nodemask_t *nodemask) in dump_tasks()
Dinternal.h119 nodemask_t *nodemask; member
Dvmscan.c72 nodemask_t *nodemask; member
3131 nodemask_t *nodemask) in throttle_direct_reclaim()
3215 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
Dhugetlb.c936 nodemask_t *nodemask; in dequeue_huge_page_vma() local
1104 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1148 int nid, nodemask_t *nodemask) { return NULL; } in alloc_gigantic_page()
1642 nodemask_t *nodemask; in alloc_buddy_huge_page_with_mpol() local
1697 nodemask_t *nodemask; in alloc_huge_page_vma() local
Dpage_alloc.c3414 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem()
3437 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc()
4324 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages()
4375 nodemask_t *nodemask) in __alloc_pages_nodemask()
4825 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip()
4879 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas()
/kernel/linux/linux-5.10/mm/
Dinternal.h57 nodemask_t *nodemask; member
266 nodemask_t *nodemask; member
Dhugetlb.c1144 nodemask_t *nodemask; in dequeue_huge_page_vma() local
1283 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1320 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1328 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1975 nodemask_t *nodemask; in alloc_buddy_huge_page_with_mpol() local
2008 nodemask_t *nodemask; in alloc_huge_page_vma() local
Dpage_alloc.c3971 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem()
3990 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc()
4902 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages()
4957 nodemask_t *nodemask) in __alloc_pages_nodemask()
5419 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip()
5473 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas()
8728 int nid, nodemask_t *nodemask) in alloc_contig_pages()
Dvmscan.c3119 nodemask_t *nodemask) in throttle_direct_reclaim()
3203 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
/kernel/linux/linux-4.19/arch/x86/mm/
Dnuma.c320 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
/kernel/linux/linux-5.10/arch/x86/mm/
Dnuma.c335 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
/kernel/linux/linux-4.19/kernel/
Dsmp.c364 const struct cpumask *nodemask; in smp_call_function_any() local
/kernel/linux/linux-5.10/kernel/
Dsmp.c586 const struct cpumask *nodemask; in smp_call_function_any() local

12