bind_mutex         62 drivers/xen/evtchn.c 	struct mutex bind_mutex; /* serialize bind/unbind operations */
bind_mutex        286 drivers/xen/evtchn.c 	mutex_lock(&u->bind_mutex);
bind_mutex        299 drivers/xen/evtchn.c 	mutex_unlock(&u->bind_mutex);
bind_mutex        462 drivers/xen/evtchn.c 	mutex_lock(&u->bind_mutex);
bind_mutex        619 drivers/xen/evtchn.c 	mutex_unlock(&u->bind_mutex);
bind_mutex        659 drivers/xen/evtchn.c 	mutex_init(&u->bind_mutex);