Searched refs:loading_sector (Results 1 – 2 of 2) sorted by relevance
198 else if (context->loading_sector) in CARDi_StartLoading()200 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()232 if (context->recent_load == context->loading_sector) in CARD_NotifyRomHashReadAsync()234 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()235 context->loading_sector = sector->next; in CARD_NotifyRomHashReadAsync()370 for (pp = &context->loading_sector; *pp; pp = &(*pp)->next) in CARDi_TouchRomHashSector()481 context->loading_sector = NULL; in CARD_InitRomHashContext()621 while ((context->loading_sector && !context->loaded_sector) || in CARDi_ReadRomHashImageCaching()
110 CARDRomHashSector *loading_sector; // Sector waiting for media to load member