Home
last modified time | relevance | path

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

/fs/
Deventpoll.c339 struct list_head *lsthead = &psw->wake_task_list; in ep_poll_safewake() local
346 list_for_each_entry(tncur, lsthead, llink) { in ep_poll_safewake()
362 list_add(&tnode.llink, lsthead); in ep_poll_safewake()
383 struct list_head *lsthead = &epi->pwqlist; in ep_unregister_pollwait() local
390 while (!list_empty(lsthead)) { in ep_unregister_pollwait()
391 pwq = list_first_entry(lsthead, struct eppoll_entry, llink); in ep_unregister_pollwait()
536 struct list_head *lsthead = &file->f_ep_links; in eventpoll_release_file() local
553 while (!list_empty(lsthead)) { in eventpoll_release_file()
554 epi = list_first_entry(lsthead, struct epitem, fllink); in eventpoll_release_file()