Searched refs:AS_MM_ALL_LOCKS (Results 1 – 2 of 2) sorted by relevance
3481 if (!test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_lock_mapping()3491 if (test_and_set_bit(AS_MM_ALL_LOCKS, &mapping->flags)) in vm_lock_mapping()3601 if (test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) { in vm_unlock_mapping()3607 if (!test_and_clear_bit(AS_MM_ALL_LOCKS, in vm_unlock_mapping()
196 AS_MM_ALL_LOCKS = 2, /* under mm_take_all_locks() */ enumerator