Lines Matching refs:first_module
441 struct module_info *first_module; member
529 struct module_info *module = agent->first_module; in get_kernel_for_agent()
806 if (agent->first_module) in add_module_to_agent()
807 agent->first_module->prev = module; in add_module_to_agent()
808 module->next = agent->first_module; in add_module_to_agent()
810 agent->first_module = module; in add_module_to_agent()
818 if (agent->first_module == module) in remove_module_from_agent()
819 agent->first_module = module->next; in remove_module_from_agent()
845 for (module = agent->first_module; module; module = module->next) in destroy_hsa_program()
1014 struct module_info *module = agent->first_module; in create_and_finalize_hsa_program()
1076 module = agent->first_module; in create_and_finalize_hsa_program()
1739 struct module_info *module = agent->first_module; in GOMP_OFFLOAD_unload_image()
1783 struct module_info *next_module = agent->first_module; in GOMP_OFFLOAD_fini_device()
1792 agent->first_module = NULL; in GOMP_OFFLOAD_fini_device()