Searched refs:uc_pending (Results 1 – 3 of 3) sorted by relevance
167 if (!list_empty(&channel->uc_pending)) { in presto_psdev_poll()263 if (list_empty(&(channel->uc_pending))) { in presto_psdev_read()268 req = list_entry((channel->uc_pending.next), struct upc_req, rq_chain); in presto_psdev_read()341 list_for_each(lh, &channel->uc_pending) { in presto_psdev_release()396 INIT_LIST_HEAD(&channel->uc_pending); in presto_psdev_init()423 if ( ! list_empty(&channel->uc_pending)) { in presto_psdev_cleanup()432 list_for_each_safe(lh, next, &channel->uc_pending) { in presto_psdev_cleanup()566 list_add(&req->rq_chain, channel->uc_pending.prev); in izo_upc_upcall()
150 lh = channel->uc_pending.next; in presto_put_super()151 while ( lh != &channel->uc_pending) { in presto_put_super()
19 struct list_head uc_pending; member