Searched refs:response_mutex (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.c78 * response_mutex is never taken simultaneously with the other three.
93 struct mutex response_mutex; member in struct:xs_handle
702 mutex_lock(&xs_state.response_mutex);
712 mutex_unlock(&xs_state.response_mutex);
727 mutex_unlock(&xs_state.response_mutex);
783 mutex_lock(&xs_state.response_mutex);
787 mutex_unlock(&xs_state.response_mutex);
849 mutex_unlock(&xs_state.response_mutex);
879 mutex_init(&xs_state.response_mutex);

Completed in 28 milliseconds