Home
last modified time | relevance | path

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

/linux-3.3/mm/
Doom_kill.c155 const struct mem_cgroup *memcg, const nodemask_t *nodemask) in oom_unkillable_task()
183 const nodemask_t *nodemask, unsigned long totalpages) in oom_badness()
246 gfp_t gfp_mask, nodemask_t *nodemask, in constrained_alloc()
296 gfp_t gfp_mask, nodemask_t *nodemask, in constrained_alloc()
312 const nodemask_t *nodemask) in select_bad_process()
390 static void dump_tasks(const struct mem_cgroup *memcg, const nodemask_t *nodemask) in dump_tasks()
420 struct mem_cgroup *memcg, const nodemask_t *nodemask) in dump_header()
487 struct mem_cgroup *memcg, nodemask_t *nodemask, in oom_kill_process()
543 int order, const nodemask_t *nodemask) in check_panic_on_oom()
710 int order, nodemask_t *nodemask) in out_of_memory()
Dpage_alloc.c1703 get_page_from_freelist(gfp_t gfp_mask, nodemask_t *nodemask, unsigned int order, in get_page_from_freelist()
1930 nodemask_t *nodemask, struct zone *preferred_zone, in __alloc_pages_may_oom()
1983 nodemask_t *nodemask, int alloc_flags, struct zone *preferred_zone, in __alloc_pages_direct_compact()
2042 nodemask_t *nodemask, int alloc_flags, struct zone *preferred_zone, in __alloc_pages_direct_compact()
2055 nodemask_t *nodemask, int alloc_flags, struct zone *preferred_zone, in __alloc_pages_direct_reclaim()
2112 nodemask_t *nodemask, struct zone *preferred_zone, in __alloc_pages_high_priority()
2186 nodemask_t *nodemask, struct zone *preferred_zone, in __alloc_pages_slowpath()
2377 struct zonelist *zonelist, nodemask_t *nodemask) in __alloc_pages_nodemask()
Dcompaction.c640 int order, gfp_t gfp_mask, nodemask_t *nodemask, in try_to_compact_pages()
Dmempolicy.c141 static int is_valid_nodemask(const nodemask_t *nodemask) in is_valid_nodemask()
1693 nodemask_t **nodemask) in huge_zonelist()
Dvmscan.c115 nodemask_t *nodemask; member
2429 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
Dhugetlb.c459 nodemask_t *nodemask; in dequeue_huge_page_vma() local
/linux-3.3/include/linux/
Dcpuset.h124 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
161 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
233 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed()
Dcompaction.h59 int order, gfp_t gfp_mask, nodemask_t *nodemask, in try_to_compact_pages()
Dnodemask.h126 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
128 #define node_test_and_set(node, nodemask) \ argument
205 #define nodes_full(nodemask) __nodes_full(&(nodemask), MAX_NUMNODES) argument
211 #define nodes_weight(nodemask) __nodes_weight(&(nodemask), MAX_NUMNODES) argument
Dmempolicy.h339 struct mempolicy **mpol, nodemask_t **nodemask) in huge_zonelist()
Dmmzone.h929 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
/linux-3.3/kernel/
Dsmp.c369 const struct cpumask *nodemask; in smp_call_function_any() local
Dcpuset.c2274 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
/linux-3.3/arch/x86/mm/
Dnuma.c344 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
/linux-3.3/kernel/sched/
Dcore.c1267 const struct cpumask *nodemask = cpumask_of_node(cpu_to_node(cpu)); in select_fallback_rq() local