Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpagemap.h197 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
239 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
244 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
249 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst125 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
163 to check the AS_UNEVICTABLE flag.

Completed in 6 milliseconds