/Linux-v5.15/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 2 node [shape = doublecircle]; running lost; 12 lost; 19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ]; 20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ]; 24 running -> lost [ label = "srp_stop_rport_timers()" ]; 25 running_rta -> lost [ label = "srp_stop_rport_timers()" ];
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer_tracepoint.h | 45 bool lost, u8 event_id, const char *msg), 47 TP_ARGS(tracer, trace_timestamp, lost, event_id, msg), 52 __field(bool, lost) 61 __entry->lost = lost; 69 __entry->lost, __entry->event_id,
|
D | fw_tracer.h | 61 bool lost; member 119 bool lost; member 164 u8 lost[0x1]; member 171 u8 lost[0x1]; member
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | map_perf_ring.c | 50 __u64 lost; member 71 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local 91 jsonw_name(json_wtr, "lost"); in print_bpf_output() 94 jsonw_uint(json_wtr, lost->id); in print_bpf_output() 96 jsonw_uint(json_wtr, lost->lost); in print_bpf_output() 108 printf("lost %lld events\n", lost->lost); in print_bpf_output()
|
/Linux-v5.15/tools/perf/util/ |
D | events_stats.h | 13 * such "chunks" of lost events is stored in .nr_events[PERF_EVENT_LOST] while 14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is 15 * the sum of all struct perf_record_lost.lost fields reported. 18 * PERF_RECORD_LOST_SAMPLES event. The number of lost-samples events is stored 21 * all struct perf_record_lost_samples.lost fields reported.
|
D | top.c | 48 " exact: %4.1f%% lost: %" PRIu64 "/%" PRIu64 " drop: %" PRIu64 "/%" PRIu64 " [", in perf_top__header_snprintf() 50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf() 117 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
|
/Linux-v5.15/net/ipv4/ |
D | tcp_recovery.c | 44 * Marks a packet lost, if some packet sent later has been (s)acked. 57 * When tcp_rack_detect_loss() detects some packets are lost and we 75 /* Skip ones marked lost but not yet retransmitted */ in tcp_rack_detect_loss() 85 /* A packet is lost if it has not been s/acked beyond in tcp_rack_detect_loss() 133 * If the original is lost, there is no ambiguity. Otherwise in tcp_rack_advance() 151 * packets lost and retransmit them. 157 u32 lost = tp->lost; in tcp_rack_reo_timeout() local 165 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
|
D | tcp_rate.c | 110 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 128 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen() 193 /* All lost packets have been retransmitted. */ in tcp_rate_check_app_limited()
|
/Linux-v5.15/Documentation/userspace-api/media/cec/ |
D | cec-ioc-dqevent.rst | 44 the same state). In that case the intermediate state changes were lost but 86 - Set to the number of lost messages since the filehandle was opened 88 filehandle. The messages lost are the oldest messages. So when a 126 - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>` 147 * .. _`CEC-EVENT-LOST-MSGS`: 151 - Generated if one or more CEC messages were lost because the
|
D | cec-pin-error-inj.rst | 47 # any[,<mode>] rx-arb-lost [<poll>] generate a POLL message to trigger an arbitration lost 73 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f) 164 be interpreted as an Arbitration Lost condition by the transmitter. 177 ``<op>[,<mode>] rx-arb-lost <poll>`` 178 Generate a POLL message to trigger an Arbitration Lost condition. 184 This command can be used to test the Arbitration Lost condition in 188 stop transmitting ('Arbitration Lost'). This is very hard to test, 249 because the receiver also looks for an Arbitration Lost condition in 267 because the receiver also looks for an Arbitration Lost condition in 302 positions 0-3 the receiver can interpret this as an Arbitration Lost
|
D | cec-ioc-receive.rst | 177 Arbitration Lost error. This is only set if the hardware supports 179 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 189 Arbitration Lost error. This is only set if the hardware supports 195 Lost or Not Acknowledged. This is only set if the hardware 249 * .. _`CEC-TX-STATUS-ARB-LOST`: 253 - CEC line arbitration was lost, i.e. another transmit started at the
|
/Linux-v5.15/arch/arm/mach-omap2/ |
D | omap-mpuss-lowpower.c | 220 * 0 - Nothing lost and no need to save: MPUSS INACTIVE 221 * 1 - CPUx L1 and logic lost: MPUSS CSWR 222 * 2 - CPUx L1 and logic lost + GIC lost: MPUSS OSWR 223 * 3 - CPUx L1 and logic lost + GIC + L2 lost: DEVICE OFF 249 * doesn't make much scense, since logic is lost and $L1 in omap4_enter_lowpower() 261 * In MPUSS OSWR or device OFF, interrupt controller contest is lost. in omap4_enter_lowpower()
|
D | sleep44xx.S | 46 * 0 - No context lost 47 * 1 - CPUx L1 and logic lost: MPUSS CSWR 48 * 2 - CPUx L1 and logic lost + GIC lost: MPUSS OSWR 49 * 3 - CPUx L1 and logic lost + GIC + L2 lost: MPUSS OFF
|
/Linux-v5.15/Documentation/trace/ |
D | mmiotrace.rst | 44 Check for lost events. 85 $ grep -i lost mydump.txt 87 which tells you exactly how many events were lost, or use:: 91 to view your kernel log and look for "mmiotrace has lost events" warning. If 92 events were lost, the trace is incomplete. You should enlarge the buffers and
|
/Linux-v5.15/Documentation/admin-guide/blockdev/drbd/ |
D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-tmc-etf.c | 52 u32 read_data, lost; in tmc_etb_dump_hw() local 55 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw() 67 if (lost) in tmc_etb_dump_hw() 448 bool lost = false; in tmc_update_etf_buffer() local 484 lost = true; in tmc_update_etf_buffer() 512 lost = true; in tmc_update_etf_buffer() 521 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 533 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
|
D | coresight-etb10.c | 285 bool lost = false; in etb_dump_hw() local 314 lost = true; in etb_dump_hw() 326 if (lost) in etb_dump_hw() 431 bool lost = false; in etb_update_buffer() local 470 lost = true; in etb_update_buffer() 481 lost = true; in etb_update_buffer() 514 lost = true; in etb_update_buffer() 523 if (!buf->snapshot && lost) in etb_update_buffer() 537 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in etb_update_buffer()
|
/Linux-v5.15/Documentation/filesystems/ext4/ |
D | special_inodes.rst | 37 …- Traditional first non-reserved inode. Usually this is the lost+found directory. See s\_first\_in… 51 - Inode number of lost+found directory.
|
/Linux-v5.15/kernel/sched/ |
D | pelt.h | 105 * When rq becomes idle, we have to check if it has lost idle time 125 * steal. This potential idle time is considered as lost in in update_idle_rq_clock_pelt() 126 * this case. We keep track of this lost idle time compare to in update_idle_rq_clock_pelt()
|
/Linux-v5.15/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 114 … r'definitely lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\sblocks', re.MULTILINE | re.DOTALL) 116 … r'indirectly lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 118 r'possibly lost:\s+([,0-9]+)bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL)
|
/Linux-v5.15/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 36 silent data corruption. If a dirty disk of a stripe is lost, no PPL recovery is 38 arbitrary data in the written part of a stripe if that disk is lost. In such
|
/Linux-v5.15/tools/lib/perf/include/perf/ |
D | event.h | 70 __u64 lost; member 75 __u64 lost; member 398 struct perf_record_lost lost; member
|
/Linux-v5.15/Documentation/i2c/ |
D | gpio-fault-injection.rst | 86 Lost arbitration 99 Arbitration lost is achieved by waiting for SCL going down by the master under 103 There doesn't need to be a device at this address because arbitration lost
|
/Linux-v5.15/Documentation/arm/omap/ |
D | omap_pm.rst | 50 5. Return the number of times the device has lost context:: 109 device has lost its internal context. If context has been lost, the
|
/Linux-v5.15/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 68 /* Arbitration lost - core lost arbitration */ 155 /* Arbitration lost! */ in cobalt_tx_bytes() 208 /* Arbitration lost! */ in cobalt_rx_bytes()
|