Searched refs:lsthead (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.c328 struct list_head *lsthead = &psw->wake_task_list, *lnk; local
335 list_for_each(lnk, lsthead) {
352 list_add(&tnode.llink, lsthead);
373 struct list_head *lsthead = &epi->pwqlist; local
380 while (!list_empty(lsthead)) {
381 pwq = list_first_entry(lsthead, struct eppoll_entry, llink);
524 struct list_head *lsthead = &file->f_ep_links; local
541 while (!list_empty(lsthead)) {
542 epi = list_first_entry(lsthead, struct epitem, fllink);

Completed in 96 milliseconds