Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhighmem.h39 extern unsigned long totalhigh_pages;
54 #define totalhigh_pages 0UL macro
/Linux-v4.19/mm/
Dhighmem.c108 unsigned long totalhigh_pages __read_mostly;
109 EXPORT_SYMBOL(totalhigh_pages);
Dpage_alloc.c4755 val->totalhigh = totalhigh_pages; in si_meminfo()
6975 totalhigh_pages += count; in adjust_managed_page_count()
7020 totalhigh_pages++; in free_highmem_page()
7072 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-v4.19/fs/nfsd/
Dnfscache.c101 unsigned long low_pages = totalram_pages - totalhigh_pages; in nfsd_cache_size_limit()
/Linux-v4.19/drivers/md/
Ddm-bufio.c1890 mem = (__u64)mult_frac(totalram_pages - totalhigh_pages, in dm_bufio_init()
Ddm-crypt.c2161 unsigned long pages = (totalram_pages - totalhigh_pages) * DM_CRYPT_MEMORY_PERCENT / 100; in crypt_calculate_pages_per_client()
Ddm-integrity.c2835 if (journal_pages >= totalram_pages - totalhigh_pages || journal_desc_size > ULONG_MAX) { in create_journal()