reply_mutex       115 drivers/xen/xenbus/xenbus_dev_frontend.c 	struct mutex reply_mutex;
reply_mutex       134 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_lock(&u->reply_mutex);
reply_mutex       137 drivers/xen/xenbus/xenbus_dev_frontend.c 		mutex_unlock(&u->reply_mutex);
reply_mutex       145 drivers/xen/xenbus/xenbus_dev_frontend.c 		mutex_lock(&u->reply_mutex);
reply_mutex       178 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_unlock(&u->reply_mutex);
reply_mutex       288 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_lock(&adap->dev_data->reply_mutex);
reply_mutex       303 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_unlock(&adap->dev_data->reply_mutex);
reply_mutex       396 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_lock(&u->reply_mutex);
reply_mutex       406 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_unlock(&u->reply_mutex);
reply_mutex       435 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_lock(&u->reply_mutex);
reply_mutex       438 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_unlock(&u->reply_mutex);
reply_mutex       670 drivers/xen/xenbus/xenbus_dev_frontend.c 	mutex_init(&u->reply_mutex);