Lines Matching defs:mutex
33 * Here, mutex is required to serialize the calls to del_wk work between
57 * Also, mutex alone would not be enough to avoid scheduling of
71 struct mutex mutex;
132 mutex_lock(&devcd->mutex);
137 mutex_unlock(&devcd->mutex);
165 mutex_lock(&devcd->mutex);
170 mutex_unlock(&devcd->mutex);
193 * mutex_lock(&devcd->mutex);
197 * running devcd_del() and result in memory abort while acquiring devcd->mutex which
362 mutex_init(&devcd->mutex);
369 mutex_lock(&devcd->mutex);
386 mutex_unlock(&devcd->mutex);
390 mutex_unlock(&devcd->mutex);