Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c482 struct list_head *lsthead = &ncalls->tasks_call_list; in ep_call_nested() local
493 list_for_each_entry(tncur, lsthead, llink) { in ep_call_nested()
508 list_add(&tnode.llink, lsthead); in ep_call_nested()
622 struct list_head *lsthead = &epi->pwqlist; in ep_unregister_pollwait() local
625 while (!list_empty(lsthead)) { in ep_unregister_pollwait()
626 pwq = list_first_entry(lsthead, struct eppoll_entry, llink); in ep_unregister_pollwait()

Completed in 4 milliseconds