Searched refs:vc_pending (Results 1 – 3 of 3) sorted by relevance
76 if (!list_empty(&vcp->vc_pending)) in coda_psdev_poll()241 while (list_empty(&vcp->vc_pending)) { in coda_psdev_read()259 req = list_entry(vcp->vc_pending.next, struct upc_req,uc_chain); in coda_psdev_read()309 INIT_LIST_HEAD(&vcp->vc_pending); in coda_psdev_open()346 lh = vcp->vc_pending.next; in coda_psdev_release()348 while ( (lh = next) != &vcp->vc_pending) { in coda_psdev_release()
742 list_add(&(req->uc_chain), vcommp->vc_pending.prev); in coda_upcall()826 list_add(&(sig_req->uc_chain), &vcommp->vc_pending); in coda_upcall()
21 struct list_head vc_pending; member