Searched refs:sent_at (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 86 unsigned long sent_at; /* buffer is sent when <= free */ member
|
H A D | pio.c | 1507 * The only necessary piece is the sent_at field. The credits in sc_buffer_alloc() 1513 pbuf->sent_at = sc->fill; in sc_buffer_alloc() 1729 if (sent_before(free, pbuf->sent_at)) { in sc_release_update()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 44 unsigned long sent_at; /* buffer is sent when <= free */ member
|
H A D | pio.c | 1465 * The only necessary piece is the sent_at field. The credits in sc_buffer_alloc() 1471 pbuf->sent_at = sc->fill; in sc_buffer_alloc() 1687 if (sent_before(free, pbuf->sent_at)) { in sc_release_update()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | input.c | 630 ktime_t sent_at; in rxrpc_complete_rtt_probe() local 641 sent_at = call->rtt_sent_at[i]; in rxrpc_complete_rtt_probe() 650 sent_at, resp_time); in rxrpc_complete_rtt_probe()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | input.c | 631 ktime_t sent_at; in rxrpc_complete_rtt_probe() local 642 sent_at = call->rtt_sent_at[i]; in rxrpc_complete_rtt_probe() 650 sent_at, resp_time); in rxrpc_complete_rtt_probe()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 383 unsigned long sent_at; member 618 unsigned long sent_at; member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 387 unsigned long sent_at; member 624 unsigned long sent_at; member
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | output.c | 326 chunk->sent_at = jiffies; in __sctp_packet_append_chunk()
|
H A D | outqueue.c | 1475 rtt = jiffies - tchunk->sent_at; in sctp_check_transmitted()
|
H A D | sm_sideeffect.c | 785 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
|
H A D | sm_statefuns.c | 1252 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3() 1253 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()
|
H A D | sm_make_chunk.c | 1161 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | output.c | 352 chunk->sent_at = jiffies; in __sctp_packet_append_chunk()
|
H A D | outqueue.c | 1501 rtt = jiffies - tchunk->sent_at; in sctp_check_transmitted()
|
H A D | sm_sideeffect.c | 817 sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at)); in sctp_cmd_transport_on()
|
H A D | sm_statefuns.c | 1301 if (time_after(hbinfo->sent_at, jiffies) || in sctp_sf_backbeat_8_3() 1302 time_after(jiffies, hbinfo->sent_at + max_interval)) { in sctp_sf_backbeat_8_3()
|
H A D | sm_make_chunk.c | 1178 hbinfo.sent_at = jiffies; in sctp_make_heartbeat()
|
Completed in 51 milliseconds