Home
last modified time | relevance | path

Searched refs:outstanding_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/ufs/core/
Dufshcd.c2155 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_send_command()
2160 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_send_command()
2990 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_wait_for_dev_cmd()
2998 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_wait_for_dev_cmd()
5395 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_poll()
5402 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_poll()
7029 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7034 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7037 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7041 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
[all …]
/Linux-v6.1/include/ufs/
Dufshcd.h867 spinlock_t outstanding_lock; member