Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dgup.c252 #define for_each_compound_range(__i, __list, __npages, __head, __ntails) \ argument
254 compound_range_next(__i, __npages, __list, &(__head), &(__ntails)); \
255 __i < __npages; __i += __ntails, \
256 compound_range_next(__i, __npages, __list, &(__head), &(__ntails)))
278 #define for_each_compound_head(__i, __list, __npages, __head, __ntails) \ argument
280 compound_next(__i, __npages, __list, &(__head), &(__ntails)); \
281 __i < __npages; __i += __ntails, \
282 compound_next(__i, __npages, __list, &(__head), &(__ntails)))