Lines Matching refs:reply_mutex
115 struct mutex reply_mutex; member
134 mutex_lock(&u->reply_mutex); in xenbus_file_read()
137 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
145 mutex_lock(&u->reply_mutex); in xenbus_file_read()
178 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
288 mutex_lock(&adap->dev_data->reply_mutex); in watch_fired()
303 mutex_unlock(&adap->dev_data->reply_mutex); in watch_fired()
396 mutex_lock(&u->reply_mutex); in xenbus_dev_queue_reply()
406 mutex_unlock(&u->reply_mutex); in xenbus_dev_queue_reply()
435 mutex_lock(&u->reply_mutex); in xenbus_command_reply()
438 mutex_unlock(&u->reply_mutex); in xenbus_command_reply()
670 mutex_init(&u->reply_mutex); in xenbus_file_open()