Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/alchemy/common/
H A Ddbdma.c259 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local
274 dtp = find_dbdev_id(destid); in au1xxx_dbdma_chan_alloc()
275 if (dtp == NULL) in au1xxx_dbdma_chan_alloc()
286 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc()
287 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc()
289 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
326 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc()
336 if (dtp->dev_intlevel) in au1xxx_dbdma_chan_alloc()
338 if (dtp->dev_intpolarity) in au1xxx_dbdma_chan_alloc()
341 (dtp in au1xxx_dbdma_chan_alloc()
369 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_set_devwidth() local
397 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_ring_alloc() local
844 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_chan_free() local
893 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_dump() local
[all...]
/kernel/linux/linux-6.6/arch/mips/alchemy/common/
H A Ddbdma.c260 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local
275 dtp = find_dbdev_id(destid); in au1xxx_dbdma_chan_alloc()
276 if (dtp == NULL) in au1xxx_dbdma_chan_alloc()
287 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc()
288 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc()
290 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
327 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc()
337 if (dtp->dev_intlevel) in au1xxx_dbdma_chan_alloc()
339 if (dtp->dev_intpolarity) in au1xxx_dbdma_chan_alloc()
342 (dtp in au1xxx_dbdma_chan_alloc()
370 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_set_devwidth() local
398 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_ring_alloc() local
847 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_chan_free() local
896 dbdev_tab_t *stp, *dtp; au1xxx_dbdma_dump() local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dataflop.c1567 struct atari_disk_type *dtp; in fd_locked_ioctl() local
1581 dtp = &atari_disk_type[type]; in fd_locked_ioctl()
1583 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n", in fd_locked_ioctl()
1584 drive, dtp, dtp->name); in fd_locked_ioctl()
1590 dtp = UDT; in fd_locked_ioctl()
1593 getprm.size = dtp->blocks; in fd_locked_ioctl()
1594 getprm.sect = dtp->spt; in fd_locked_ioctl()
1596 getprm.track = dtp->blocks/dtp in fd_locked_ioctl()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dataflop.c1592 struct atari_disk_type *dtp; in fd_locked_ioctl() local
1606 dtp = &atari_disk_type[type]; in fd_locked_ioctl()
1608 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n", in fd_locked_ioctl()
1609 drive, dtp, dtp->name); in fd_locked_ioctl()
1615 dtp = UDT; in fd_locked_ioctl()
1618 getprm.size = dtp->blocks; in fd_locked_ioctl()
1619 getprm.sect = dtp->spt; in fd_locked_ioctl()
1621 getprm.track = dtp->blocks/dtp in fd_locked_ioctl()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c150 struct lpfc_debugfs_trc *dtp; in lpfc_debugfs_disc_trc_data() local
164 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data()
165 if (!dtp->fmt) in lpfc_debugfs_disc_trc_data()
167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
170 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data()
172 dtp->data1, dtp->data2, dtp->data3); in lpfc_debugfs_disc_trc_data()
175 dtp in lpfc_debugfs_disc_trc_data()
216 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_slow_ring_trc_data() local
1596 struct lpfc_debugfs_nvmeio_trc *dtp; lpfc_debugfs_nvmeio_trc_data() local
1827 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_disc_trc() local
1868 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_slow_ring_trc() local
1906 struct lpfc_debugfs_nvmeio_trc *dtp; lpfc_debugfs_nvme_trc() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c150 struct lpfc_debugfs_trc *dtp; in lpfc_debugfs_disc_trc_data() local
164 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data()
165 if (!dtp->fmt) in lpfc_debugfs_disc_trc_data()
167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
170 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data()
172 dtp->data1, dtp->data2, dtp->data3); in lpfc_debugfs_disc_trc_data()
175 dtp in lpfc_debugfs_disc_trc_data()
216 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_slow_ring_trc_data() local
1594 struct lpfc_debugfs_nvmeio_trc *dtp; lpfc_debugfs_nvmeio_trc_data() local
1825 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_disc_trc() local
1866 struct lpfc_debugfs_trc *dtp; lpfc_debugfs_slow_ring_trc() local
1904 struct lpfc_debugfs_nvmeio_trc *dtp; lpfc_debugfs_nvme_trc() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.h44 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
H A Dxfs_defer.c597 struct xfs_trans *dtp, in xfs_defer_move()
600 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
608 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
596 xfs_defer_move( struct xfs_trans *dtp, struct xfs_trans *stp) xfs_defer_move() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.h45 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
H A Dxfs_defer.c675 struct xfs_trans *dtp, in xfs_defer_move()
678 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
686 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
674 xfs_defer_move( struct xfs_trans *dtp, struct xfs_trans *stp) xfs_defer_move() argument
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c105 static int dbInitTree(struct dmaptree * dtp);
3934 static int dbInitTree(struct dmaptree * dtp) in dbInitTree() argument
3940 tp = dtp->stree; in dbInitTree()
3943 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin; in dbInitTree()
3959 for (l2free = dtp->budmin, bsize = 1; l2free < l2max; in dbInitTree()
3965 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx); in dbInitTree()
3966 i < le32_to_cpu(dtp->nleafs); in dbInitTree()
3986 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree()
3987 nparent = le32_to_cpu(dtp in dbInitTree()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c105 static int dbInitTree(struct dmaptree * dtp);
3870 static int dbInitTree(struct dmaptree * dtp) in dbInitTree() argument
3876 tp = dtp->stree; in dbInitTree()
3879 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin; in dbInitTree()
3895 for (l2free = dtp->budmin, bsize = 1; l2free < l2max; in dbInitTree()
3901 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx); in dbInitTree()
3902 i < le32_to_cpu(dtp->nleafs); in dbInitTree()
3922 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree()
3923 nparent = le32_to_cpu(dtp in dbInitTree()
[all...]

Completed in 23 milliseconds