Searched refs:AS_MM_ALL_LOCKS (Results 1 – 3 of 3) sorted by relevance
1903 if (!test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_lock_mapping()1913 if (test_and_set_bit(AS_MM_ALL_LOCKS, &mapping->flags)) in vm_lock_mapping()2037 if (test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_unlock_mapping()2043 if (!test_and_clear_bit(AS_MM_ALL_LOCKS, in vm_unlock_mapping()
82 #define AS_MM_ALL_LOCKS 2 macro
204 AS_MM_ALL_LOCKS = 2, /* under mm_take_all_locks() */ enumerator
Completed in 14 milliseconds