Searched refs:destroy_module (Results 1 – 4 of 4) sorted by relevance
1701 destroy_module (struct module_info *module) in destroy_module() function1754 if (!destroy_module (module)) in GOMP_OFFLOAD_unload_image()1788 if (!destroy_module (module)) in GOMP_OFFLOAD_fini_device()
2699 destroy_module (struct module_info *module, bool locked) in destroy_module() function3683 if (!destroy_module (agent->module, true)) in GOMP_OFFLOAD_unload_image()3720 if (!destroy_module (agent->module, false)) in GOMP_OFFLOAD_fini_device()
2508 destroy_module (struct module_info *module, bool locked) in destroy_module() function3544 if (!destroy_module (agent->module, true)) in GOMP_OFFLOAD_unload_image()3581 if (!destroy_module (agent->module, false)) in GOMP_OFFLOAD_fini_device()
9591 (destroy_module): Change return type to bool, adjust to