Searched defs:mtd_table_mutex (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/
H A Dmtdcore.c89 DEFINE_MUTEX(mtd_table_mutex); variable
90 EXPORT_SYMBOL_GPL(mtd_table_mutex); variable
398 mutex_lock(&mtd_table_mutex);
449 the notifier, since we hold the mtd_table_mutex */
453 mutex_unlock(&mtd_table_mutex);
464 mutex_unlock(&mtd_table_mutex);
483 mutex_lock(&mtd_table_mutex);
491 the notifier, since we hold the mtd_table_mutex */
509 mutex_unlock(&mtd_table_mutex);
605 mutex_lock(&mtd_table_mutex);
[all...]

Completed in 59 milliseconds