Home
last modified time | relevance | path

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

/fs/
Deventpoll.c200 struct list_head rdllist; member
380 return !list_empty_careful(&ep->rdllist) || in ep_events_available()
710 list_splice_init(&ep->rdllist, &txlist); in ep_scan_ready_list()
738 list_add(&epi->rdllink, &ep->rdllist); in ep_scan_ready_list()
752 list_splice(&txlist, &ep->rdllist); in ep_scan_ready_list()
755 if (!list_empty(&ep->rdllist)) { in ep_scan_ready_list()
1033 INIT_LIST_HEAD(&ep->rdllist); in ep_alloc()
1257 if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist)) in ep_poll_callback()
1586 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_insert()
1691 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_modify()
[all …]