Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/
Dufshcd.c2153 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_send_command()
2158 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_send_command()
2988 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_wait_for_dev_cmd()
2996 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_wait_for_dev_cmd()
5413 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_poll()
5424 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_poll()
7061 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7066 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7069 spin_lock_irqsave(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
7073 spin_unlock_irqrestore(&hba->outstanding_lock, flags); in ufshcd_eh_device_reset_handler()
[all …]
/linux-6.1.9/include/ufs/
Dufshcd.h868 spinlock_t outstanding_lock; member