Searched defs:nodemask (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/include/linux/ |
D | cpuset.h | 127 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed() 170 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed() 232 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
|
D | oom.h | 24 nodemask_t *nodemask; member
|
D | nodemask.h | 140 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 142 #define node_test_and_set(node, nodemask) \ argument 219 #define nodes_full(nodemask) __nodes_full(&(nodemask), MAX_NUMNODES) argument 225 #define nodes_weight(nodemask) __nodes_weight(&(nodemask), MAX_NUMNODES) argument
|
D | mempolicy.h | 259 struct mempolicy **mpol, nodemask_t **nodemask) in huge_zonelist()
|
D | mmzone.h | 962 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
|
/linux-4.4.14/mm/ |
D | oom_kill.c | 132 struct mem_cgroup *memcg, const nodemask_t *nodemask) in oom_unkillable_task() 160 const nodemask_t *nodemask, unsigned long totalpages) in oom_badness() 353 static void dump_tasks(struct mem_cgroup *memcg, const nodemask_t *nodemask) in dump_tasks()
|
D | internal.h | 146 nodemask_t *nodemask; member
|
D | vmscan.c | 75 nodemask_t *nodemask; member 2743 nodemask_t *nodemask) in throttle_direct_reclaim() 2827 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
|
D | hugetlb.c | 882 nodemask_t *nodemask; in dequeue_huge_page_vma() local 1495 nodemask_t *nodemask; in __hugetlb_alloc_buddy_huge_page() local
|
D | mempolicy.c | 1808 nodemask_t **nodemask) in huge_zonelist()
|
D | page_alloc.c | 3193 struct zonelist *zonelist, nodemask_t *nodemask) in __alloc_pages_nodemask()
|
/linux-4.4.14/kernel/ |
D | smp.c | 365 const struct cpumask *nodemask; in smp_call_function_any() local
|
D | cpuset.c | 2469 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
|
/linux-4.4.14/arch/x86/mm/ |
D | numa.c | 321 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 570 nodemask_t *nodemask; in cfs_cpt_bind() local
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 356 const struct cpumask *nodemask = cpumask_of_node(node); in setup_affinity() local
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 290 unsigned long nodemask; in bind_to_memnode() local
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 1550 const struct cpumask *nodemask = NULL; in select_fallback_rq() local
|