Lines Matching refs:flist
741 LIST_HEAD(flist);
762 /* collect all frames to rexmit into flist */
769 /* move to flist for later processing */
770 list_move_tail(pos, &flist);
775 while (!list_empty(&flist)) {
776 pos = flist.next;
788 list_splice(&flist, &d->factive[0]);
1661 LIST_HEAD(flist);
1667 list_splice_init(&iocq[id].head, &flist);
1669 while (!list_empty(&flist)) {
1670 pos = flist.next;