Home
last modified time | relevance | path

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

/include/linux/
Dpagemap.h36 #define AS_UNEVICTABLE (__GFP_BITS_SHIFT + 2) /* e.g., ramdisk, SHM_LOCK */ macro
40 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
45 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
51 return test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()