Home
last modified time | relevance | path

Searched refs:se_dev_plug (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/target/
Dtarget_core_backend.h37 struct se_dev_plug *(*plug_device)(struct se_device *se_dev);
38 void (*unplug_device)(struct se_dev_plug *se_plug);
Dtarget_core_base.h783 struct se_dev_plug { struct
/linux-6.6.21/drivers/target/
Dtarget_core_iblock.h24 struct se_dev_plug se_plug;
Dtarget_core_iblock.c210 static struct se_dev_plug *iblock_plug_device(struct se_device *se_dev) in iblock_plug_device()
228 static void iblock_unplug_device(struct se_dev_plug *se_plug) in iblock_unplug_device()
Dtarget_core_transport.c1877 static struct se_dev_plug *target_plug_device(struct se_device *se_dev) in target_plug_device()
1879 struct se_dev_plug *se_plug; in target_plug_device()
1898 static void target_unplug_device(struct se_dev_plug *se_plug) in target_unplug_device()
1910 struct se_dev_plug *se_plug = NULL; in target_queued_submit_work()
Dtarget_core_user.c116 struct se_dev_plug se_plug;
983 static void tcmu_unplug_device(struct se_dev_plug *se_plug) in tcmu_unplug_device()
992 static struct se_dev_plug *tcmu_plug_device(struct se_device *se_dev) in tcmu_plug_device()