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

/linux-master/drivers/mtd/ubi/
H A Dwl.c680 mutex_lock(&ubi->move_mutex);
926 mutex_unlock(&ubi->move_mutex);
977 mutex_unlock(&ubi->move_mutex);
999 mutex_unlock(&ubi->move_mutex);
1007 mutex_unlock(&ubi->move_mutex);
1296 /* Wait for the WL worker by taking the @ubi->move_mutex */
1297 mutex_lock(&ubi->move_mutex);
1298 mutex_unlock(&ubi->move_mutex);
1802 mutex_init(&ubi->move_mutex);
H A Dubi.h505 * @move_mutex: serializes eraseblock moves
614 struct mutex move_mutex; member in struct:ubi_device

Completed in 185 milliseconds