Home
last modified time | relevance | path

Searched refs:nodemask_t (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.4/include/linux/
Dnodemask.h98 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 int __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 …]
Dmempolicy.h51 nodemask_t nodes; /* interleave/bind */
55 nodemask_t cpuset_mems_allowed; /* relative to these nodes */
56 nodemask_t user_nodemask; /* nodemask passed by user */
146 extern void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new);
147 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
151 struct mempolicy **mpol, nodemask_t **nodemask);
152 extern bool init_nodemask_of_mempolicy(nodemask_t *mask);
154 const nodemask_t *mask);
165 int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from,
166 const nodemask_t *to, int flags);
[all …]
Dcpuset.h62 extern nodemask_t cpuset_mems_allowed(struct task_struct *p);
65 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask);
152 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
194 static inline nodemask_t cpuset_mems_allowed(struct task_struct *p) in cpuset_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;
Dhugetlb.h357 nodemask_t *nmask);
361 int nid, nodemask_t *nmask);
607 alloc_huge_page_nodemask(struct hstate *h, int preferred_nid, nodemask_t *nmask) in alloc_huge_page_nodemask()
Dmigrate.h35 int preferred_nid, nodemask_t *nodemask) in new_page_nodemask()
Dmmzone.h1025 nodemask_t *nodes);
1041 nodemask_t *nodes) in next_zones_zonelist()
1066 nodemask_t *nodes) in first_zones_zonelist()
Dgfp.h491 nodemask_t *nodemask);
Dswap.h353 gfp_t gfp_mask, nodemask_t *mask);
/Linux-v5.4/mm/
Dmempolicy.c150 int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
151 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes);
159 static void mpol_relative_nodemask(nodemask_t *ret, const nodemask_t *orig, in mpol_relative_nodemask()
160 const nodemask_t *rel) in mpol_relative_nodemask()
162 nodemask_t tmp; in mpol_relative_nodemask()
167 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave()
175 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred()
186 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind()
204 const nodemask_t *nodes, struct nodemask_scratch *nsc) in mpol_set_nodemask()
243 nodemask_t *nodes) in mpol_new()
[all …]
Dmmzone.c46 static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes) in zref_in_nodemask()
58 nodemask_t *nodes) in __next_zones_zonelist()
Dhugetlb.c894 nodemask_t *nmask) in dequeue_huge_page_nodemask()
946 nodemask_t *nodemask; in dequeue_huge_page_vma()
984 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed()
992 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed()
1006 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc()
1024 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free()
1115 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1157 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1165 int nid, nodemask_t *nodemask) in alloc_gigantic_page()
1407 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page()
[all …]
Dinternal.h115 nodemask_t *nodemask;
/Linux-v5.4/lib/
Dnodemask.c6 int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in()
21 int node_random(const nodemask_t *maskp) in node_random()
Dshow_mem.c11 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem()
/Linux-v5.4/kernel/cgroup/
Dcpuset.c108 nodemask_t mems_allowed;
112 nodemask_t effective_mems;
134 nodemask_t old_mems_allowed;
410 static void guarantee_online_mems(struct cpuset *cs, nodemask_t *pmask) in guarantee_online_mems()
1570 nodemask_t from;
1571 nodemask_t to;
1585 static void cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from, in cpuset_migrate_mm()
1586 const nodemask_t *to) in cpuset_migrate_mm()
1618 nodemask_t *newmems) in cpuset_change_task_nodemask()
1647 static nodemask_t newmems; /* protected by cpuset_mutex */ in update_tasks_nodemask()
[all …]
/Linux-v5.4/kernel/irq/
Daffinity.c84 const struct cpumask *mask, nodemask_t *nodemsk) in get_nodes_in_cpumask()
131 const nodemask_t nodemsk, in alloc_nodes_vectors()
258 nodemask_t nodemsk = NODE_MASK_NONE; in __irq_build_affinity_masks()
/Linux-v5.4/arch/arm64/include/asm/
Dnuma.h14 extern nodemask_t numa_nodes_parsed __initdata;
/Linux-v5.4/arch/x86/include/asm/
Dnuma.h32 extern nodemask_t numa_nodes_parsed __initdata;
/Linux-v5.4/arch/x86/mm/
Dnuma.c23 nodemask_t numa_nodes_parsed __initdata;
316 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
346 nodemask_t nodes_parsed; in numa_alloc_distance()
469 nodemask_t reserved_nodemask = NODE_MASK_NONE; in numa_clear_kernel_node_hotplug()
Dnuma_emulation.c86 nodemask_t physnode_mask = numa_nodes_parsed; in split_nodes_interleave()
221 nodemask_t physnode_mask = numa_nodes_parsed; in split_nodes_size_interleave_uniform()
395 nodemask_t physnode_mask = numa_nodes_parsed; in numa_emulation()
/Linux-v5.4/arch/arm64/mm/
Dnuma.c21 nodemask_t numa_nodes_parsed __initdata;
/Linux-v5.4/drivers/acpi/
Dnuma.c21 static nodemask_t nodes_found_map = NODE_MASK_NONE;
/Linux-v5.4/kernel/
Dcrash_core.c422 VMCOREINFO_SIZE(nodemask_t); in crash_save_vmcoreinfo_init()
/Linux-v5.4/arch/ia64/mm/
Ddiscontig.c46 static nodemask_t memory_less_mask __initdata;

12