Searched refs:dm_remove_devices_flags (Results 1 – 8 of 8) sorted by relevance
169 int dm_remove_devices_flags(uint flags);171 static inline int dm_remove_devices_flags(uint flags) { return 0; } in dm_remove_devices_flags() function
60 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
77 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL); in announce_and_cleanup()80 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
876 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()909 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()956 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()969 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()980 dm_remove_devices_flags(DM_REMOVE_NON_VITAL); in dm_test_remove_vital()991 dm_remove_devices_flags(DM_REMOVE_NORMAL); in dm_test_remove_vital()
52 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
225 int dm_remove_devices_flags(uint flags) in dm_remove_devices_flags() function
2181 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in efi_exit_boot_services()
919 The dm_remove_devices_flags() function can be used to remove devices based on
Completed in 25 milliseconds