Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpio_copy.c44 if (dend < send) { in pio_copy()
50 while (dest < dend) { in pio_copy()
73 dend -= SOP_DISTANCE; in pio_copy()
84 if (pbuf->end <= dend) { in pio_copy()
96 while (dest < dend) { in pio_copy()
275 if (dend < send) { in seg_pio_copy_start()
281 while (dest < dend) { in seg_pio_copy_start()
304 dend -= SOP_DISTANCE; in seg_pio_copy_start()
327 while (dest < dend) { in seg_pio_copy_start()
424 while (dest < dend) { in mid_copy_mix()
[all …]
/linux-6.3-rc2/net/ceph/
A Dauth_x.c168 void *dp, *dend; in process_one_ticket() local
201 dend = dp + ret; in process_one_ticket()
203 ceph_decode_8_safe(&dp, dend, tkt_struct_v, bad); in process_one_ticket()
607 void *dp, *dend; in handle_auth_session_key() local
642 dend = dp + ret; in handle_auth_session_key()
796 void *dp, *dend; in decrypt_authorizer_challenge() local
806 dend = dp + ret; in decrypt_authorizer_challenge()
808 ceph_decode_skip_8(&dp, dend, e_inval); /* struct_v */ in decrypt_authorizer_challenge()
848 void *dp, *dend; in decrypt_authorizer_reply() local
858 dend = dp + ret; in decrypt_authorizer_reply()
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dtime.c172 unsigned int dstart, dend; in via_calibrate_decr() local
206 dend = get_dec(); in via_calibrate_decr()
208 ppc_tb_freq = (dstart - dend) * 100 / 6; in via_calibrate_decr()
/linux-6.3-rc2/fs/ntfs/
A Drunlist.c523 int dend, send; /* Last index into @[ds]rl. */ in ntfs_runlists_merge() local
548 for (dend = 0; likely(drl[dend].length); dend++) in ntfs_runlists_merge()
550 dend++; in ntfs_runlists_merge()
551 drl = ntfs_rl_realloc(drl, dend, dend + 1); in ntfs_runlists_merge()
555 ntfs_rl_mm(drl, 1, 0, dend); in ntfs_runlists_merge()
596 for (dend = di; drl[dend].length; dend++) in ntfs_runlists_merge()
605 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge()
611 int ds = dend + 1; /* Number of elements in drl & srl */ in ntfs_runlists_merge()
626 ntfs_debug("dfinal = %i, dend = %i", dfinal, dend); in ntfs_runlists_merge()
649 for (ds = dend; drl[ds].length; ds++) in ntfs_runlists_merge()

Completed in 16 milliseconds