Home
last modified time | relevance | path

Searched refs:_mm_id_mapcount (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Drmap.h218 folio->_mm_id_mapcount[0] != -1); in __folio_large_mapcount_sanity_checks()
220 folio->_mm_id_mapcount[0] < 0); in __folio_large_mapcount_sanity_checks()
222 folio->_mm_id_mapcount[1] != -1); in __folio_large_mapcount_sanity_checks()
224 folio->_mm_id_mapcount[1] < 0); in __folio_large_mapcount_sanity_checks()
239 folio->_mm_id_mapcount[0] = mapcount - 1; in folio_set_large_mapcount()
263 folio->_mm_id_mapcount[0] += diff; in folio_add_return_large_mapcount()
264 if (!IS_ENABLED(CONFIG_64BIT) && unlikely(folio->_mm_id_mapcount[0] < 0)) { in folio_add_return_large_mapcount()
265 folio->_mm_id_mapcount[0] = -1; in folio_add_return_large_mapcount()
270 folio->_mm_id_mapcount[1] += diff; in folio_add_return_large_mapcount()
271 if (!IS_ENABLED(CONFIG_64BIT) && unlikely(folio->_mm_id_mapcount[1] < 0)) { in folio_add_return_large_mapcount()
[all …]
H A Dmm_types.h434 mm_id_mapcount_t _mm_id_mapcount[2]; member
/linux/mm/
H A Dinternal.h802 folio->_mm_id_mapcount[0] = -1; in prep_compound_head()
803 folio->_mm_id_mapcount[1] = -1; in prep_compound_head()
H A Dpage_alloc.c1119 if (unlikely(folio->_mm_id_mapcount[0] != -1)) { in free_tail_page_prepare()
1123 if (unlikely(folio->_mm_id_mapcount[1] != -1)) { in free_tail_page_prepare()