Searched refs:__list (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/mm/ |
D | gup.c | 252 #define for_each_compound_range(__i, __list, __npages, __head, __ntails) \ argument 254 compound_range_next(__i, __npages, __list, &(__head), &(__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)); \ 282 compound_next(__i, __npages, __list, &(__head), &(__ntails)))
|