Searched refs:need_cleanup (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c75 static int need_cleanup; variable
96 if (need_cleanup) {
99 need_cleanup = 0;
281 need_cleanup = 1;
/linux-master/arch/s390/kvm/
H A Dpv.c415 * kvm_s390_pv_set_aside, and any still pending in the need_cleanup list.
443 /* If a previous protected VM was set aside, put it in the need_cleanup list */
445 list_add(kvm->arch.pv.set_aside, &kvm->arch.pv.need_cleanup);
449 /* Cleanup all protected VMs in the need_cleanup list */
450 while (!list_empty(&kvm->arch.pv.need_cleanup)) {
451 cur = list_first_entry(&kvm->arch.pv.need_cleanup, typeof(*cur), list);
526 list_add(&p->list, &kvm->arch.pv.need_cleanup);
H A Dkvm-s390.c3419 INIT_LIST_HEAD(&kvm->arch.pv.need_cleanup);
/linux-master/arch/x86/kvm/
H A Dpmu.c528 if (unlikely(pmu->need_cleanup))
728 pmu->need_cleanup = false;
811 pmu->need_cleanup = false;
H A Dx86.c12511 pmu->need_cleanup = true;
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h956 struct list_head need_cleanup; member in struct:kvm_s390_pv
/linux-master/fs/btrfs/
H A Dqgroup.c2339 bool need_cleanup = false; local
2392 need_cleanup = true;
2421 if (need_cleanup) {
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h588 bool need_cleanup; member in struct:kvm_pmu

Completed in 226 milliseconds