}
 
 static void *hctx_dispatch_start(struct seq_file *m, loff_t *pos)
+       __acquires(&hctx->lock)
 {
        struct blk_mq_hw_ctx *hctx = m->private;
 
 }
 
 static void hctx_dispatch_stop(struct seq_file *m, void *v)
+       __releases(&hctx->lock)
 {
        struct blk_mq_hw_ctx *hctx = m->private;
 
 };
 
 static void *ctx_rq_list_start(struct seq_file *m, loff_t *pos)
+       __acquires(&ctx->lock)
 {
        struct blk_mq_ctx *ctx = m->private;
 
 }
 
 static void ctx_rq_list_stop(struct seq_file *m, void *v)
+       __releases(&ctx->lock)
 {
        struct blk_mq_ctx *ctx = m->private;