Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dpmu.c314 if (unlikely(pmu->need_cleanup)) in kvm_pmu_handle_event()
441 pmu->need_cleanup = false; in kvm_pmu_init()
464 pmu->need_cleanup = false; in kvm_pmu_cleanup()
Dx86.c10260 pmu->need_cleanup = true; in kvm_arch_sched_in()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dqpc.c190 struct mlx5_core_dct *dct, bool need_cleanup) in _mlx5_core_destroy_dct() argument
205 if (need_cleanup) in _mlx5_core_destroy_dct()
/Linux-v5.10/drivers/nvme/host/
Dfc.c3880 bool need_cleanup = false; in nvme_fc_exit_module() local
3885 need_cleanup = true; in nvme_fc_exit_module()
3889 if (need_cleanup) { in nvme_fc_exit_module()
/Linux-v5.10/fs/btrfs/
Dqgroup.c2053 bool need_cleanup = false; in qgroup_trace_new_subtree_blocks() local
2116 need_cleanup = true; in qgroup_trace_new_subtree_blocks()
2145 if (need_cleanup) { in qgroup_trace_new_subtree_blocks()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h455 bool need_cleanup; member