Home
last modified time | relevance | path

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

/linux-3.3/drivers/target/
Dtarget_core_transport.c582 struct se_queue_obj *qobj = &dev->dev_queue_obj; in transport_add_cmd_to_queue()
634 struct se_queue_obj *qobj = &cmd->se_dev->dev_queue_obj; in transport_remove_cmd_from_queue()
1312 transport_init_queue_obj(&dev->dev_queue_obj); in transport_add_device_to_core_hba()
3163 wake_up_interruptible(&dev->dev_queue_obj.thread_wq); in transport_complete_task_attr()
4144 wake_up_interruptible(&cmd->se_dev->dev_queue_obj.thread_wq); in transport_lun_wait_for_tasks()
4365 wake_up_interruptible(&cmd->se_dev->dev_queue_obj.thread_wq); in transport_wait_for_tasks()
4701 ret = wait_event_interruptible(dev->dev_queue_obj.thread_wq, in transport_processing_thread()
4702 atomic_read(&dev->dev_queue_obj.queue_cnt) || in transport_processing_thread()
4708 cmd = transport_get_cmd_from_queue(&dev->dev_queue_obj); in transport_processing_thread()
4760 WARN_ON(!list_empty(&dev->dev_queue_obj.qobj_list)); in transport_processing_thread()
Dtarget_core_tmr.c317 struct se_queue_obj *qobj = &dev->dev_queue_obj; in core_tmr_drain_cmd_list()
/linux-3.3/include/target/
Dtarget_core_base.h809 struct se_queue_obj dev_queue_obj; member