Searched refs:first_module (Results 1 – 3 of 3) sorted by relevance
441 struct module_info *first_module; member529 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()[all …]
437 static bool first_module = true; in register_moduleinfo() local438 if (!first_module) in register_moduleinfo()467 first_module = false; in register_moduleinfo()
430 static bool first_module = true; in register_moduleinfo() local431 if (!first_module) in register_moduleinfo()460 first_module = false; in register_moduleinfo()