Searched refs:txlist (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c880 struct list_head txlist; local
882 INIT_LIST_HEAD(&txlist);
898 list_splice(&ep->rdllist, &txlist);
908 for (eventcnt = 0; !list_empty(&txlist) && eventcnt < maxevents;) {
909 epi = list_first_entry(&txlist, struct epitem, rdllink);
972 * "txlist" back inside ep->rdllist.
974 list_splice(&txlist, &ep->rdllist);

Completed in 91 milliseconds