Home
last modified time | relevance | path

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

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