Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpagemap.h28 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
65 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
70 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
76 return test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst129 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
164 to check the AS_UNEVICTABLE flag.