| /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 | fib_lookup.c | 37 int delivered = 0; variable 75 delivered++; in xdp_count()
|
| 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/ipv4/ |
| H A D | tcp_input.c | 483 static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered, in tcp_count_delivered() argument 486 WRITE_ONCE(tp->delivered, tp->delivered + delivered); in tcp_count_delivered() 488 tcp_count_delivered_ce(tp, delivered); in tcp_count_delivered() 1724 static void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 1731 if (tp->app_limited && after(tp->delivered, tp->app_limited)) in tcp_rate_gen() 1738 if (delivered) in tcp_rate_gen() 1741 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen() 1749 rs->delivered = -1; in tcp_rate_gen() 1753 rs->delivered = tp->delivered - rs->prior_delivered; in tcp_rate_gen() 1783 rs->interval_us, rs->delivered, in tcp_rate_gen() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-imx-lpi2c.c | 187 unsigned int delivered; member 448 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_set_rx_watermark() 465 if (lpi2c_imx->delivered == lpi2c_imx->msglen) in lpi2c_imx_write_txfifo() 468 data = lpi2c_imx->tx_buf[lpi2c_imx->delivered++]; in lpi2c_imx_write_txfifo() 473 if (lpi2c_imx->delivered < lpi2c_imx->msglen) { in lpi2c_imx_write_txfifo() 495 lpi2c_imx->rx_buf[lpi2c_imx->delivered++] = data & 0xff; in lpi2c_imx_read_rxfifo() 498 remaining = lpi2c_imx->msglen - lpi2c_imx->delivered; in lpi2c_imx_read_rxfifo() 510 if (!(lpi2c_imx->delivered & 0xff)) { in lpi2c_imx_read_rxfifo() 553 lpi2c_imx->rx_buf[lpi2c_imx->delivered++] = data & 0xff; in lpi2c_SMBus_block_read_length_byte() 1131 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/drivers/acpi/ |
| H A D | cppc_acpi.c | 281 fb_ctrs.reference, fb_ctrs.delivered); in show_feedback_ctrs() 1625 u64 *delivered, u64 *reference) in cppc_read_fb_ctrs() argument 1636 &delivered_reg->cpc_entry.reg, delivered, in cppc_read_fb_ctrs() 1642 ret = cpc_read(cpunum, delivered_reg, delivered); in cppc_read_fb_ctrs() 1685 u64 delivered, reference, ctr_wrap_time; in cppc_get_perf_ctrs() local 1715 &delivered, &reference); in cppc_get_perf_ctrs() 1731 if (!delivered || !reference) { in cppc_get_perf_ctrs() 1736 perf_fb_ctrs->delivered = delivered; in cppc_get_perf_ctrs()
|
| /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/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
|
| H A D | armada-xp-db-dxbc2.dts | 13 * boards were delivered with an older version of the bootloader that
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | acpi-lid.rst | 103 ensure that the reliable "closed" notifications can always be delivered 106 notifications can be delivered to the userspace when the lid is actually
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | Kconfig | 52 messages and commands are delivered to using individually
|