Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dinit.c32 static DEFINE_SPINLOCK(shutdown_lock);
430 spin_lock(&shutdown_lock); in snd_disconnect_release()
438 spin_unlock(&shutdown_lock); in snd_disconnect_release()
517 spin_lock(&shutdown_lock); in snd_card_disconnect()
519 spin_unlock(&shutdown_lock); in snd_card_disconnect()
1109 spin_lock(&shutdown_lock); in snd_card_file_remove()
1111 spin_unlock(&shutdown_lock); in snd_card_file_remove()
/Linux-v6.6/drivers/nvme/host/
Dpci.c135 struct mutex shutdown_lock; member
1591 if (!mutex_trylock(&dev->shutdown_lock)) in nvme_setup_io_queues_trylock()
1598 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues_trylock()
1645 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
1650 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
2347 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2368 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2580 mutex_lock(&dev->shutdown_lock); in nvme_dev_disable()
2621 mutex_unlock(&dev->shutdown_lock); in nvme_dev_disable()
2709 mutex_lock(&dev->shutdown_lock); in nvme_reset_work()
[all …]