Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c1009 spin_lock_irq(&dev->qf_cmd_lock); in target_qf_do_work()
1011 spin_unlock_irq(&dev->qf_cmd_lock); in target_qf_do_work()
2474 spin_lock_irq(&dev->qf_cmd_lock); in transport_handle_queue_full()
2477 spin_unlock_irq(&cmd->se_dev->qf_cmd_lock); in transport_handle_queue_full()
H A Dtarget_core_device.c725 spin_lock_init(&dev->qf_cmd_lock); in target_alloc_device()
/openbmc/linux/include/target/
H A Dtarget_core_base.h830 spinlock_t qf_cmd_lock; member