HomeSort by: relevance | last modified time | path
    Searched defs:xlwp (Results 1 - 2 of 2) sorted by relevancy

  /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...]
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...]

Completed in 21 milliseconds