Searched refs:nShortOpCaches (Results 1 – 5 of 5) sorted by relevance
94 ramDev.nShortOpCaches = 0; // Disable caching on this device. in yaffs_StartUp()109 bootDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()137 flashDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()159 ram2kDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
80 ramDev.nShortOpCaches = 0; // Disable caching on this device. in yaffs_StartUp()94 bootDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()108 flashDev.nShortOpCaches = 10; // Use caches in yaffs_StartUp()
254 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_IsManagedTempBuffer()3161 int nCaches = obj->myDev->nShortOpCaches; in yaffs_ObjectHasCachedWriteData()3181 int nCaches = obj->myDev->nShortOpCaches; in yaffs_FlushFilesChunkCache()3233 int nCaches = dev->nShortOpCaches; in yaffs_FlushEntireDeviceCache()3266 if (dev->nShortOpCaches > 0) { in yaffs_GrabChunkCacheWorker()3267 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCacheWorker()3277 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCacheWorker()3302 if (dev->nShortOpCaches > 0) { in yaffs_GrabChunkCache()3321 for (i = 0; i < dev->nShortOpCaches; i++) { in yaffs_GrabChunkCache()3352 if (dev->nShortOpCaches > 0) { in yaffs_FindChunkCache()[all …]
550 int nShortOpCaches; /* If <= 0, then short op caching is disabled, else member
1644 dev->nShortOpCaches = 10; /* Enable short op caching */