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

/linux-master/lib/
H A Dtest_hmm.c115 unsigned int devmem_count; member in struct:dmirror_device
537 if (mdevice->devmem_count == mdevice->devmem_capacity) {
563 mdevice->devmem_chunks[mdevice->devmem_count++] = devmem;
569 mdevice->devmem_count,
570 mdevice->devmem_count * (DEVMEM_CHUNK_SIZE / (1024 * 1024)),
1274 for (i = 0; i < mdevice->devmem_count; i++) {
1290 mdevice->devmem_count = 0;

Completed in 117 milliseconds