Searched refs:last_model_context (Results 1 – 1 of 1) sorted by relevance
207 while(last_model_context) { in fetch_model_with_handle()208 if (last_model_context->model_handle == *model_handle) { in fetch_model_with_handle()209 model_context = last_model_context; in fetch_model_with_handle()212 last_model_context = last_model_context->next; in fetch_model_with_handle()222 while(last_model_context) { in get_model_handle_with_uuid()227 last_model_context = last_model_context->next; in get_model_handle_with_uuid()479 if (!last_model_context) { in list_models()483 while (last_model_context) { in list_models()489 print_uuid(last_model_context->model_uuid); in list_models()502 if (last_model_context->model_started) { in list_models()[all …]