Home
last modified time | relevance | path

Searched refs:dend (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio_copy.c76 void __iomem *dend; /* 8-byte data end */ in pio_copy() local
83 dend = dest + ((count >> 1) * sizeof(u64)); in pio_copy()
85 if (dend < send) { in pio_copy()
91 while (dest < dend) { in pio_copy()
114 dend -= SOP_DISTANCE; in pio_copy()
125 if (pbuf->end <= dend) { in pio_copy()
133 dend -= pbuf->sc->size; in pio_copy()
137 while (dest < dend) { in pio_copy()
309 void __iomem *dend; /* 8-byte data end */ in seg_pio_copy_start() local
315 dend = dest + ((nbytes >> 3) * sizeof(u64)); in seg_pio_copy_start()
[all …]
/Linux-v4.19/fs/ntfs/
Drunlist.c537 int dend, send; /* Last index into @[ds]rl. */ in ntfs_runlists_merge() local
562 for (dend = 0; likely(drl[dend].length); dend++) in ntfs_runlists_merge()
564 dend++; in ntfs_runlists_merge()
565 drl = ntfs_rl_realloc(drl, dend, dend + 1); in ntfs_runlists_merge()
569 ntfs_rl_mm(drl, 1, 0, dend); in ntfs_runlists_merge()
610 for (dend = di; drl[dend].length; dend++) in ntfs_runlists_merge()
619 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge()
625 int ds = dend + 1; /* Number of elements in drl & srl */ in ntfs_runlists_merge()
640 ntfs_debug("dfinal = %i, dend = %i", dfinal, dend); in ntfs_runlists_merge()
663 for (ds = dend; drl[ds].length; ds++) in ntfs_runlists_merge()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dtime.c259 unsigned int dstart, dend; in via_calibrate_decr() local
293 dend = get_dec(); in via_calibrate_decr()
295 ppc_tb_freq = (dstart - dend) * 100 / 6; in via_calibrate_decr()
/Linux-v4.19/net/ceph/
Dauth_x.c165 void *dp, *dend; in process_one_ticket() local
198 dend = dp + ret; in process_one_ticket()
204 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in process_one_ticket()