Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dinit.c32 static DEFINE_SPINLOCK(shutdown_lock);
387 spin_lock(&shutdown_lock); in snd_disconnect_release()
395 spin_unlock(&shutdown_lock); in snd_disconnect_release()
474 spin_lock(&shutdown_lock); in snd_card_disconnect()
476 spin_unlock(&shutdown_lock); in snd_card_disconnect()
1074 spin_lock(&shutdown_lock); in snd_card_file_remove()
1076 spin_unlock(&shutdown_lock); in snd_card_file_remove()
/Linux-v5.15/drivers/nvme/host/
Dpci.c132 struct mutex shutdown_lock; member
1564 if (!mutex_trylock(&dev->shutdown_lock)) in nvme_setup_io_queues_trylock()
1571 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues_trylock()
1618 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
1623 mutex_unlock(&dev->shutdown_lock); in nvme_create_queue()
2334 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2355 mutex_unlock(&dev->shutdown_lock); in nvme_setup_io_queues()
2582 mutex_lock(&dev->shutdown_lock); in nvme_dev_disable()
2628 mutex_unlock(&dev->shutdown_lock); in nvme_dev_disable()
2721 mutex_lock(&dev->shutdown_lock); in nvme_reset_work()
[all …]