Searched refs:rdllist (Results 1 – 1 of 1) sorted by relevance
195 struct list_head rdllist; member 197 /* Lock which protects rdllist and ovflist */392 return !list_empty_careful(&ep->rdllist) || in ep_events_available() 739 * have the poll callback to queue directly on ep->rdllist, in ep_start_scan() 745 list_splice_init(&ep->rdllist, txlist); in ep_start_scan() 774 list_add(&epi->rdllink, &ep->rdllist); in ep_done_scan() 781 * ep->rdllist. in ep_done_scan() 788 list_splice(txlist, &ep->rdllist); in ep_done_scan() 791 if (!list_empty(&ep->rdllist)) { in ep_done_scan() 1158 INIT_LIST_HEAD(&ep->rdllist); in ep_alloc() [all...]