Searched refs:debugfs_mutex (Results 1 – 7 of 7) sorted by relevance
472 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()474 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()487 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()489 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()530 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()532 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()541 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()543 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()
350 mutex_lock(&q->debugfs_mutex); in rq_qos_add()352 mutex_unlock(&q->debugfs_mutex); in rq_qos_add()378 mutex_lock(&q->debugfs_mutex); in rq_qos_del()380 mutex_unlock(&q->debugfs_mutex); in rq_qos_del()
715 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched()734 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_unregister_sched()755 lockdep_assert_held(&rqos->disk->queue->debugfs_mutex); in blk_mq_debugfs_unregister_rqos()768 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_rqos()786 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched_hctx()807 lockdep_assert_held(&hctx->queue->debugfs_mutex); in blk_mq_debugfs_unregister_sched_hctx()
828 mutex_lock(&q->debugfs_mutex); in blk_debugfs_remove()834 mutex_unlock(&q->debugfs_mutex); in blk_debugfs_remove()858 mutex_lock(&q->debugfs_mutex); in blk_register_queue()862 mutex_unlock(&q->debugfs_mutex); in blk_register_queue()
431 mutex_init(&q->debugfs_mutex); in blk_alloc_queue()
406 mutex_lock(&q->debugfs_mutex); in blk_trace_remove()408 mutex_unlock(&q->debugfs_mutex); in blk_trace_remove()631 mutex_lock(&q->debugfs_mutex); in blk_trace_setup()633 mutex_unlock(&q->debugfs_mutex); in blk_trace_setup()666 mutex_lock(&q->debugfs_mutex); in compat_blk_trace_setup()668 mutex_unlock(&q->debugfs_mutex); in compat_blk_trace_setup()700 mutex_lock(&q->debugfs_mutex); in blk_trace_startstop()702 mutex_unlock(&q->debugfs_mutex); in blk_trace_startstop()1759 mutex_lock(&q->debugfs_mutex); in sysfs_blk_trace_attr_show()1780 mutex_unlock(&q->debugfs_mutex); in sysfs_blk_trace_attr_show()[all …]
629 struct mutex debugfs_mutex; member