Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dinit.c32 static DEFINE_SPINLOCK(shutdown_lock);
425 spin_lock(&shutdown_lock); in snd_disconnect_release()
433 spin_unlock(&shutdown_lock); in snd_disconnect_release()
512 spin_lock(&shutdown_lock); in snd_card_disconnect()
514 spin_unlock(&shutdown_lock); in snd_card_disconnect()
1116 spin_lock(&shutdown_lock); in snd_card_file_remove()
1118 spin_unlock(&shutdown_lock); in snd_card_file_remove()
/Linux-v6.1/drivers/nvme/host/
Dpci.c134 struct mutex shutdown_lock; member
1657 if (!mutex_trylock(&dev->shutdown_lock)) in nvme_setup_io_queues_trylock()
1664 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues_trylock()
1711 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
1716 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
2427 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2448 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2681 mutex_lock(&dev->shutdown_lock); in nvme_dev_disable()
2730 mutex_unlock(&dev->shutdown_lock); in nvme_dev_disable()
2823 mutex_lock(&dev->shutdown_lock); in nvme_reset_work()
[all …]