Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcpuset.h168 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
221 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
288 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.h258 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
Dmmzone.h1228 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1234 #define for_next_zone_zonelist_nodemask(zone, z, highidx, nodemask) \ argument
/linux-5.19.10/lib/
Dshow_mem.c11 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem()
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dxapic_ipi_test.c262 unsigned long nodemask = 0; in do_migrations() local
/linux-5.19.10/arch/x86/mm/
Dnuma.c335 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
/linux-5.19.10/mm/
Dpage_alloc.c4231 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem()
4250 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc()
5179 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages()
5245 nodemask_t *nodemask, int nr_pages, in __alloc_pages_bulk()
5391 nodemask_t *nodemask) in __alloc_pages()
5455 nodemask_t *nodemask) in __folio_alloc()
5880 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip()
5934 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas()
9269 int nid, nodemask_t *nodemask) in alloc_contig_pages()
Dhugetlb.c1199 nodemask_t *nodemask; in dequeue_huge_page_vma() local
1365 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1402 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1410 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
2271 nodemask_t *nodemask; in alloc_buddy_huge_page_with_mpol() local
2314 nodemask_t *nodemask; in alloc_huge_page_vma() local
Dvmscan.c75 nodemask_t *nodemask; member
3661 nodemask_t *nodemask) in throttle_direct_reclaim()
3741 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
Dinternal.h211 nodemask_t *nodemask; member
Dmempolicy.c1942 nodemask_t nodemask = pol->nodes; in offset_il_node() local
2004 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node()
/linux-5.19.10/kernel/
Dsmp.c849 const struct cpumask *nodemask; in smp_call_function_any() local
/linux-5.19.10/kernel/irq/
Dmanage.c627 const struct cpumask *nodemask = cpumask_of_node(node); in irq_setup_affinity() local
/linux-5.19.10/kernel/cgroup/
Dcpuset.c3511 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
/linux-5.19.10/kernel/sched/
Dcore.c3418 const struct cpumask *nodemask = NULL; in select_fallback_rq() local