Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-mq-sched.c590 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()
592 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()
605 mutex_lock(&q->debugfs_mutex); in blk_mq_init_sched()
607 mutex_unlock(&q->debugfs_mutex); in blk_mq_init_sched()
648 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()
650 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()
659 mutex_lock(&q->debugfs_mutex); in blk_mq_exit_sched()
661 mutex_unlock(&q->debugfs_mutex); in blk_mq_exit_sched()
A Dblk-rq-qos.c326 mutex_lock(&q->debugfs_mutex); in rq_qos_add()
328 mutex_unlock(&q->debugfs_mutex); in rq_qos_add()
360 mutex_lock(&q->debugfs_mutex); in rq_qos_del()
362 mutex_unlock(&q->debugfs_mutex); in rq_qos_del()
A Dblk-mq-debugfs.c776 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched()
795 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_unregister_sched()
816 lockdep_assert_held(&rqos->disk->queue->debugfs_mutex); in blk_mq_debugfs_unregister_rqos()
829 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_rqos()
847 lockdep_assert_held(&q->debugfs_mutex); in blk_mq_debugfs_register_sched_hctx()
868 lockdep_assert_held(&hctx->queue->debugfs_mutex); in blk_mq_debugfs_unregister_sched_hctx()
A Dblk-sysfs.c778 mutex_lock(&q->debugfs_mutex); in blk_debugfs_remove()
784 mutex_unlock(&q->debugfs_mutex); in blk_debugfs_remove()
809 mutex_lock(&q->debugfs_mutex); in blk_register_queue()
813 mutex_unlock(&q->debugfs_mutex); in blk_register_queue()
A Dblk-core.c426 mutex_init(&q->debugfs_mutex); in blk_alloc_queue()
/linux-6.3-rc2/kernel/trace/
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 …]
/linux-6.3-rc2/include/drm/
A Ddrm_device.h319 struct mutex debugfs_mutex; member
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_debugfs.c342 mutex_lock(&dev->debugfs_mutex); in drm_debugfs_add_file()
344 mutex_unlock(&dev->debugfs_mutex); in drm_debugfs_add_file()
A Ddrm_drv.c601 mutex_destroy(&dev->debugfs_mutex); in drm_dev_init_release()
649 mutex_init(&dev->debugfs_mutex); in drm_dev_init()
/linux-6.3-rc2/include/linux/
A Dblkdev.h543 struct mutex debugfs_mutex; member

Completed in 45 milliseconds