Home
last modified time | relevance | path

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

12345678910>>...61

/linux-6.8/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()" ];
/linux-6.8/tools/bpf/bpftool/
Dmap_perf_ring.c42 __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()
/linux-6.8/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
127 bool lost; member
173 u8 lost[0x1]; member
180 u8 lost[0x1]; member
/linux-6.8/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.
Dtop.c49 " exact: %4.1f%% lost: %" PRIu64 "/%" PRIu64 " drop: %" PRIu64 "/%" PRIu64 " [", in perf_top__header_snprintf()
51 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
118 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
Dsample.h30 u64 lost; /* only if PERF_FORMAT_LOST */ member
51 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
/linux-6.8/net/ipv4/
Dtcp_recovery.c40 * 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()
Dtcp_rate.c117 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument
135 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
204 /* All lost packets have been retransmitted. */ in tcp_rate_check_app_limited()
/linux-6.8/drivers/gpu/drm/imagination/
Dpvr_power.c27 * pvr_device_lost() - Mark GPU device as lost
35 if (!pvr_dev->lost) { in pvr_device_lost()
36 pvr_dev->lost = true; in pvr_device_lost()
189 if (pvr_dev->lost) in pvr_watchdog_worker()
204 /* Device may be lost at this point. */ in pvr_watchdog_worker()
211 if (!pvr_dev->lost) { in pvr_watchdog_worker()
328 * If a hard reset fails then the GPU device is reported as lost.
348 if (pvr_dev->lost) { in pvr_power_reset()
409 drm_err(from_pvr_device(pvr_dev), "GPU device lost"); in pvr_power_reset()
412 /* Leave IRQs disabled if the device is lost. */ in pvr_power_reset()
/linux-6.8/tools/lib/perf/tests/
Dtest-evsel.c223 __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()
/linux-6.8/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.rst49 # 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
Dcec-ioc-receive.rst180 Arbitration Lost error. This is only set if the hardware supports
182 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set.
192 Arbitration Lost error. This is only set if the hardware supports
198 Lost or Not Acknowledged. This is only set if the hardware
252 * .. _`CEC-TX-STATUS-ARB-LOST`:
256 - CEC line arbitration was lost, i.e. another transmit started at the
/linux-6.8/arch/arm/mach-omap2/
Domap-mpuss-lowpower.c222 * 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()
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
/linux-6.8/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
/linux-6.8/Documentation/admin-guide/blockdev/drbd/
Dpeer-states-8.dot4 Primary -> Unknown [ label = "connection lost" ]
5 Secondary -> Unknown [ label = "connection lost" ]
/linux-6.8/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c63 u32 read_data, lost; in tmc_etb_dump_hw() local
66 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
78 if (lost) in tmc_etb_dump_hw()
472 bool lost = false; in tmc_update_etf_buffer() local
508 lost = true; in tmc_update_etf_buffer()
536 lost = true; in tmc_update_etf_buffer()
545 if (!buf->snapshot && lost) in tmc_update_etf_buffer()
557 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
Dcoresight-etb10.c286 bool lost = false; in etb_dump_hw() local
315 lost = true; in etb_dump_hw()
327 if (lost) in etb_dump_hw()
432 bool lost = false; in etb_update_buffer() local
471 lost = true; in etb_update_buffer()
482 lost = true; in etb_update_buffer()
515 lost = true; in etb_update_buffer()
524 if (!buf->snapshot && lost) in etb_update_buffer()
538 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in etb_update_buffer()
/linux-6.8/Documentation/filesystems/ext4/
Dspecial_inodes.rst37 …- Traditional first non-reserved inode. Usually this is the lost+found directory. See s_first_ino …
51 - Inode number of lost+found directory.
/linux-6.8/tools/lib/perf/include/perf/
Devent.h70 __u64 lost; member
77 __u64 lost; member
90 __u64 lost; member
486 struct perf_record_lost lost; member
/linux-6.8/fs/ext4/
Dcrypto.c146 * lost+found to exist and be unencrypted, and encrypting the root in ext4_set_context()
147 * directory would imply encrypting the lost+found directory as well as in ext4_set_context()
148 * the filename "lost+found" itself. in ext4_set_context()
/linux-6.8/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py115 … r'definitely lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\sblocks', re.MULTILINE | re.DOTALL)
117 … r'indirectly lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL)
119 r'possibly lost:\s+([,0-9]+)bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL)
/linux-6.8/Documentation/driver-api/md/
Draid5-ppl.rst36 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

12345678910>>...61