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

/linux-master/include/linux/
H A Dhighmem-internal.h142 static inline unsigned long totalhigh_pages(void) function
243 static inline unsigned long totalhigh_pages(void) { return 0UL; } function
H A Dhighmem.h183 static inline unsigned long totalhigh_pages(void);
/linux-master/mm/
H A Dshow_mem.c81 val->totalhigh = totalhigh_pages();
H A Dmm_init.c2750 , K(totalhigh_pages())
H A Dshmem.c144 return min3(nr_pages - totalhigh_pages(), nr_pages / 2,
/linux-master/fs/nfsd/
H A Dnfscache.c71 unsigned long low_pages = totalram_pages() - totalhigh_pages();
/linux-master/drivers/md/
H A Ddm-bufio.c2908 mem = (__u64)mult_frac(totalram_pages() - totalhigh_pages(),
H A Ddm-crypt.c2717 unsigned long pages = (totalram_pages() - totalhigh_pages()) * DM_CRYPT_MEMORY_PERCENT / 100;
H A Ddm-integrity.c3846 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) {

Completed in 246 milliseconds