Searched refs:dtp (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c260 dbdev_tab_t *stp, *dtp; local
275 dtp = find_dbdev_id(destid);
276 if (dtp == NULL)
287 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) ||
288 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) {
290 dtp->dev_flags |= DEV_FLAGS_INUSE;
327 ctp->chan_dest = dtp;
337 if (dtp->dev_intlevel)
339 if (dtp->dev_intpolarity)
342 (dtp
370 dbdev_tab_t *stp, *dtp; local
398 dbdev_tab_t *stp, *dtp; local
847 dbdev_tab_t *stp, *dtp; local
896 dbdev_tab_t *stp, *dtp; local
[all...]
/linux-master/drivers/block/
H A Dataflop.c1592 struct atari_disk_type *dtp; local
1606 dtp = &atari_disk_type[type];
1608 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n",
1609 drive, dtp, dtp->name);
1615 dtp = UDT;
1618 getprm.size = dtp->blocks;
1619 getprm.sect = dtp->spt;
1621 getprm.track = dtp->blocks/dtp
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c150 struct lpfc_debugfs_trc *dtp; local
164 dtp = vport->disc_trc + i;
165 if (!dtp->fmt)
167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
170 dtp->seq_cnt, ms, dtp->fmt);
172 dtp->data1, dtp->data2, dtp->data3);
175 dtp
216 struct lpfc_debugfs_trc *dtp; local
1592 struct lpfc_debugfs_nvmeio_trc *dtp; local
1823 struct lpfc_debugfs_trc *dtp; local
1864 struct lpfc_debugfs_trc *dtp; local
1902 struct lpfc_debugfs_nvmeio_trc *dtp; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h46 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
H A Dxfs_defer.c930 struct xfs_trans *dtp,
933 list_splice_init(&stp->t_dfops, &dtp->t_dfops);
941 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE);
929 xfs_defer_move( struct xfs_trans *dtp, struct xfs_trans *stp) argument
/linux-master/fs/jfs/
H A Djfs_dmap.c105 static int dbInitTree(struct dmaptree * dtp);
3870 static int dbInitTree(struct dmaptree * dtp) argument
3876 tp = dtp->stree;
3879 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
3895 for (l2free = dtp->budmin, bsize = 1; l2free < l2max;
3901 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx);
3902 i < le32_to_cpu(dtp->nleafs);
3922 for (child = le32_to_cpu(dtp->leafidx),
3923 nparent = le32_to_cpu(dtp
[all...]

Completed in 217 milliseconds