Searched refs:q_lockdep_map (Results 1 – 3 of 3) sorted by relevance
| /linux/block/ |
| H A D | blk-core.c | 371 rwsem_acquire_read(&q->q_lockdep_map, 0, 0, _RET_IP_); in blk_queue_enter() 372 rwsem_release(&q->q_lockdep_map, _RET_IP_); in blk_queue_enter() 499 lockdep_init_map(&q->q_lockdep_map, "&q->q_usage_counter(queue)", in blk_alloc_queue()
|
| H A D | blk.h | 766 rwsem_acquire(&q->q_lockdep_map, 0, 1, _RET_IP_); in blk_freeze_acquire_lock() 772 rwsem_release(&q->q_lockdep_map, _RET_IP_); in blk_unfreeze_release_lock()
|
| /linux/include/linux/ |
| H A D | blkdev.h | 522 struct lockdep_map q_lockdep_map; member
|