Home
last modified time | relevance | path

Searched refs:ibd_plug (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/target/
Dtarget_core_iblock.h37 struct iblock_dev_plug *ibd_plug; member
Dtarget_core_iblock.c68 ib_dev->ibd_plug = kcalloc(nr_cpu_ids, sizeof(*ib_dev->ibd_plug), in iblock_alloc_device()
70 if (!ib_dev->ibd_plug) in iblock_alloc_device()
198 kfree(ib_dev->ibd_plug); in iblock_dev_call_rcu()
226 ib_dev_plug = &ib_dev->ibd_plug[raw_smp_processor_id()]; in iblock_plug_device()