/Linux-v4.19/include/linux/ |
D | cpuset.h | 150 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()
|
D | oom.h | 27 nodemask_t *nodemask; member
|
D | nodemask.h | 152 #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
|
D | migrate.h | 35 int preferred_nid, nodemask_t *nodemask) in new_page_nodemask()
|
D | mempolicy.h | 273 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
|
D | mmzone.h | 1024 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 1030 #define for_next_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
|
/Linux-v4.19/lib/ |
D | show_mem.c | 12 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem()
|
/Linux-v4.19/mm/ |
D | oom_kill.c | 155 struct mem_cgroup *memcg, const nodemask_t *nodemask) in oom_unkillable_task() 204 const nodemask_t *nodemask, unsigned long totalpages) in oom_badness() 398 static void dump_tasks(struct mem_cgroup *memcg, const nodemask_t *nodemask) in dump_tasks()
|
D | internal.h | 119 nodemask_t *nodemask; member
|
D | vmscan.c | 72 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()
|
D | hugetlb.c | 936 nodemask_t *nodemask; in dequeue_huge_page_vma() local 1105 int nid, nodemask_t *nodemask) in alloc_gigantic_page() 1149 int nid, nodemask_t *nodemask) { return NULL; } in alloc_gigantic_page() 1620 nodemask_t *nodemask; in alloc_buddy_huge_page_with_mpol() local 1675 nodemask_t *nodemask; in alloc_huge_page_vma() local
|
D | page_alloc.c | 3383 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem() 3406 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc() 4304 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages() 4355 nodemask_t *nodemask) in __alloc_pages_nodemask() 4799 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip() 4853 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas()
|
D | mempolicy.c | 1855 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
|
/Linux-v4.19/arch/x86/mm/ |
D | numa.c | 320 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
|
/Linux-v4.19/kernel/ |
D | smp.c | 364 const struct cpumask *nodemask; in smp_call_function_any() local
|
/Linux-v4.19/kernel/irq/ |
D | manage.c | 397 const struct cpumask *nodemask = cpumask_of_node(node); in irq_setup_affinity() local
|
/Linux-v4.19/tools/perf/bench/ |
D | numa.c | 339 unsigned long nodemask; in bind_to_memnode() local
|
/Linux-v4.19/kernel/cgroup/ |
D | cpuset.c | 2495 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 1456 const struct cpumask *nodemask = NULL; in select_fallback_rq() local
|