Home
last modified time | relevance | path

Searched refs:_totalhigh_pages (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dhighmem.h96 extern atomic_long_t _totalhigh_pages;
99 return (unsigned long)atomic_long_read(&_totalhigh_pages); in totalhigh_pages()
104 atomic_long_inc(&_totalhigh_pages); in totalhigh_pages_inc()
109 atomic_long_dec(&_totalhigh_pages); in totalhigh_pages_dec()
114 atomic_long_add(count, &_totalhigh_pages); in totalhigh_pages_add()
119 atomic_long_set(&_totalhigh_pages, val); in totalhigh_pages_set()
/kernel/linux/linux-6.6/include/linux/
H A Dhighmem-internal.h135 extern atomic_long_t _totalhigh_pages;
144 return (unsigned long)atomic_long_read(&_totalhigh_pages); in totalhigh_pages()
149 atomic_long_add(count, &_totalhigh_pages); in totalhigh_pages_add()
/kernel/linux/linux-5.10/mm/
H A Dhighmem.c108 atomic_long_t _totalhigh_pages __read_mostly;
109 EXPORT_SYMBOL(_totalhigh_pages); variable
/kernel/linux/linux-6.6/mm/
H A Dhighmem.c114 atomic_long_t _totalhigh_pages __read_mostly;
115 EXPORT_SYMBOL(_totalhigh_pages); variable

Completed in 3 milliseconds