Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpagemap.h205 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
259 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
264 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
269 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
329 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_inaccessible()
/linux-6.12.1/Documentation/mm/
Dunevictable-lru.rst127 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
165 to check the AS_UNEVICTABLE flag.