Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhighmem-internal.h142 static inline unsigned long totalhigh_pages(void) in totalhigh_pages() function
240 static inline unsigned long totalhigh_pages(void) { return 0UL; } in totalhigh_pages() function
Dhighmem.h184 static inline unsigned long totalhigh_pages(void);
/Linux-v6.1/fs/nfsd/
Dnfscache.c71 unsigned long low_pages = totalram_pages() - totalhigh_pages(); in nfsd_cache_size_limit()
/Linux-v6.1/drivers/md/
Ddm-bufio.c2079 mem = (__u64)mult_frac(totalram_pages() - totalhigh_pages(), in dm_bufio_init()
Ddm-crypt.c2648 unsigned long pages = (totalram_pages() - totalhigh_pages()) * DM_CRYPT_MEMORY_PERCENT / 100; in crypt_calculate_pages_per_client()
Ddm-integrity.c3727 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) { in create_journal()
/Linux-v6.1/mm/
Dpage_alloc.c5985 val->totalhigh = totalhigh_pages(); in si_meminfo()
8556 , K(totalhigh_pages()) in mem_init_print_info()
Dshmem.c135 return min(nr_pages - totalhigh_pages(), nr_pages / 2); in shmem_default_max_inodes()