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