Searched refs:nCaches (Results 1 - 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c3161 int nCaches = obj->myDev->nShortOpCaches; local
3163 for(i = 0; i < nCaches; i++){
3181 int nCaches = obj->myDev->nShortOpCaches; local
3183 if (nCaches > 0) {
3188 for (i = 0; i < nCaches; i++) {
3233 int nCaches = dev->nShortOpCaches; local
3241 for( i = 0; i < nCaches && !obj; i++) {

Completed in 4917 milliseconds