Searched refs:debugfs_mutex (Results 1 - 7 of 7) sorted by relevance

/linux-master/block/
H A Dblk-mq-sched.c473 mutex_lock(&q->debugfs_mutex);
475 mutex_unlock(&q->debugfs_mutex);
488 mutex_lock(&q->debugfs_mutex);
490 mutex_unlock(&q->debugfs_mutex);
531 mutex_lock(&q->debugfs_mutex);
533 mutex_unlock(&q->debugfs_mutex);
542 mutex_lock(&q->debugfs_mutex);
544 mutex_unlock(&q->debugfs_mutex);
H A Dblk-rq-qos.c325 mutex_lock(&q->debugfs_mutex);
327 mutex_unlock(&q->debugfs_mutex);
352 mutex_lock(&q->debugfs_mutex);
354 mutex_unlock(&q->debugfs_mutex);
H A Dblk-mq-debugfs.c731 lockdep_assert_held(&q->debugfs_mutex);
750 lockdep_assert_held(&q->debugfs_mutex);
771 lockdep_assert_held(&rqos->disk->queue->debugfs_mutex);
784 lockdep_assert_held(&q->debugfs_mutex);
802 lockdep_assert_held(&q->debugfs_mutex);
823 lockdep_assert_held(&hctx->queue->debugfs_mutex);
H A Dblk-sysfs.c764 mutex_lock(&q->debugfs_mutex);
770 mutex_unlock(&q->debugfs_mutex);
795 mutex_lock(&q->debugfs_mutex);
799 mutex_unlock(&q->debugfs_mutex);
H A Dblk-core.c435 mutex_init(&q->debugfs_mutex);
/linux-master/kernel/trace/
H A Dblktrace.c393 lockdep_is_held(&q->debugfs_mutex));
406 mutex_lock(&q->debugfs_mutex);
408 mutex_unlock(&q->debugfs_mutex);
522 lockdep_assert_held(&q->debugfs_mutex);
541 lockdep_is_held(&q->debugfs_mutex))) {
648 mutex_lock(&q->debugfs_mutex);
650 mutex_unlock(&q->debugfs_mutex);
695 lockdep_is_held(&q->debugfs_mutex));
709 mutex_lock(&q->debugfs_mutex);
711 mutex_unlock(&q->debugfs_mutex);
[all...]
/linux-master/include/linux/
H A Dblkdev.h513 struct mutex debugfs_mutex; member in struct:request_queue

Completed in 191 milliseconds