Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpagemap.h33 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
75 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
80 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
85 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpagemap.h33 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
75 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
80 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
85 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpagemap.h33 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
75 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
80 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
85 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/vm/
H A Dunevictable-lru.rst123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
162 to check the AS_UNEVICTABLE flag.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/vm/
H A Dunevictable-lru.rst123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
162 to check the AS_UNEVICTABLE flag.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/vm/
H A Dunevictable-lru.rst123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
162 to check the AS_UNEVICTABLE flag.