| /linux/net/ipv4/ |
| H A D | tcp_rate.c | 67 TCP_SKB_CB(skb)->tx.delivered = tp->delivered; in tcp_rate_skb_sent() 95 rs->prior_delivered = scb->tx.delivered; in tcp_rate_skb_delivered() 117 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 124 if (tp->app_limited && after(tp->delivered, tp->app_limited)) in tcp_rate_gen() 131 if (delivered) in tcp_rate_gen() 134 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen() 142 rs->delivered = -1; in tcp_rate_gen() 146 rs->delivered = tp->delivered - rs->prior_delivered; in tcp_rate_gen() 176 rs->interval_us, rs->delivered, in tcp_rate_gen() 185 ((u64)rs->delivered * tp->rate_interval_us >= in tcp_rate_gen() [all …]
|
| H A D | tcp_dctcp.c | 85 ca->old_delivered = tp->delivered; in dctcp_reset() 134 u32 delivered = tp->delivered - ca->old_delivered; in dctcp_update_alpha() local 139 if (delivered > 0) { in dctcp_update_alpha() 147 ce_ratio = (delivered_ce << TCP_PLB_SCALE) / delivered; in dctcp_update_alpha() 161 delivered_ce /= max(1U, delivered); in dctcp_update_alpha() 234 (tp->delivered - ca->old_delivered); in dctcp_get_info()
|
| H A D | tcp_bbr.c | 498 bbr->next_rtt_delivered = tp->delivered; /* start round now */ in bbr_set_cwnd_to_recover_or_restore() 543 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd() 641 bbr->lt_last_delivered = tp->delivered; in bbr_reset_lt_bw_sampling_interval() 692 u32 lost, delivered; in bbr_lt_bw_sampling() local 740 delivered = tp->delivered - bbr->lt_last_delivered; in bbr_lt_bw_sampling() 742 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling() 755 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling() 768 if (rs->delivered < 0 || rs->interval_us <= 0) in bbr_update_bw() 773 bbr->next_rtt_delivered = tp->delivered; in bbr_update_bw() 785 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw() [all …]
|
| H A D | tcp_input.c | 483 static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered, in tcp_count_delivered() argument 486 tp->delivered += delivered; in tcp_count_delivered() 488 tcp_count_delivered_ce(tp, delivered); in tcp_count_delivered() 2252 s32 delivered; in tcp_add_reno_sack() local 2256 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack() 2257 if (delivered > 0) in tcp_add_reno_sack() 2258 tcp_count_delivered(tp, delivered, ece_ack); in tcp_add_reno_sack() 3515 sack->rate->prior_delivered + 1 == tp->delivered && in tcp_clean_rtx_queue() 3573 (tp->delivered - sack->rate->prior_delivered); in tcp_clean_rtx_queue() 3984 u32 delivered; in tcp_newly_delivered() local [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_rtt.c | 11 __u32 delivered; member 51 __u32 dsack_dups, __u32 delivered, __u32 delivered_ce, in verify_sk() argument 72 if (val.delivered != delivered) { in verify_sk() 74 msg, val.delivered, delivered); in verify_sk()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_rtt.c | 10 __u32 delivered; member 57 storage->delivered = tcp_sk->delivered; in _sockops()
|
| H A D | bpf_dctcp.c | 57 ca->old_delivered = tp->delivered; 133 __u32 delivered = tp->delivered - ca->old_delivered; in BPF_PROG() 139 delivered_ce /= max(1U, delivered); in BPF_PROG() local
|
| H A D | tcp_ca_write_sk_pacing.c | 41 tp->app_limited = (tp->delivered + tcp_packets_in_flight(tp)) ?: 1; in BPF_PROG()
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | cppc_sysfs.rst | 15 to request performance levels and to measure per-cpu delivered performance. 53 * feedback_ctrs : Includes both Reference and delivered performance counter. 55 Delivered counter ticks up proportional to processor's delivered performance. 65 Below describes the steps to compute the average performance delivered by
|
| /linux/Documentation/fb/ |
| H A D | metronomefb.rst | 16 which is then delivered to the AMLCD interface by a host specific method. 23 Metronomefb requires waveform information which is delivered via the AMLCD 25 be delivered from userspace via the firmware class interface. The waveform file
|
| /linux/Documentation/arch/powerpc/ |
| H A D | pmu-ebb.rst | 29 When a PMU EBB occurs it is delivered to the currently running process. As such 35 EBBs will ever be delivered. 40 delivered to the first process. It's not clear if this is actually useful. 43 When the PMU is configured for EBBs, all PMU interrupts are delivered to the 110 meaningless. Because interrupts are being delivered to the user process the 119 no further PMU EBBs will be delivered.
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | msr.rst | 200 /* Used for 'page not present' events delivered via #PF */ 203 /* Used for 'page ready' events delivered via interrupt notification */ 212 cpl == 0. Bit 2 is 1 if asynchronous page faults are delivered to L1 as 218 'Page not present' events are currently always delivered as synthetic 228 next event can be delivered. 236 of these bytes is a token which was previously delivered in CR2 as 248 Note, previously, 'page ready' events were delivered via the same #PF 250 bit 3 (interrupt based delivery) is not set APF events are not delivered. 253 not be delivered. 255 Currently 'page ready' APF events will be always delivered on the
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 58 delivered, and 255 is the lowest priority. 75 priority of 255 will never be delivered. 84 This bit is set to 1 if the interrupt is masked (cannot be delivered
|
| /linux/net/bridge/ |
| H A D | br_forward.c | 327 goto delivered; in br_multicast_flood() 332 goto delivered; in br_multicast_flood() 343 delivered: in br_multicast_flood()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-imx-lpi2c.c | 179 unsigned int delivered; member 425 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_set_rx_watermark() 442 if (lpi2c_imx->delivered == lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 445 data = lpi2c_imx->tx_buf[lpi2c_imx->delivered++]; in lpi2c_imx_write_txfifo() 450 if (lpi2c_imx->delivered < lpi2c_imx->msglen) { in lpi2c_imx_write_txfifo() 472 lpi2c_imx->rx_buf[lpi2c_imx->delivered++] = data & 0xff; in lpi2c_imx_read_rxfifo() 484 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_read_rxfifo() 501 } else if (!(lpi2c_imx->delivered & 0xff)) { in lpi2c_imx_read_rxfifo() 1044 lpi2c_imx->delivered = 0; in lpi2c_imx_xfer_common()
|
| /linux/samples/bpf/ |
| H A D | tcp_dumpstats_kern.c | 63 tcp_sk->dsack_dups, tcp_sk->delivered); in _sockops()
|
| /linux/Documentation/filesystems/ |
| H A D | dnotify.rst | 13 being delivered using signals. 32 By default, SIGIO will be delivered to the process and no other useful
|
| /linux/Documentation/tee/ |
| H A D | op-tee.rst | 77 1. Synchronous notifications delivered with ``OPTEE_RPC_CMD_NOTIFICATION`` 79 2. Asynchronous notifications delivered with a combination of a non-secure 88 An asynchronous notification is delivered via a non-secure edge-triggered
|
| /linux/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 9 delivered locally. 49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 52 // remaining packets are delivered at a constant rate.
|
| /linux/Documentation/networking/ |
| H A D | strparser.rst | 21 callback of a TCP socket. Messages are parsed and delivered as they are 25 outside source. Message are parsed and delivered as the sequence is 57 and no new messages are delivered to the upper layer.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-crs328-4c-20s-4s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|
| H A D | armada-xp-crs305-1g-4s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|
| H A D | armada-xp-db-xc3-24g4xg.dts | 13 * boards were delivered with an older version of the bootloader that
|
| H A D | armada-xp-crs326-24g-2s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|