Home
last modified time | relevance | path

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

/mm/
Dgup.c277 #define for_each_compound_range(__i, __list, __npages, __head, __ntails) \ argument
279 compound_range_next(__i, __npages, __list, &(__head), &(__ntails)); \
280 __i < __npages; __i += __ntails, \
281 compound_range_next(__i, __npages, __list, &(__head), &(__ntails)))
303 #define for_each_compound_head(__i, __list, __npages, __head, __ntails) \ argument
305 compound_next(__i, __npages, __list, &(__head), &(__ntails)); \
306 __i < __npages; __i += __ntails, \
307 compound_next(__i, __npages, __list, &(__head), &(__ntails)))