lsthead           485 fs/eventpoll.c 	struct list_head *lsthead = &ncalls->tasks_call_list;
lsthead           496 fs/eventpoll.c 	list_for_each_entry(tncur, lsthead, llink) {
lsthead           511 fs/eventpoll.c 	list_add(&tnode.llink, lsthead);
lsthead           611 fs/eventpoll.c 	struct list_head *lsthead = &epi->pwqlist;
lsthead           614 fs/eventpoll.c 	while (!list_empty(lsthead)) {
lsthead           615 fs/eventpoll.c 		pwq = list_first_entry(lsthead, struct eppoll_entry, llink);