Searched refs:q_lockdep_map (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/block/ |
| H A D | blk-core.c | 328 rwsem_acquire_read(&q->q_lockdep_map, 0, 0, _RET_IP_); in blk_queue_enter() 329 rwsem_release(&q->q_lockdep_map, _RET_IP_); in blk_queue_enter() 456 lockdep_init_map(&q->q_lockdep_map, "&q->q_usage_counter(queue)", in blk_alloc_queue()
|
| H A D | blk.h | 732 rwsem_acquire(&q->q_lockdep_map, 0, 1, _RET_IP_); in blk_freeze_acquire_lock() 738 rwsem_release(&q->q_lockdep_map, _RET_IP_); in blk_unfreeze_release_lock()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 493 struct lockdep_map q_lockdep_map; member
|