Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dpci.c310 struct mutex shutdown_lock; member
1724 mutex_lock(&dev->shutdown_lock); in nvme_pci_subsystem_reset()
1747 mutex_unlock(&dev->shutdown_lock); in nvme_pci_subsystem_reset()
2216 __cond_acquires(0, &dev->shutdown_lock) in nvme_setup_io_queues_trylock()
2221 if (!mutex_trylock(&dev->shutdown_lock)) in nvme_setup_io_queues_trylock()
2228 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues_trylock()
2275 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
2280 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
3068 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
3089 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
[all …]
/linux/sound/core/
H A Dinit.c32 static DEFINE_SPINLOCK(shutdown_lock);
429 scoped_guard(spinlock, &shutdown_lock) { in snd_disconnect_release()
513 scoped_guard(spinlock, &shutdown_lock) in snd_card_disconnect()
1136 scoped_guard(spinlock, &shutdown_lock)