Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpagemap.h26 AS_UNEVICTABLE = __GFP_BITS_SHIFT + 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
42 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
47 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
53 return test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt151 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
185 address spaces unevictable"] to check the AS_UNEVICTABLE flag.