Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_xs.c109 static struct xs_handle xs_state; variable
171 spin_lock(&xs_state.reply_lock); in read_reply()
173 while (list_empty(&xs_state.reply_list)) { in read_reply()
174 spin_unlock(&xs_state.reply_lock); in read_reply()
177 wait_event_timeout(xs_state.reply_waitq, in read_reply()
178 !list_empty(&xs_state.reply_list), in read_reply()
189 spin_lock(&xs_state.reply_lock); in read_reply()
192 msg = list_entry(xs_state.reply_list.next, in read_reply()
196 spin_unlock(&xs_state.reply_lock); in read_reply()
210 mutex_lock(&xs_state.transaction_mutex); in transaction_start()
[all …]