Home
last modified time | relevance | path

Searched refs:need_cleanup (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c75 static int need_cleanup; variable
96 if (need_cleanup) { in __handle_error()
99 need_cleanup = 0; in __handle_error()
281 need_cleanup = 1; in main()
/linux/arch/s390/kvm/
H A Dpv.c475 * kvm_s390_pv_set_aside, and any still pending in the need_cleanup list.
503 /* If a previous protected VM was set aside, put it in the need_cleanup list */ in kvm_s390_pv_deinit_cleanup_all()
505 list_add(kvm->arch.pv.set_aside, &kvm->arch.pv.need_cleanup); in kvm_s390_pv_deinit_cleanup_all()
509 /* Cleanup all protected VMs in the need_cleanup list */ in kvm_s390_pv_deinit_cleanup_all()
510 while (!list_empty(&kvm->arch.pv.need_cleanup)) { in kvm_s390_pv_deinit_cleanup_all()
511 cur = list_first_entry(&kvm->arch.pv.need_cleanup, typeof(*cur), list); in kvm_s390_pv_deinit_cleanup_all()
586 list_add(&p->list, &kvm->arch.pv.need_cleanup); in kvm_s390_pv_deinit_aside_vm()
H A Dkvm-s390.c3470 INIT_LIST_HEAD(&kvm->arch.pv.need_cleanup); in kvm_arch_init_vm()
/linux/mm/damon/tests/
H A Dcore-kunit.h250 bool need_cleanup = false; in damon_test_ops_registration() local
256 need_cleanup = true; in damon_test_ops_registration()
286 if (need_cleanup) { in damon_test_ops_registration()
/linux/arch/x86/kvm/
H A Dpmu.c525 * accessed during the last vCPU time slice (need_cleanup is set when in kvm_pmu_handle_event()
528 if (unlikely(pmu->need_cleanup)) in kvm_pmu_handle_event()
728 pmu->need_cleanup = false; in kvm_pmu_reset()
810 pmu->need_cleanup = false; in kvm_pmu_cleanup()
H A Dx86.c5011 pmu->need_cleanup = true; in kvm_arch_vcpu_load()
/linux/arch/s390/include/asm/
H A Dkvm_host.h630 struct list_head need_cleanup; member
/linux/fs/btrfs/
H A Dqgroup.c2422 bool need_cleanup = false; in qgroup_trace_new_subtree_blocks() local
2475 need_cleanup = true; in qgroup_trace_new_subtree_blocks()
2504 if (need_cleanup) { in qgroup_trace_new_subtree_blocks()
/linux/arch/x86/include/asm/
H A Dkvm_host.h601 bool need_cleanup; member