Home
last modified time | relevance | path

Searched refs:xs_state (Results 1 – 1 of 1) sorted by relevance

/drivers/xen/xenbus/
Dxenbus_xs.c108 static struct xs_handle xs_state; variable
170 spin_lock(&xs_state.reply_lock); in read_reply()
172 while (list_empty(&xs_state.reply_list)) { in read_reply()
173 spin_unlock(&xs_state.reply_lock); in read_reply()
176 wait_event_timeout(xs_state.reply_waitq, in read_reply()
177 !list_empty(&xs_state.reply_list), in read_reply()
188 spin_lock(&xs_state.reply_lock); in read_reply()
191 msg = list_entry(xs_state.reply_list.next, in read_reply()
195 spin_unlock(&xs_state.reply_lock); in read_reply()
209 mutex_lock(&xs_state.transaction_mutex); in transaction_start()
[all …]