Lines Matching refs:list
303 * most recent used list in the beginning for reuse
309 /* Find end of list, sew whole thing into vi->rq.pages. */
1199 struct page *first, *list = NULL;
1205 /* page in rq->sg[MAX_SKB_FRAGS + 1] is list tail */
1209 if (list)
1210 give_pages(rq, list);
1215 /* chain new page in list head to match sg */
1216 first->private = (unsigned long)list;
1217 list = first;
1222 give_pages(rq, list);
1235 /* chain first in list head */
1236 first->private = (unsigned long)list;
1986 /* Store the unicast list and count in the front of the buffer */
1995 /* multicast list and count fill the end */