Searched refs:NR_SLAB_UNRECLAIMABLE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | meminfo.c | 177 global_page_state(NR_SLAB_UNRECLAIMABLE)), in meminfo_proc_show() 179 K(global_page_state(NR_SLAB_UNRECLAIMABLE)), in meminfo_proc_show()
|
/linux-4.4.14/drivers/base/ |
D | node.c | 131 node_page_state(nid, NR_SLAB_UNRECLAIMABLE)), in node_read_meminfo() 134 nid, K(node_page_state(nid, NR_SLAB_UNRECLAIMABLE)) in node_read_meminfo() 139 nid, K(node_page_state(nid, NR_SLAB_UNRECLAIMABLE))); in node_read_meminfo()
|
/linux-4.4.14/arch/tile/mm/ |
D | pgtable.c | 57 global_page_state(NR_SLAB_UNRECLAIMABLE)), in show_mem()
|
/linux-4.4.14/include/linux/ |
D | mmzone.h | 132 NR_SLAB_UNRECLAIMABLE, enumerator
|
/linux-4.4.14/mm/ |
D | slab.c | 1617 NR_SLAB_UNRECLAIMABLE, nr_pages); in kmem_getpages() 1648 NR_SLAB_UNRECLAIMABLE, nr_freed); in kmem_freepages()
|
D | page_alloc.c | 3733 global_page_state(NR_SLAB_UNRECLAIMABLE), in show_free_areas() 3805 K(zone_page_state(zone, NR_SLAB_UNRECLAIMABLE)), 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()
|