Home
last modified time | relevance | path

Searched full:lost (Results 1 – 25 of 3233) sorted by relevance

12345678910>>...130

/kernel/linux/linux-5.10/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot2 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-4.19/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot2 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-4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer_tracepoint.h45 bool lost, u8 event_id, const char *msg),
47 TP_ARGS(tracer, trace_timestamp, lost, event_id, msg),
52 __field(bool, lost)
60 __entry->lost = lost;
68 __entry->lost, __entry->event_id,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer_tracepoint.h45 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,
Dfw_tracer.h61 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/
Dmap_perf_ring.c50 __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-5.10/tools/perf/util/
Devents_stats.h13 * 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-4.19/tools/bpf/bpftool/
Dmap_perf_ring.c60 __u64 lost; in print_bpf_output() member
61 } *lost = event; in print_bpf_output() local
77 jsonw_name(json_wtr, "lost"); in print_bpf_output()
80 jsonw_uint(json_wtr, lost->id); in print_bpf_output()
82 jsonw_uint(json_wtr, lost->lost); in print_bpf_output()
94 printf("lost %lld events\n", lost->lost); in print_bpf_output()
/kernel/linux/linux-4.19/Documentation/media/uapi/cec/
Dcec-ioc-dqevent.rst44 the same state). In that case the intermediate state changes were lost but
79 - Set to the number of lost messages since the filehandle was opened
81 filehandle. The messages lost are the oldest messages. So when a
124 - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
144 * .. _`CEC-EVENT-LOST-MSGS`:
148 - Generated if one or more CEC messages were lost because the
Dcec-pin-error-inj.rst45 # <op>[,<mode>] rx-arb-lost <poll> generate a POLL message to trigger an arbitration lost
71 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f)
162 be interpreted as an Arbitration Lost condition by the transmitter.
175 ``<op>[,<mode>] rx-arb-lost <poll>``
176 Generate a POLL message to trigger an Arbitration Lost condition.
182 This command can be used to test the Arbitration Lost condition in
186 stop transmitting ('Arbitration Lost'). This is very hard to test,
247 because the receiver also looks for an Arbitration Lost condition in
265 because the receiver also looks for an Arbitration Lost condition in
300 positions 0-3 the receiver can interpret this as an Arbitration Lost
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst44 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
Dcec-pin-error-inj.rst47 # <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-4.19/tools/testing/selftests/bpf/
Dtrace_helpers.c146 __u64 lost; in bpf_perf_event_print() member
147 } *lost = (void *) e; in bpf_perf_event_print() local
148 printf("lost %lld events\n", lost->lost); in bpf_perf_event_print()
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_recovery.c11 /* Account for retransmits that are lost again */ in tcp_mark_skb_lost()
58 * Marks a packet lost, if some packet sent later has been (s)acked.
71 * When tcp_rack_detect_loss() detects some packets are lost and we
89 /* Skip ones marked lost but not yet retransmitted */ in tcp_rack_detect_loss()
98 /* A packet is lost if it has not been s/acked beyond in tcp_rack_detect_loss()
145 * If the original is lost, there is no ambiguity. Otherwise in tcp_rack_advance()
163 * packets lost and retransmit them.
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_recovery.c44 * 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.
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap-mpuss-lowpower.c220 * 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()
Dsleep44xx.S46 * 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-4.19/arch/arm/mach-omap2/
Domap-mpuss-lowpower.c225 * 0 - Nothing lost and no need to save: MPUSS INACTIVE
226 * 1 - CPUx L1 and logic lost: MPUSS CSWR
227 * 2 - CPUx L1 and logic lost + GIC lost: MPUSS OSWR
228 * 3 - CPUx L1 and logic lost + GIC + L2 lost: DEVICE OFF
255 * doesn't make much scense, since logic is lost and $L1 in omap4_enter_lowpower()
267 * In MPUSS OSWR or device OFF, interrupt controller contest is lost. in omap4_enter_lowpower()
Dsleep44xx.S46 * 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-4.19/Documentation/blockdev/drbd/
Dnode-states-8.dot9 Primary -> Unknown [ label = "connection lost" ]
10 Secondary -> Unknown [ label = "connection lost" ]
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Dnode-states-8.dot9 Primary -> Unknown [ label = "connection lost" ]
10 Secondary -> Unknown [ label = "connection lost" ]
/kernel/linux/linux-4.19/Documentation/trace/
Dmmiotrace.rst44 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/
Dmmiotrace.rst44 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-4.19/tools/perf/util/
Devent.h60 u64 lost; member
65 u64 lost; member
384 * such "chunks" of lost events is stored in .nr_events[PERF_EVENT_LOST] while
385 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is
386 * the sum of all struct lost_event.lost fields reported.
389 * PERF_RECORD_LOST_SAMPLES event. The number of lost-samples events is stored
392 * all struct lost_samples_event.lost fields reported.
630 struct lost_event lost; member
/kernel/linux/linux-4.19/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c36 u32 read_data, lost; in tmc_etb_dump_hw() local
40 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
54 if (lost) in tmc_etb_dump_hw()
383 bool lost = false; in tmc_update_etf_buffer() local
413 lost = true; in tmc_update_etf_buffer()
458 lost = true; in tmc_update_etf_buffer()
461 if (lost) in tmc_update_etf_buffer()
473 if (lost && *barrier) { in tmc_update_etf_buffer()

12345678910>>...130