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

/drivers/xen/xenbus/
H A Dxenbus_xs.c79 * response_mutex is never taken simultaneously with the other three.
94 struct mutex response_mutex; member in struct:xs_handle
700 mutex_lock(&xs_state.response_mutex);
710 mutex_unlock(&xs_state.response_mutex);
725 mutex_unlock(&xs_state.response_mutex);
781 mutex_lock(&xs_state.response_mutex);
785 mutex_unlock(&xs_state.response_mutex);
853 mutex_unlock(&xs_state.response_mutex);
883 mutex_init(&xs_state.response_mutex);

Completed in 40 milliseconds