| /linux-4.1.27/mm/ | 
| D | oom_kill.c | 122 		struct mem_cgroup *memcg, const nodemask_t *nodemask)  in oom_unkillable_task()150 			  const nodemask_t *nodemask, unsigned long totalpages)  in oom_badness()
 199 				gfp_t gfp_mask, nodemask_t *nodemask,  in constrained_alloc()
 249 				gfp_t gfp_mask, nodemask_t *nodemask,  in constrained_alloc()
 258 		unsigned long totalpages, const nodemask_t *nodemask,  in oom_scan_process_thread()
 295 		unsigned long totalpages, const nodemask_t *nodemask,  in select_bad_process()
 349 static void dump_tasks(struct mem_cgroup *memcg, const nodemask_t *nodemask)  in dump_tasks()
 383 			struct mem_cgroup *memcg, const nodemask_t *nodemask)  in dump_header()
 503 		      struct mem_cgroup *memcg, nodemask_t *nodemask,  in oom_kill_process()
 615 			int order, const nodemask_t *nodemask,  in check_panic_on_oom()
 [all …]
 
 | 
| D | internal.h | 127 	nodemask_t *nodemask;  member
 | 
| D | vmscan.c | 75 	nodemask_t	*nodemask;  member2678 					nodemask_t *nodemask)  in throttle_direct_reclaim()
 2762 				gfp_t gfp_mask, nodemask_t *nodemask)  in try_to_free_pages()
 
 | 
| D | mempolicy.c | 1811 				nodemask_t **nodemask)  in huge_zonelist()
 | 
| D | hugetlb.c | 633 	nodemask_t *nodemask;  in dequeue_huge_page_vma()  local
 | 
| D | page_alloc.c | 2870 			struct zonelist *zonelist, nodemask_t *nodemask)  in __alloc_pages_nodemask()
 | 
| /linux-4.1.27/include/linux/ | 
| D | cpuset.h | 121 static inline void set_mems_allowed(nodemask_t nodemask)  in set_mems_allowed()164 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask)  in cpuset_nodemask_valid_mems_allowed()
 226 static inline void set_mems_allowed(nodemask_t nodemask)  in set_mems_allowed()
 
 | 
| D | nodemask.h | 140 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits)  argument142 #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 | 1017 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \  argument
 | 
| /linux-4.1.27/kernel/ | 
| D | smp.c | 365 	const struct cpumask *nodemask;  in smp_call_function_any()  local
 | 
| D | cpuset.c | 2433 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask)  in cpuset_nodemask_valid_mems_allowed()
 | 
| /linux-4.1.27/arch/x86/mm/ | 
| D | numa.c | 319 static void __init numa_nodemask_from_meminfo(nodemask_t *nodemask,  in numa_nodemask_from_meminfo()
 | 
| /linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ | 
| D | linux-cpu.c | 570 	nodemask_t	*nodemask;  in cfs_cpt_bind()  local
 | 
| /linux-4.1.27/kernel/irq/ | 
| D | manage.c | 355 		const struct cpumask *nodemask = cpumask_of_node(node);  in setup_affinity()  local
 | 
| /linux-4.1.27/tools/perf/bench/ | 
| D | numa.c | 285 	unsigned long nodemask;  in bind_to_memnode()  local
 | 
| /linux-4.1.27/kernel/sched/ | 
| D | core.c | 1308 	const struct cpumask *nodemask = NULL;  in select_fallback_rq()  local
 |