Home
last modified time | relevance | path

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

/linux/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/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/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()

Completed in 10 milliseconds