Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/memstick/host/
Dr592.c570 spin_lock_irqsave(&dev->io_thread_lock, flags); in r592_process_thread()
573 spin_unlock_irqrestore(&dev->io_thread_lock, flags); in r592_process_thread()
718 spin_lock_irqsave(&dev->io_thread_lock, flags); in r592_submit_req()
721 spin_unlock_irqrestore(&dev->io_thread_lock, flags); in r592_submit_req()
767 spin_lock_init(&dev->io_thread_lock); in r592_probe()
Dr592.h137 spinlock_t io_thread_lock; member