| /kernel/linux/linux-5.10/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()" ];
|
| /kernel/linux/linux-6.6/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()" ];
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| D | map_perf_ring.c | 42 __u64 lost; member 63 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local 83 jsonw_name(json_wtr, "lost"); in print_bpf_output() 86 jsonw_uint(json_wtr, lost->id); in print_bpf_output() 88 jsonw_uint(json_wtr, lost->lost); in print_bpf_output() 100 printf("lost %lld events\n", lost->lost); in print_bpf_output()
|
| /kernel/linux/linux-6.6/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 127 bool lost; member 173 u8 lost[0x1]; member 180 u8 lost[0x1]; member
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_recovery.c | 40 * Marks a packet lost, if some packet sent later has been (s)acked. 53 * When tcp_rack_detect_loss() detects some packets are lost and we 71 /* Skip ones marked lost but not yet retransmitted */ in tcp_rack_detect_loss() 81 /* A packet is lost if it has not been s/acked beyond in tcp_rack_detect_loss() 129 * If the original is lost, there is no ambiguity. Otherwise in tcp_rack_advance() 147 * packets lost and retransmit them. 153 u32 lost = tp->lost; in tcp_rack_reo_timeout() local 161 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
|
| /kernel/linux/linux-6.6/tools/lib/perf/tests/ |
| D | test-evsel.c | 223 __T("failed to read LOST", counts.lost == 0); in test_stat_read_format_single() 269 __T("failed to read leader LOST", counts.lost == 0); in test_stat_read_format_group() 282 __T("failed to read member LOST", counts.lost == 0); in test_stat_read_format_group() 307 FMT(LOST), in test_stat_read_format() 309 FMT_TIME | FMT(LOST), in test_stat_read_format() 310 FMT_TIME | FMT(ID) | FMT(LOST), in test_stat_read_format() 311 FMT(ID) | FMT(LOST), in test_stat_read_format()
|
| /kernel/linux/linux-5.10/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 # <op>[,<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
|
| /kernel/linux/linux-6.6/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 | 49 # any[,<mode>] rx-arb-lost [<poll>] generate a POLL message to trigger an arbitration lost 75 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f) 166 be interpreted as an Arbitration Lost condition by the transmitter. 179 ``<op>[,<mode>] rx-arb-lost <poll>`` 180 Generate a POLL message to trigger an Arbitration Lost condition. 186 This command can be used to test the Arbitration Lost condition in 190 stop transmitting ('Arbitration Lost'). This is very hard to test, 251 because the receiver also looks for an Arbitration Lost condition in 269 because the receiver also looks for an Arbitration Lost condition in 304 positions 0-3 the receiver can interpret this as an Arbitration Lost
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_recovery.c | 45 * Marks a packet lost, if some packet sent later has been (s)acked. 58 * When tcp_rack_detect_loss() detects some packets are lost and we 76 /* Skip ones marked lost but not yet retransmitted */ in tcp_rack_detect_loss() 86 /* A packet is lost if it has not been s/acked beyond in tcp_rack_detect_loss() 134 * If the original is lost, there is no ambiguity. Otherwise in tcp_rack_advance() 152 * packets lost and retransmit them.
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | omap-mpuss-lowpower.c | 222 * 0 - Nothing lost and no need to save: MPUSS INACTIVE 223 * 1 - CPUx L1 and logic lost: MPUSS CSWR 224 * 2 - CPUx L1 and logic lost + GIC lost: MPUSS OSWR 225 * 3 - CPUx L1 and logic lost + GIC + L2 lost: DEVICE OFF 252 * doesn't make much scense, since logic is lost and $L1 in omap4_enter_lowpower() 264 * 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
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/blockdev/drbd/ |
| D | peer-states-8.dot | 4 Primary -> Unknown [ label = "connection lost" ] 5 Secondary -> Unknown [ label = "connection lost" ]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/ |
| D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|