Searched refs:protected_count (Results 1 – 4 of 4) sorted by relevance
70 return atomic_read(&mm->context.protected_count) > 1; in should_export_before_import()400 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_dispose_one_leftover()524 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_vm()563 if (!atomic_inc_not_zero(&kvm->mm->context.protected_count)) in kvm_s390_pv_deinit_cleanup_all()610 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_cleanup_all()736 atomic_inc(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()741 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()
20 atomic_t protected_count; member
29 atomic_set(&mm->context.protected_count, 0); in init_new_context()
550 if (unlikely(atomic_read(&mm->context.protected_count))) in mm_is_protected()