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

/linux-4.1.27/fs/
H A Deventpoll.c404 struct list_head *lsthead = &ncalls->tasks_call_list; ep_call_nested() local
415 list_for_each_entry(tncur, lsthead, llink) { list_for_each_entry()
430 list_add(&tnode.llink, lsthead);
535 struct list_head *lsthead = &epi->pwqlist; ep_unregister_pollwait() local
538 while (!list_empty(lsthead)) { ep_unregister_pollwait()
539 pwq = list_first_entry(lsthead, struct eppoll_entry, llink); ep_unregister_pollwait()

Completed in 121 milliseconds