Searched refs:__vmi (Results 1 – 1 of 1) sorted by relevance
796 #define for_each_vma(__vmi, __vma) \ argument797 while (((__vma) = vma_next(&(__vmi))) != NULL)800 #define for_each_vma_range(__vmi, __vma, __end) \ argument801 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
Completed in 10 milliseconds