Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/sched/
Dcs_prctl_test.c74 static int need_cleanup = 0; variable
95 if (need_cleanup) { in __handle_error()
98 need_cleanup = 0; in __handle_error()
272 need_cleanup = 1; in main()
/linux-6.1.9/arch/x86/kvm/
Dpmu.c360 if (unlikely(pmu->need_cleanup)) in kvm_pmu_handle_event()
489 pmu->need_cleanup = false; in kvm_pmu_init()
501 pmu->need_cleanup = false; in kvm_pmu_cleanup()
Dx86.c12353 pmu->need_cleanup = true; in kvm_arch_sched_in()
/linux-6.1.9/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-6.1.9/drivers/nvme/host/
Dfc.c3954 bool need_cleanup = false; in nvme_fc_exit_module() local
3959 need_cleanup = true; in nvme_fc_exit_module()
3963 if (need_cleanup) { in nvme_fc_exit_module()
/linux-6.1.9/fs/btrfs/
Dqgroup.c2156 bool need_cleanup = false; in qgroup_trace_new_subtree_blocks() local
2209 need_cleanup = true; in qgroup_trace_new_subtree_blocks()
2238 if (need_cleanup) { in qgroup_trace_new_subtree_blocks()
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h550 bool need_cleanup; member