Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mi/
Dcache.h51 MICachePage *loading; member
135 return (cache->loading != NULL); in MI_IsCacheLoading()
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c290 CARDRomHashBlock *loading = block; in CARDi_TouchRomHashBlock() local
297 loading = NULL; in CARDi_TouchRomHashBlock()
301 if (loading) in CARDi_TouchRomHashBlock()
308 loading = NULL; in CARDi_TouchRomHashBlock()
312 if (loading) in CARDi_TouchRomHashBlock()
315 *pp = loading; in CARDi_TouchRomHashBlock()
316 loading->index = index; in CARDi_TouchRomHashBlock()
317loading->offset = context->sector_hash.offset + index * (CARD_ROM_HASH_SIZE * context->sectors_per… in CARDi_TouchRomHashBlock()
321 if (loading) in CARDi_TouchRomHashBlock()
368 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector() local
[all …]
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_cache.c54 cache->loading = NULL; in MI_InitCache()
91 for (load = &cache->loading; *load; load = &(*load)->next) in WFSi_TouchCachePages()
252 MICachePage *p = cache->loading; in MI_LoadCache()
264 cache->loading = p->next; in MI_LoadCache()