Lines Matching refs:reply_mutex
111 struct mutex reply_mutex; member
128 mutex_lock(&u->reply_mutex); in xenbus_file_read()
131 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
139 mutex_lock(&u->reply_mutex); in xenbus_file_read()
172 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
282 mutex_lock(&adap->dev_data->reply_mutex); in watch_fired()
297 mutex_unlock(&adap->dev_data->reply_mutex); in watch_fired()
378 mutex_lock(&u->reply_mutex); in xenbus_dev_queue_reply()
388 mutex_unlock(&u->reply_mutex); in xenbus_dev_queue_reply()
417 mutex_lock(&u->reply_mutex); in xenbus_command_reply()
420 mutex_unlock(&u->reply_mutex); in xenbus_command_reply()
640 mutex_init(&u->reply_mutex); in xenbus_file_open()