Searched refs:dend (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio_copy.c | 79 void __iomem *dend; /* 8-byte data end */ in pio_copy() local 86 dend = dest + ((count>>1) * sizeof(u64)); in pio_copy() 88 if (dend < send) { in pio_copy() 92 while (dest < dend) { in pio_copy() 115 dend -= SOP_DISTANCE; in pio_copy() 126 if (pbuf->end <= dend) { in pio_copy() 134 dend -= pbuf->size; in pio_copy() 138 while (dest < dend) { in pio_copy() 459 void __iomem *dend; /* 8-byte data end */ in seg_pio_copy_start() local 465 dend = dest + ((nbytes>>3) * sizeof(u64)); in seg_pio_copy_start() [all …]
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 537 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-4.4.14/arch/powerpc/platforms/powermac/ |
D | time.c | 263 unsigned int dstart, dend; in via_calibrate_decr() local 297 dend = get_dec(); in via_calibrate_decr() 299 ppc_tb_freq = (dstart - dend) * 100 / 6; in via_calibrate_decr()
|
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 147 void *dp, *dend; in process_one_ticket() local 185 dend = dp + dlen; in process_one_ticket() 192 ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); in process_one_ticket()
|