/openbmc/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 | 497 bbr->next_rtt_delivered = tp->delivered; /* start round now */ in bbr_set_cwnd_to_recover_or_restore() 542 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd() 640 bbr->lt_last_delivered = tp->delivered; in bbr_reset_lt_bw_sampling_interval() 691 u32 lost, delivered; in bbr_lt_bw_sampling() local 739 delivered = tp->delivered - bbr->lt_last_delivered; in bbr_lt_bw_sampling() 741 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling() 754 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling() 767 if (rs->delivered < 0 || rs->interval_us <= 0) in bbr_update_bw() 772 bbr->next_rtt_delivered = tp->delivered; in bbr_update_bw() 784 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 11 __u32 delivered; member 48 __u32 dsack_dups, __u32 delivered, __u32 delivered_ce, in verify_sk() argument 69 if (val.delivered != delivered) { in verify_sk() 71 msg, val.delivered, delivered); in verify_sk()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_rtt.c | 10 __u32 delivered; member 54 storage->delivered = tcp_sk->delivered; in _sockops()
|
H A D | bpf_dctcp.c | 56 ca->old_delivered = tp->delivered; in dctcp_reset() 132 __u32 delivered = tp->delivered - ca->old_delivered; in BPF_PROG() local 138 delivered_ce /= max(1U, delivered); in BPF_PROG()
|
H A D | tcp_ca_write_sk_pacing.c | 49 tp->app_limited = (tp->delivered + tcp_packets_in_flight(tp)) ?: 1; in BPF_PROG()
|
/openbmc/qemu/hw/intc/ |
H A D | kvm_irqcount.c | 24 void kvm_report_irq_delivered(int delivered) in kvm_report_irq_delivered() argument 26 kvm_irq_delivered += delivered; in kvm_report_irq_delivered()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-imx-lpi2c.c | 104 unsigned int delivered; member 345 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_set_rx_watermark() 362 if (lpi2c_imx->delivered == lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 365 data = lpi2c_imx->tx_buf[lpi2c_imx->delivered++]; in lpi2c_imx_write_txfifo() 370 if (lpi2c_imx->delivered < lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 386 lpi2c_imx->rx_buf[lpi2c_imx->delivered++] = data & 0xff; in lpi2c_imx_read_rxfifo() 398 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_read_rxfifo() 414 } else if (!(lpi2c_imx->delivered & 0xff)) { in lpi2c_imx_read_rxfifo() 469 lpi2c_imx->delivered = 0; in lpi2c_imx_xfer()
|
/openbmc/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
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | ioapic.c | 115 int delivered; in kvm_ioapic_set_irq() local 118 delivered = kvm_set_irq(kvm_state, s->kvm_gsi_base + irq, level); in kvm_ioapic_set_irq() 119 kvm_report_irq_delivered(delivered); in kvm_ioapic_set_irq()
|
H A D | i8259.c | 116 int delivered; in kvm_pic_set_irq() local 119 delivered = kvm_set_irq(kvm_state, irq, level); in kvm_pic_set_irq() 120 kvm_report_irq_delivered(delivered); in kvm_pic_set_irq()
|
/openbmc/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
|
/openbmc/linux/Documentation/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.
|
/openbmc/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 */ 213 cpl == 0. Bit 2 is 1 if asynchronous page faults are delivered to L1 as 219 'Page not present' events are currently always delivered as synthetic 229 next event can be delivered. 237 of these bytes is a token which was previously delivered as 'page not 249 Note, previously, 'page ready' events were delivered via the same #PF 251 bit 3 (interrupt based delivery) is not set APF events are not delivered. 254 not be delivered. 256 Currently 'page ready' APF events will be always delivered on the
|
/openbmc/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
|
/openbmc/qemu/include/hw/intc/ |
H A D | kvm_irqcount.h | 6 void kvm_report_irq_delivered(int delivered);
|
/openbmc/linux/net/bridge/ |
H A D | br_forward.c | 321 goto delivered; in br_multicast_flood() 326 goto delivered; in br_multicast_flood() 334 delivered: in br_multicast_flood()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 65 - int delivered : 1; 70 + unsigned int delivered : 1;
|
/openbmc/linux/Documentation/core-api/irq/ |
H A D | irq-affinity.rst | 41 As can be seen from the line above IRQ44 was delivered only to the first four 60 This time around IRQ44 was delivered only to the last four processors.
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 70 __u32 delivered; member 143 __s32 delivered; /* number of packets delivered over interval */ member
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | mca.rst | 35 * Because MCA/INIT can be delivered at any time, including when the cpu 129 * x86 NMI typically gets delivered to one cpu. MCA/INIT gets sent to 150 What happens when MCA/INIT is delivered what a cpu is running user 167 was delivered? 182 delivered? 198 delivered.
|
/openbmc/linux/samples/bpf/ |
H A D | tcp_dumpstats_kern.c | 63 tcp_sk->dsack_dups, tcp_sk->delivered); in _sockops()
|
/openbmc/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
|
/openbmc/u-boot/board/freescale/mx35pdk/ |
H A D | README | 10 The board is usually delivered with redboot. This howto explains how to boot 13 The board is delivered with Redboot on the NAND flash. It is possible to
|