Lines Matching refs:flist
733 LIST_HEAD(flist);
754 /* collect all frames to rexmit into flist */
761 /* move to flist for later processing */
762 list_move_tail(pos, &flist);
767 while (!list_empty(&flist)) {
768 pos = flist.next;
780 list_splice(&flist, &d->factive[0]);
1646 LIST_HEAD(flist);
1652 list_splice_init(&iocq[id].head, &flist);
1654 while (!list_empty(&flist)) {
1655 pos = flist.next;