Home | Sort by: relevance | last modified time | path |
/src/sys/arch/xen/xenbus/ | |
xenbus_dev.c | 157 struct xenbus_dev_lwp *xlwp; local in function:xenbus_dev_read 169 SLIST_FOREACH(xlwp, &u->lwps, lwp_next) { 170 if (xlwp->lwp == curlwp) { 174 if (xlwp == NULL) { 178 mutex_enter(&xlwp->mtx); 181 if (xlwp->read_prod == xlwp->read_cons) { 187 if (xlwp->read_cons > xlwp->read_prod) { 189 &xlwp->read_buffer[MASK_READ_IDX(xlwp->read_cons)] 231 struct xenbus_dev_lwp *xlwp; local in function:xenbus_dev_write 343 struct xenbus_dev_lwp *xlwp; local in function:xenbus_dev_open 409 struct xenbus_dev_lwp *xlwp; local in function:xenbus_dev_close [all...] |