Home
last modified time | relevance | path

Searched refs:N_NORMAL_MEMORY (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnodemask.h395 N_NORMAL_MEMORY, /* The node has regular memory */ enumerator
399 N_HIGH_MEMORY = N_NORMAL_MEMORY,
/linux/mm/
H A Dhugetlb_cgroup.c158 node_state(node, N_NORMAL_MEMORY) ? node : NUMA_NO_NODE; in hugetlb_cgroup_css_alloc()
H A Dslub.c6262 if (unlikely(!node_state(numa_node, N_NORMAL_MEMORY))) in can_free_to_pcs()
/linux/fs/nfsd/
H A Dfilecache.c589 for_each_node_state(nid, N_NORMAL_MEMORY) { in nfsd_file_gc()