/linux-3.3/mm/ |
D | oom_kill.c | 155 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()
|
D | page_alloc.c | 1703 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()
|
D | compaction.c | 640 int order, gfp_t gfp_mask, nodemask_t *nodemask, in try_to_compact_pages()
|
D | mempolicy.c | 141 static int is_valid_nodemask(const nodemask_t *nodemask) in is_valid_nodemask() 1693 nodemask_t **nodemask) in huge_zonelist()
|
D | vmscan.c | 115 nodemask_t *nodemask; member 2429 gfp_t gfp_mask, nodemask_t *nodemask) in try_to_free_pages()
|
D | hugetlb.c | 459 nodemask_t *nodemask; in dequeue_huge_page_vma() local
|
/linux-3.3/include/linux/ |
D | cpuset.h | 124 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()
|
D | compaction.h | 59 int order, gfp_t gfp_mask, nodemask_t *nodemask, in try_to_compact_pages()
|
D | nodemask.h | 126 #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
|
D | mempolicy.h | 339 struct mempolicy **mpol, nodemask_t **nodemask) in huge_zonelist()
|
D | mmzone.h | 929 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
|
/linux-3.3/kernel/ |
D | smp.c | 369 const struct cpumask *nodemask; in smp_call_function_any() local
|
D | cpuset.c | 2274 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed()
|
/linux-3.3/arch/x86/mm/ |
D | numa.c | 344 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask, in numa_nodemask_from_meminfo()
|
/linux-3.3/kernel/sched/ |
D | core.c | 1267 const struct cpumask *nodemask = cpumask_of_node(cpu_to_node(cpu)); in select_fallback_rq() local
|