Home
last modified time | relevance | path

Searched refs:delayed_cmd_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_transport.c2247 spin_lock_irqsave(&dev->delayed_cmd_lock, flags); in target_handle_task_attr()
2250 spin_unlock_irqrestore(&dev->delayed_cmd_lock, flags); in target_handle_task_attr()
2262 spin_unlock_irqrestore(&dev->delayed_cmd_lock, flags); in target_handle_task_attr()
2310 spin_lock(&dev->delayed_cmd_lock); in target_do_delayed_work()
2331 spin_unlock(&dev->delayed_cmd_lock); in target_do_delayed_work()
2334 spin_lock(&dev->delayed_cmd_lock); in target_do_delayed_work()
2336 spin_unlock(&dev->delayed_cmd_lock); in target_do_delayed_work()
2344 spin_lock_irqsave(&dev->delayed_cmd_lock, flags); in transport_complete_ordered_sync()
2357 spin_unlock_irqrestore(&dev->delayed_cmd_lock, flags); in transport_complete_ordered_sync()
H A Dtarget_core_device.c709 spin_lock_irqsave(&dev->delayed_cmd_lock, flags); in target_non_ordered_release()
712 spin_unlock_irqrestore(&dev->delayed_cmd_lock, flags); in target_non_ordered_release()
759 spin_lock_init(&dev->delayed_cmd_lock); in target_alloc_device()
/linux/include/target/
H A Dtarget_core_base.h841 spinlock_t delayed_cmd_lock; member