Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c10418 pmu->need_cleanup = true; in kvm_arch_sched_in()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/nvme/host/
Dfc.c3908 bool need_cleanup = false; in nvme_fc_exit_module() local
3913 need_cleanup = true; in nvme_fc_exit_module()
3917 if (need_cleanup) { in nvme_fc_exit_module()
/kernel/linux/linux-5.10/fs/btrfs/
Dqgroup.c2080 bool need_cleanup = false; in qgroup_trace_new_subtree_blocks() local
2143 need_cleanup = true; in qgroup_trace_new_subtree_blocks()
2172 if (need_cleanup) { in qgroup_trace_new_subtree_blocks()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h454 bool need_cleanup; member