Lines Matching refs:reply_mutex
108 struct mutex reply_mutex; member
124 mutex_lock(&u->reply_mutex); in xenbus_file_read()
127 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
135 mutex_lock(&u->reply_mutex); in xenbus_file_read()
168 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
279 mutex_lock(&adap->dev_data->reply_mutex); in watch_fired()
296 mutex_unlock(&adap->dev_data->reply_mutex); in watch_fired()
336 mutex_lock(&u->reply_mutex); in xenbus_write_transaction()
346 mutex_unlock(&u->reply_mutex); in xenbus_write_transaction()
411 mutex_lock(&u->reply_mutex); in xenbus_write_watch()
414 mutex_unlock(&u->reply_mutex); in xenbus_write_watch()
535 mutex_init(&u->reply_mutex); in xenbus_file_open()