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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventpoll.c331 struct list_head *lsthead = &ncalls->tasks_call_list; local
342 list_for_each_entry(tncur, lsthead, llink) {
357 list_add(&tnode.llink, lsthead);
425 struct list_head *lsthead = &epi->pwqlist; local
428 while (!list_empty(lsthead)) {
429 pwq = list_first_entry(lsthead, struct eppoll_entry, llink);
693 struct list_head *lsthead = &file->f_ep_links; local
712 while (!list_empty(lsthead)) {
713 epi = list_first_entry(lsthead, struct epitem, fllink);

Completed in 97 milliseconds