Home
last modified time | relevance | path

Searched refs:totalhigh_pages (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dhighmem.h38 extern unsigned long totalhigh_pages;
53 #define totalhigh_pages 0UL macro
/linux-4.1.27/mm/
Dhighmem.c107 unsigned long totalhigh_pages __read_mostly;
108 EXPORT_SYMBOL(totalhigh_pages);
Dpage_alloc.c3189 val->totalhigh = totalhigh_pages; in si_meminfo()
5538 totalhigh_pages += count; in adjust_managed_page_count()
5571 totalhigh_pages++; in free_highmem_page()
5624 totalhigh_pages << (PAGE_SHIFT-10), in mem_init_print_info()
Dshmem.c115 return min(totalram_pages - totalhigh_pages, totalram_pages / 2); in shmem_default_max_inodes()
/linux-4.1.27/fs/nfsd/
Dnfscache.c107 unsigned long low_pages = totalram_pages - totalhigh_pages; in nfsd_cache_size_limit()
/linux-4.1.27/arch/tile/mm/
Dinit.c711 totalhigh_pages += z->spanned_pages; in set_non_bootmem_pages_init()
/linux-4.1.27/drivers/md/
Ddm-bufio.c1815 mem = (__u64)((totalram_pages - totalhigh_pages) * in dm_bufio_init()