Home
last modified time | relevance | path

Searched refs:compound (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Drmap.h200 unsigned long address, bool compound);
203 unsigned long address, bool compound) in page_add_new_anon_rmap() argument
206 __page_add_new_anon_rmap(page, vma, address, compound); in page_add_new_anon_rmap()
217 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap() argument
221 if (!compound) in page_dup_rmap()
222 trace_android_vh_update_page_mapcount(page, true, compound, NULL, &success); in page_dup_rmap()
224 atomic_inc(compound ? compound_mapcount_ptr(page) : &page->_mapcount); in page_dup_rmap()
/include/trace/hooks/
Dmm.h171 TP_PROTO(struct page *page, bool inc_size, bool compound,
173 TP_ARGS(page, inc_size, compound, first_mapping, success));
175 TP_PROTO(struct page *page, bool compound, enum lru_list lru),
176 TP_ARGS(page, compound, lru));
178 TP_PROTO(struct page *page, bool compound, enum lru_list lru),
179 TP_ARGS(page, compound, lru));