Searched refs:NR_SLAB_RECLAIMABLE (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | meminfo.c | 82 available += global_page_state(NR_SLAB_RECLAIMABLE) - in meminfo_proc_show() 83 min(global_page_state(NR_SLAB_RECLAIMABLE) / 2, wmark_low); in meminfo_proc_show() 179 K(global_page_state(NR_SLAB_RECLAIMABLE) + in meminfo_proc_show() 181 K(global_page_state(NR_SLAB_RECLAIMABLE)), in meminfo_proc_show()
|
/linux-4.1.27/drivers/base/ |
D | node.c | 130 nid, K(node_page_state(nid, NR_SLAB_RECLAIMABLE) + in node_read_meminfo() 132 nid, K(node_page_state(nid, NR_SLAB_RECLAIMABLE)), in node_read_meminfo()
|
/linux-4.1.27/arch/tile/mm/ |
D | pgtable.c | 56 (global_page_state(NR_SLAB_RECLAIMABLE) + in show_mem()
|
/linux-4.1.27/include/linux/ |
D | mmzone.h | 131 NR_SLAB_RECLAIMABLE, enumerator
|
/linux-4.1.27/mm/ |
D | nommu.c | 1951 free += global_page_state(NR_SLAB_RECLAIMABLE); in __vm_enough_memory()
|
D | slab.c | 1611 NR_SLAB_RECLAIMABLE, nr_pages); in kmem_getpages() 1642 NR_SLAB_RECLAIMABLE, nr_freed); in kmem_freepages()
|
D | page_alloc.c | 3308 global_page_state(NR_SLAB_RECLAIMABLE), in show_free_areas() 3380 K(zone_page_state(zone, NR_SLAB_RECLAIMABLE)), in show_free_areas()
|
D | slub.c | 1391 NR_SLAB_RECLAIMABLE : NR_SLAB_UNRECLAIMABLE, in allocate_slab() 1473 NR_SLAB_RECLAIMABLE : NR_SLAB_UNRECLAIMABLE, in __free_slab()
|
D | vmscan.c | 3720 zone_page_state(zone, NR_SLAB_RECLAIMABLE) <= zone->min_slab_pages) in zone_reclaim()
|
D | mmap.c | 189 free += global_page_state(NR_SLAB_RECLAIMABLE); in __vm_enough_memory()
|
/linux-4.1.27/kernel/power/ |
D | snapshot.c | 1527 size = global_page_state(NR_SLAB_RECLAIMABLE) in minimum_image_size()
|