Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhighmem-internal.h142 static inline unsigned long totalhigh_pages(void) in totalhigh_pages() function
238 static inline unsigned long totalhigh_pages(void) { return 0; } in totalhigh_pages() function
H A Dhighmem.h183 static inline unsigned long totalhigh_pages(void);
/linux-6.15/mm/
H A Dshow_mem.c81 val->totalhigh = totalhigh_pages(); in si_meminfo()
H A Dmm_init.c2732 , K(totalhigh_pages()) in mem_init_print_info()
H A Dshmem.c156 return min3(nr_pages - totalhigh_pages(), nr_pages / 2, in shmem_default_max_inodes()
/linux-6.15/fs/nfsd/
H A Dnfscache.c71 unsigned long low_pages = totalram_pages() - totalhigh_pages(); in nfsd_cache_size_limit()
/linux-6.15/drivers/md/
H A Ddm-bufio.c2926 mem = (__u64)mult_frac(totalram_pages() - totalhigh_pages(), in dm_bufio_init()
H A Ddm-crypt.c2712 unsigned long pages = (totalram_pages() - totalhigh_pages()) * DM_CRYPT_MEMORY_PERCENT / 100; in crypt_calculate_pages_per_client()
H A Ddm-integrity.c4261 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) { in create_journal()