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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.c2137 int bufOffset, bufSize, thisSize, size, frag, i; local
2180 thisSize = PAGE_SIZE -
2182 thisSize = MV_MIN(bufSize, thisSize);
2186 if (thisSize > (copySize - size)) {
2187 thisSize = copySize - size;
2199 pDmaDesc[i].byteCnt = MV_32BIT_LE(thisSize | BIT31);
2205 mvOsCacheInvalidate(NULL, pBuf, thisSize);
2211 mvOsCacheFlush(NULL, pBuf, thisSize);
2221 bufSize -= thisSize;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_yaffs2.c1264 __u32 thisSize = local
1284 thisSize = 0;
1288 if (is_shrink && in->variant.file_variant.shrink_size > thisSize)
1289 in->variant.file_variant.shrink_size = thisSize;

Completed in 34 milliseconds