Home
last modified time | relevance | path

Searched refs:debugfs_mutex (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/block/
H A Dblk-mq-sched.c475 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()
477 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()
490 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()
492 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()
533 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()
535 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()
544 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()
546 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()
H A Dblk-rq-qos.c325 mutex_lock(&q->debugfs_mutex); in rq_qos_add()
327 mutex_unlock(&q->debugfs_mutex); in rq_qos_add()
352 mutex_lock(&q->debugfs_mutex); in rq_qos_del()
354 mutex_unlock(&q->debugfs_mutex); in rq_qos_del()
H A Dblk-mq-debugfs.c750 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched()
769 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_unregister_sched()
790 lockdep_assert_held(&rqos->disk->queue->debugfs_mutex); in blk_mq_debugfs_unregister_rqos()
803 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_rqos()
821 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched_hctx()
842 lockdep_assert_held(&hctx->queue->debugfs_mutex); in blk_mq_debugfs_unregister_sched_hctx()
H A Dblk-sysfs.c774 mutex_lock(&q->debugfs_mutex); in blk_debugfs_remove()
780 mutex_unlock(&q->debugfs_mutex); in blk_debugfs_remove()
805 mutex_lock(&q->debugfs_mutex); in blk_register_queue()
809 mutex_unlock(&q->debugfs_mutex); in blk_register_queue()
H A Dblk-core.c424 mutex_init(&q->debugfs_mutex); in blk_alloc_queue()
/openbmc/linux/kernel/trace/
H A Dblktrace.c406 mutex_lock(&q->debugfs_mutex); in blk_trace_remove()
408 mutex_unlock(&q->debugfs_mutex); in blk_trace_remove()
648 mutex_lock(&q->debugfs_mutex); in blk_trace_setup()
650 mutex_unlock(&q->debugfs_mutex); in blk_trace_setup()
709 mutex_lock(&q->debugfs_mutex); in blk_trace_startstop()
711 mutex_unlock(&q->debugfs_mutex); in blk_trace_startstop()
736 mutex_lock(&q->debugfs_mutex); in blk_trace_ioctl()
763 mutex_unlock(&q->debugfs_mutex); in blk_trace_ioctl()
1772 mutex_lock(&q->debugfs_mutex); in sysfs_blk_trace_attr_show()
1793 mutex_unlock(&q->debugfs_mutex); in sysfs_blk_trace_attr_show()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_device.h319 struct mutex debugfs_mutex; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_debugfs.c386 mutex_lock(&dev->debugfs_mutex); in drm_debugfs_add_file()
388 mutex_unlock(&dev->debugfs_mutex); in drm_debugfs_add_file()
H A Ddrm_drv.c601 mutex_destroy(&dev->debugfs_mutex); in drm_dev_init_release()
649 mutex_init(&dev->debugfs_mutex); in drm_dev_init()
/openbmc/linux/include/linux/
H A Dblkdev.h536 struct mutex debugfs_mutex; member