Searched refs:dm_remove_devices_flags (Results 1 – 8 of 8) sorted by relevance
126 int dm_remove_devices_flags(uint flags);128 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()
853 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()886 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()934 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()947 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()958 dm_remove_devices_flags(DM_REMOVE_NON_VITAL); in dm_test_remove_vital()969 dm_remove_devices_flags(DM_REMOVE_NORMAL); in dm_test_remove_vital()
51 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
123 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL); in announce_and_cleanup()126 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
176 int dm_remove_devices_flags(uint flags) in dm_remove_devices_flags() function
2172 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in efi_exit_boot_services()
900 The dm_remove_devices_flags() function can be used to remove devices based on
Completed in 18 milliseconds