We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16675dd commit b819fd9Copy full SHA for b819fd9
include/linux/highmem.h
@@ -104,21 +104,11 @@ static inline void totalhigh_pages_inc(void)
104
atomic_long_inc(&_totalhigh_pages);
105
}
106
107
-static inline void totalhigh_pages_dec(void)
108
-{
109
- atomic_long_dec(&_totalhigh_pages);
110
-}
111
-
112
static inline void totalhigh_pages_add(long count)
113
{
114
atomic_long_add(count, &_totalhigh_pages);
115
116
117
-static inline void totalhigh_pages_set(long val)
118
119
- atomic_long_set(&_totalhigh_pages, val);
120
121
122
void kmap_flush_unused(void);
123
124
struct page *kmap_to_page(void *addr);
0 commit comments