Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhighmem.h97 static inline unsigned long totalhigh_pages(void) in totalhigh_pages() function
135 static inline unsigned long totalhigh_pages(void) { return 0UL; } in totalhigh_pages() function
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfscache.c71 unsigned long low_pages = totalram_pages() - totalhigh_pages(); in nfsd_cache_size_limit()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c2048 mem = (__u64)mult_frac(totalram_pages() - totalhigh_pages(), in dm_bufio_init()
H A Ddm-crypt.c2630 unsigned long pages = (totalram_pages() - totalhigh_pages()) * DM_CRYPT_MEMORY_PERCENT / 100; in crypt_calculate_pages_per_client()
H A Ddm-integrity.c3564 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) { in create_journal()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c5580 val->totalhigh = totalhigh_pages(); in si_meminfo()
7945 totalhigh_pages() << (PAGE_SHIFT - 10), in mem_init_print_info()
H A Dshmem.c143 return min(nr_pages - totalhigh_pages(), nr_pages / 2); in shmem_default_max_inodes()