Searched refs:totalhigh_pages (Results 1 – 9 of 9) sorted by relevance
142 static inline unsigned long totalhigh_pages(void) in totalhigh_pages() function243 static inline unsigned long totalhigh_pages(void) { return 0UL; } in totalhigh_pages() function
183 static inline unsigned long totalhigh_pages(void);
84 val->totalhigh = totalhigh_pages(); in si_meminfo()
2760 , K(totalhigh_pages()) in mem_init_print_info()
143 return min3(nr_pages - totalhigh_pages(), nr_pages / 2, in shmem_default_max_inodes()
71 unsigned long low_pages = totalram_pages() - totalhigh_pages(); in nfsd_cache_size_limit()
2876 mem = (__u64)mult_frac(totalram_pages() - totalhigh_pages(), in dm_bufio_init()
2712 unsigned long pages = (totalram_pages() - totalhigh_pages()) * DM_CRYPT_MEMORY_PERCENT / 100; in crypt_wipe_key()
3858 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) { in create_journal()