Searched refs:lock_id (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 314 uint32_t lock_id; in qla4_83xx_drv_lock() local 323 lock_id = qla4_83xx_rd_reg(ha, QLA83XX_DRV_LOCK_ID); in qla4_83xx_drv_lock() 324 lock_id = ((lock_id + (1 << 8)) & ~0xFF) | ha->func_num; in qla4_83xx_drv_lock() 325 qla4_83xx_wr_reg(ha, QLA83XX_DRV_LOCK_ID, lock_id); in qla4_83xx_drv_lock()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 347 uint32_t lock_id, lock_cnt, func_num, tmo_owner = 0, first_owner = 0; in qla8044_idc_lock() local 357 lock_id = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock() 358 lock_id = ((lock_id + (1 << 8)) & ~0xFF) | ha->portnum; in qla8044_idc_lock() 359 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, lock_id); in qla8044_idc_lock()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 2089 int lock_id = curr->held_locks[i].class_idx - 1; in lookup_chain_cache() local 2090 chain_hlocks[chain->base + j] = lock_id; in lookup_chain_cache()
|