| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_rate.c | 67 TCP_SKB_CB(skb)->tx.delivered = tp->delivered; in tcp_rate_skb_sent() 88 after(scb->tx.delivered, rs->prior_delivered)) { in tcp_rate_skb_delivered() 89 rs->prior_delivered = scb->tx.delivered; in tcp_rate_skb_delivered() 110 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 117 if (tp->app_limited && after(tp->delivered, tp->app_limited)) in tcp_rate_gen() 124 if (delivered) in tcp_rate_gen() 127 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen() 135 rs->delivered = -1; in tcp_rate_gen() 139 rs->delivered = tp->delivered - rs->prior_delivered; in tcp_rate_gen() 165 rs->interval_us, rs->delivered, in tcp_rate_gen() [all …]
|
| H A D | tcp_bbr.c | 495 bbr->next_rtt_delivered = tp->delivered; /* start round now */ in bbr_set_cwnd_to_recover_or_restore() 540 else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND) in bbr_set_cwnd() 638 bbr->lt_last_delivered = tp->delivered; in bbr_reset_lt_bw_sampling_interval() 689 u32 lost, delivered; in bbr_lt_bw_sampling() local 737 delivered = tp->delivered - bbr->lt_last_delivered; in bbr_lt_bw_sampling() 739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling() 752 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling() 765 if (rs->delivered < 0 || rs->interval_us <= 0) in bbr_update_bw() 770 bbr->next_rtt_delivered = tp->delivered; in bbr_update_bw() 782 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw() [all …]
|
| H A D | tcp_dctcp.c | 71 ca->old_delivered = tp->delivered; in dctcp_reset() 125 u32 delivered = tp->delivered - ca->old_delivered; in dctcp_update_alpha() local 131 delivered_ce /= max(1U, delivered); in dctcp_update_alpha() 200 (tp->delivered - ca->old_delivered); in dctcp_get_info()
|
| H A D | tcp_input.c | 1095 static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered, in tcp_count_delivered() argument 1098 tp->delivered += delivered; in tcp_count_delivered() 1100 tp->delivered_ce += delivered; in tcp_count_delivered() 2029 s32 delivered; in tcp_add_reno_sack() local 2033 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack() 2034 if (delivered > 0) in tcp_add_reno_sack() 2035 tcp_count_delivered(tp, delivered, ece_ack); in tcp_add_reno_sack() 3327 sack->rate->prior_delivered + 1 == tp->delivered && in tcp_clean_rtx_queue() 3718 u32 delivered; in tcp_newly_delivered() local 3720 delivered = tp->delivered - prior_delivered; in tcp_newly_delivered() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_rtt.c | 9 __u32 delivered; member 47 __u32 dsack_dups, __u32 delivered, __u32 delivered_ce, in verify_sk() argument 70 if (val.delivered != delivered) { in verify_sk() 72 msg, val.delivered, delivered); in verify_sk()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_rtt.c | 11 __u32 delivered; member 55 storage->delivered = tcp_sk->delivered; in _sockops()
|
| H A D | bpf_dctcp.c | 49 ca->old_delivered = tp->delivered; in dctcp_reset() 98 __u32 delivered = tp->delivered - ca->old_delivered; in BPF_PROG() local 104 delivered_ce /= max(1U, delivered); in BPF_PROG()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-imx-lpi2c.c | 103 unsigned int delivered; member 343 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_set_rx_watermark() 360 if (lpi2c_imx->delivered == lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 363 data = lpi2c_imx->tx_buf[lpi2c_imx->delivered++]; in lpi2c_imx_write_txfifo() 368 if (lpi2c_imx->delivered < lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 384 lpi2c_imx->rx_buf[lpi2c_imx->delivered++] = data & 0xff; in lpi2c_imx_read_rxfifo() 396 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_read_rxfifo() 412 } else if (!(lpi2c_imx->delivered & 0xff)) { in lpi2c_imx_read_rxfifo() 465 lpi2c_imx->delivered = 0; in lpi2c_imx_xfer()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/ |
| H A D | cppc_sysfs.rst | 13 to request performance levels and to measure per-cpu delivered performance. 51 * feedback_ctrs : Includes both Reference and delivered performance counter. 53 Delivered counter ticks up proportional to processor's delivered performance. 63 Below describes the steps to compute the average performance delivered by
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | groff-not-search-fonts-on-build-host.patch | 25 …e/fonts/type1/gsfonts :/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript… 26 +foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different)
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_forward.c | 302 goto delivered; in br_multicast_flood() 307 goto delivered; in br_multicast_flood() 315 delivered: in br_multicast_flood()
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/Documentation/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.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_tcp_helpers.h | 60 __u32 delivered; member 132 __s32 delivered; /* number of packets delivered over interval */ member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | cppc_acpi.c | 166 fb_ctrs.reference, fb_ctrs.delivered); in show_feedback_ctrs() 1170 u64 delivered, reference, ref_perf, ctr_wrap_time; in cppc_get_perf_ctrs() local 1207 cpc_read(cpunum, delivered_reg, &delivered); in cppc_get_perf_ctrs() 1220 if (!delivered || !reference || !ref_perf) { in cppc_get_perf_ctrs() 1225 perf_fb_ctrs->delivered = delivered; in cppc_get_perf_ctrs()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tcp_dumpstats_kern.c | 63 tcp_sk->dsack_dups, tcp_sk->delivered); in _sockops()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/optee-benchmark/ |
| H A D | Config.in | 12 invoking OP-TEE. OP-TEE benchmark is a component delivered
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 9 delivered locally. 49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
|
| /OK3568_Linux_fs/buildroot/package/optee-examples/ |
| H A D | Config.in | 13 component delivered by the OP-TEE project.
|