Home
last modified time | relevance | path

Searched refs:compound_mapcount_ptr (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/mm/
Drmap.c1126 mapcount = compound_mapcount_ptr(page); in do_page_add_anon_rmap()
1179 atomic_set(compound_mapcount_ptr(page), 0); in page_add_new_anon_rmap()
1212 if (!atomic_inc_and_test(compound_mapcount_ptr(page))) in page_add_file_rmap()
1243 atomic_dec(compound_mapcount_ptr(page)); in page_remove_file_rmap()
1253 if (!atomic_add_negative(-1, compound_mapcount_ptr(page))) in page_remove_file_rmap()
1279 if (!atomic_add_negative(-1, compound_mapcount_ptr(page))) in page_remove_anon_compound_rmap()
1977 first = atomic_inc_and_test(compound_mapcount_ptr(page)); in hugepage_add_anon_rmap()
1986 atomic_set(compound_mapcount_ptr(page), 0); in hugepage_add_new_anon_rmap()
Dutil.c654 if (atomic_read(compound_mapcount_ptr(page)) >= 0) in page_mapped()
725 ret += atomic_read(compound_mapcount_ptr(page)) + 1; in __page_mapcount()
Dhugetlb.c1209 atomic_set(compound_mapcount_ptr(page), 0); in destroy_compound_gigantic_page()
1538 atomic_set(compound_mapcount_ptr(page), -1); in prep_compound_gigantic_page()
Dhuge_memory.c2163 if (atomic_add_negative(-1, compound_mapcount_ptr(page))) { in __split_huge_pmd_locked()
Dpage_alloc.c709 atomic_set(compound_mapcount_ptr(page), -1); in prep_compound_page()
/Linux-v5.10/include/linux/
Drmap.h189 atomic_inc(compound ? compound_mapcount_ptr(page) : &page->_mapcount); in page_dup_rmap()
Dmm_types.h228 static inline atomic_t *compound_mapcount_ptr(struct page *page) in compound_mapcount_ptr() function
Dpage-flags.h667 atomic_read(compound_mapcount_ptr(head)); in PageTransCompoundMap()
Dmm.h796 return atomic_read(compound_mapcount_ptr(head)) + 1; in head_compound_mapcount()