Searched refs:AS_MM_ALL_LOCKS (Results 1 – 2 of 2) sorted by relevance
3566 if (!test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_lock_mapping()3576 if (test_and_set_bit(AS_MM_ALL_LOCKS, &mapping->flags)) in vm_lock_mapping()3683 if (test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_unlock_mapping()3689 if (!test_and_clear_bit(AS_MM_ALL_LOCKS, in vm_unlock_mapping()
27 AS_MM_ALL_LOCKS = 2, /* under mm_take_all_locks() */ enumerator