Searched refs:mapping_unevictable (Results 1 – 4 of 4) sorted by relevance
112 ret = !mapping_unevictable(folio_mapping(folio)) && in folio_evictable()124 ret = !mapping_unevictable(page_mapping(page)) && !PageMlocked(page); in page_evictable()
874 while (!mapping_unevictable(mapping)) { in shmem_unlock_mapping()
133 static inline bool mapping_unevictable(struct address_space *mapping) in mapping_unevictable() function
135 * ``int mapping_unevictable(struct address_space *mapping);``
Completed in 16 milliseconds