Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_hmm.c115 unsigned int devmem_count; member
538 if (mdevice->devmem_count == mdevice->devmem_capacity) { in dmirror_allocate_chunk()
564 mdevice->devmem_chunks[mdevice->devmem_count++] = devmem; in dmirror_allocate_chunk()
570 mdevice->devmem_count, in dmirror_allocate_chunk()
571 mdevice->devmem_count * (DEVMEM_CHUNK_SIZE / (1024 * 1024)), in dmirror_allocate_chunk()
1249 for (i = 0; i < mdevice->devmem_count; i++) { in dmirror_device_remove_chunks()
1265 mdevice->devmem_count = 0; in dmirror_device_remove_chunks()