Searched refs:NR_SLAB_RECLAIMABLE (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | meminfo.c | 79 available += global_page_state(NR_SLAB_RECLAIMABLE) - in meminfo_proc_show() 80 min(global_page_state(NR_SLAB_RECLAIMABLE) / 2, wmark_low); in meminfo_proc_show() 176 K(global_page_state(NR_SLAB_RECLAIMABLE) + in meminfo_proc_show() 178 K(global_page_state(NR_SLAB_RECLAIMABLE)), in meminfo_proc_show()
|
/linux-4.4.14/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.4.14/arch/tile/mm/ |
D | pgtable.c | 56 (global_page_state(NR_SLAB_RECLAIMABLE) + in show_mem()
|
/linux-4.4.14/include/linux/ |
D | mmzone.h | 131 NR_SLAB_RECLAIMABLE, enumerator
|
/linux-4.4.14/mm/ |
D | nommu.c | 1880 free += global_page_state(NR_SLAB_RECLAIMABLE); in __vm_enough_memory()
|
D | slab.c | 1614 NR_SLAB_RECLAIMABLE, nr_pages); in kmem_getpages() 1645 NR_SLAB_RECLAIMABLE, nr_freed); in kmem_freepages()
|
D | page_alloc.c | 3732 global_page_state(NR_SLAB_RECLAIMABLE), in show_free_areas() 3804 K(zone_page_state(zone, NR_SLAB_RECLAIMABLE)), in show_free_areas()
|
D | slub.c | 1483 NR_SLAB_RECLAIMABLE : NR_SLAB_UNRECLAIMABLE, in allocate_slab() 1520 NR_SLAB_RECLAIMABLE : NR_SLAB_UNRECLAIMABLE, in __free_slab()
|
D | vmscan.c | 3785 zone_page_state(zone, NR_SLAB_RECLAIMABLE) <= zone->min_slab_pages) in zone_reclaim()
|
D | mmap.c | 190 free += global_page_state(NR_SLAB_RECLAIMABLE); in __vm_enough_memory()
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 1527 size = global_page_state(NR_SLAB_RECLAIMABLE) in minimum_image_size()
|