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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_xs.c104 static struct xs_handle xs_state; variable in typeref:struct:xs_handle
144 spin_lock(&xs_state.reply_lock);
146 while (list_empty(&xs_state.reply_list)) {
147 spin_unlock(&xs_state.reply_lock);
148 wait_event(xs_state.reply_waitq,
149 !list_empty(&xs_state.reply_list));
150 spin_lock(&xs_state.reply_lock);
153 msg = list_entry(xs_state.reply_list.next,
157 spin_unlock(&xs_state.reply_lock);
171 mutex_lock(&xs_state
[all...]

Completed in 56 milliseconds