Lines Matching refs:reply_mutex
114 struct mutex reply_mutex; member
130 mutex_lock(&u->reply_mutex); in xenbus_file_read()
133 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
141 mutex_lock(&u->reply_mutex); in xenbus_file_read()
174 mutex_unlock(&u->reply_mutex); in xenbus_file_read()
285 mutex_lock(&adap->dev_data->reply_mutex); in watch_fired()
302 mutex_unlock(&adap->dev_data->reply_mutex); in watch_fired()
345 mutex_lock(&u->reply_mutex); in xenbus_write_transaction()
355 mutex_unlock(&u->reply_mutex); in xenbus_write_transaction()
424 mutex_lock(&u->reply_mutex); in xenbus_write_watch()
427 mutex_unlock(&u->reply_mutex); in xenbus_write_watch()
548 mutex_init(&u->reply_mutex); in xenbus_file_open()