Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion_heap.c49 int npages_this_entry = PAGE_ALIGN(sg->length) / PAGE_SIZE; in ion_heap_map_kernel() local
53 for (j = 0; j < npages_this_entry; j++) in ion_heap_map_kernel()