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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dupcall.c631 struct venus_comm *vcommp)
649 if ( !vcommp->vc_inuse )
704 struct venus_comm *vcommp; local
709 vcommp = sbi->sbi_vcomm;
710 if ( !vcommp->vc_inuse ) {
711 printk("No pseudo device in upcall comms at %p\n", vcommp);
726 req->uc_unique = ++vcommp->vc_seq;
733 list_add(&(req->uc_chain), vcommp->vc_pending.prev);
739 wake_up_interruptible(&vcommp->vc_waitq);
750 runtime = coda_waitfor_upcall(req, vcommp);
630 coda_waitfor_upcall(struct upc_req *vmp, struct venus_comm *vcommp) argument
[all...]

Completed in 80 milliseconds