Home
last modified time | relevance | path

Searched refs:se_plug (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/target/
A Dtarget_core_iblock.h24 struct se_dev_plug se_plug; member
A Dtarget_core_transport.c1846 struct se_dev_plug *se_plug; in target_plug_device() local
1851 se_plug = se_dev->transport->plug_device(se_dev); in target_plug_device()
1852 if (!se_plug) in target_plug_device()
1855 se_plug->se_dev = se_dev; in target_plug_device()
1862 return se_plug; in target_plug_device()
1867 struct se_device *se_dev = se_plug->se_dev; in target_unplug_device()
1869 se_dev->transport->unplug_device(se_plug); in target_unplug_device()
1877 struct se_dev_plug *se_plug = NULL; in target_queued_submit_work() local
1890 se_plug = target_plug_device(se_dev); in target_queued_submit_work()
1896 if (se_plug) in target_queued_submit_work()
[all …]
A Dtarget_core_iblock.c218 return &ib_dev_plug->se_plug; in iblock_plug_device()
221 static void iblock_unplug_device(struct se_dev_plug *se_plug) in iblock_unplug_device() argument
223 struct iblock_dev_plug *ib_dev_plug = container_of(se_plug, in iblock_unplug_device()
224 struct iblock_dev_plug, se_plug); in iblock_unplug_device()
A Dtarget_core_user.c115 struct se_dev_plug se_plug; member
981 static void tcmu_unplug_device(struct se_dev_plug *se_plug) in tcmu_unplug_device() argument
983 struct se_device *se_dev = se_plug->se_dev; in tcmu_unplug_device()
995 return &udev->se_plug; in tcmu_plug_device()
/linux/include/target/
A Dtarget_core_backend.h38 void (*unplug_device)(struct se_dev_plug *se_plug);

Completed in 21 milliseconds