Searched refs:dmp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/jfs/ |
D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 1044 amp = bmp = cmp = dmp = NULL; in diFree() 1125 diIAGRead(imap, inofreeback, &dmp))) in diFree() 1127 diagp = (struct iag *) dmp->data; in diFree() 1237 if (dmp) in diFree() 1238 write_metapage(dmp); in diFree() 1299 if (dmp) in diFree() 1300 release_metapage(dmp); in diFree() 2174 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local 2287 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | berlin2q-marvell-dmp.dts | 16 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
D | Makefile | 80 berlin2q-marvell-dmp.dtb
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2766 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2780 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2781 if (!dmp) in diag_cmd_data_alloc() 2784 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2788 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2790 mlist = dmp; in diag_cmd_data_alloc() 2793 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2795 &(dmp->dma.phys), in diag_cmd_data_alloc() 2798 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2801 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 6664 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6670 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 2720 0 = /dev/vx/dmp/* First multipath device 2721 1 = /dev/vx/dmp/* Second multipath device
|