Lines Matching refs:flist
734 LIST_HEAD(flist);
755 /* collect all frames to rexmit into flist */
762 /* move to flist for later processing */
763 list_move_tail(pos, &flist);
768 while (!list_empty(&flist)) {
769 pos = flist.next;
781 list_splice(&flist, &d->factive[0]);
1654 LIST_HEAD(flist);
1660 list_splice_init(&iocq[id].head, &flist);
1662 while (!list_empty(&flist)) {
1663 pos = flist.next;