Searched refs:AS_UNEVICTABLE (Results 1 – 1 of 1) sorted by relevance
36 #define AS_UNEVICTABLE (__GFP_BITS_SHIFT + 2) /* e.g., ramdisk, SHM_LOCK */ macro40 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()