Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/sched/
A Dcs_prctl_test.c75 static int need_cleanup = 0; variable
96 if (need_cleanup) { in __handle_error()
99 need_cleanup = 0; in __handle_error()
281 need_cleanup = 1; in main()
/linux-6.3-rc2/arch/s390/kvm/
A Dpv.c421 list_add(kvm->arch.pv.set_aside, &kvm->arch.pv.need_cleanup); in kvm_s390_pv_deinit_cleanup_all()
426 while (!list_empty(&kvm->arch.pv.need_cleanup)) { in kvm_s390_pv_deinit_cleanup_all()
427 cur = list_first_entry(&kvm->arch.pv.need_cleanup, typeof(*cur), list); in kvm_s390_pv_deinit_cleanup_all()
502 list_add(&p->list, &kvm->arch.pv.need_cleanup); in kvm_s390_pv_deinit_aside_vm()
A Dkvm-s390.c3336 INIT_LIST_HEAD(&kvm->arch.pv.need_cleanup); in kvm_arch_init_vm()
/linux-6.3-rc2/arch/x86/kvm/
A Dpmu.c482 if (unlikely(pmu->need_cleanup)) in kvm_pmu_handle_event()
611 pmu->need_cleanup = false; in kvm_pmu_init()
623 pmu->need_cleanup = false; in kvm_pmu_cleanup()
A Dx86.c12159 pmu->need_cleanup = true; in kvm_arch_sched_in()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dqpc.c191 struct mlx5_core_dct *dct, bool need_cleanup) in _mlx5_core_destroy_dct() argument
206 if (need_cleanup) in _mlx5_core_destroy_dct()
/linux-6.3-rc2/arch/s390/include/asm/
A Dkvm_host.h946 struct list_head need_cleanup; member
/linux-6.3-rc2/drivers/nvme/host/
A Dfc.c3967 bool need_cleanup = false; in nvme_fc_exit_module() local
3972 need_cleanup = true; in nvme_fc_exit_module()
3976 if (need_cleanup) { in nvme_fc_exit_module()
/linux-6.3-rc2/fs/btrfs/
A Dqgroup.c2160 bool need_cleanup = false; in qgroup_trace_new_subtree_blocks() local
2213 need_cleanup = true; in qgroup_trace_new_subtree_blocks()
2242 if (need_cleanup) { in qgroup_trace_new_subtree_blocks()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h566 bool need_cleanup; member

Completed in 63 milliseconds