Searched refs:cmd_hash_lock (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_lib.c58 spinlock_t cmd_hash_lock; member in struct:scsi_tgt_queuedata
165 spin_lock_irqsave(&qdata->cmd_hash_lock, flags);
167 spin_unlock_irqrestore(&qdata->cmd_hash_lock, flags);
197 spin_lock_irqsave(&qdata->cmd_hash_lock, flags);
200 spin_unlock_irqrestore(&qdata->cmd_hash_lock, flags);
248 spin_lock_init(&queuedata->cmd_hash_lock);
268 spin_lock_irqsave(&qdata->cmd_hash_lock, flags);
278 spin_unlock_irqrestore(&qdata->cmd_hash_lock, flags);
449 spin_lock_irqsave(&qdata->cmd_hash_lock, flags);
457 spin_unlock_irqrestore(&qdata->cmd_hash_lock, flag
[all...]

Completed in 38 milliseconds