Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 211) sorted by relevance

123456789

/linux-5.19.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
Dfw_tracer.c461 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace()
541 u64 timestamp, bool lost, in mlx5_fw_tracer_save_trace() argument
549 trace_data->lost = lost; in mlx5_fw_tracer_save_trace()
574 trace_mlx5_fw(dev->tracer, trace_timestamp, str_frmt->lost, in mlx5_tracer_print_trace()
578 str_frmt->lost, str_frmt->event_id, tmp); in mlx5_tracer_print_trace()
599 cur_string->lost = tracer_event->lost_event; in mlx5_tracer_handle_string_trace()
878 err = devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
/linux-5.19.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()" ];
/linux-5.19.10/tools/bpf/bpftool/
Dmap_perf_ring.c49 __u64 lost; member
70 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local
93 jsonw_uint(json_wtr, lost->id); in print_bpf_output()
95 jsonw_uint(json_wtr, lost->lost); in print_bpf_output()
107 printf("lost %lld events\n", lost->lost); in print_bpf_output()
/linux-5.19.10/Documentation/admin-guide/blockdev/drbd/
Dpeer-states-8.dot4 Primary -> Unknown [ label = "connection lost" ]
5 Secondary -> Unknown [ label = "connection lost" ]
/linux-5.19.10/net/ipv4/
Dtcp_recovery.c153 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()
Dtcp_bbr.c641 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
691 u32 lost, delivered; in bbr_lt_bw_sampling() local
738 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()
741 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c52 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()
Dcoresight-etb10.c285 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-5.19.10/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-5.19.10/kernel/events/
Dring_buffer.c160 u64 lost; in __perf_output_begin() member
176 local_inc(&rb->lost); in __perf_output_begin()
183 have_lost = local_read(&rb->lost); in __perf_output_begin()
245 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin()
256 local_inc(&rb->lost); in __perf_output_begin()
/linux-5.19.10/tools/perf/
Dbuiltin-top.c601 if (t->lost || t->drop) in perf_top__sort_new_samples()
854 top->lost += event->lost.lost; in perf_top__process_lost()
855 top->lost_total += event->lost.lost; in perf_top__process_lost()
856 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost()
864 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples()
865 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
866 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
/linux-5.19.10/tools/perf/util/
Dtop.c50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
119 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
Dtop.h29 u64 samples, lost, lost_total, drop, drop_total; member
Dtool.h53 lost, member
/linux-5.19.10/tools/lib/perf/include/perf/
Devent.h70 __u64 lost; member
75 __u64 lost; member
403 struct perf_record_lost lost; member
/linux-5.19.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
/linux-5.19.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>`
151 - Generated if one or more CEC messages were lost because the
/linux-5.19.10/sound/firewire/
Damdtp-stream.c712 bool lost; in check_cip_header() local
768 lost = false; in check_cip_header()
770 lost = dbc != *data_block_counter; in check_cip_header()
779 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
782 if (lost) { in check_cip_header()
906 bool lost; in generate_device_pkt_descs() local
911 lost = (next_cycle != cycle); in generate_device_pkt_descs()
912 if (lost) { in generate_device_pkt_descs()
919 lost = (next_cycle != cycle); in generate_device_pkt_descs()
920 if (!lost) { in generate_device_pkt_descs()
[all …]
/linux-5.19.10/Documentation/gpu/rfc/
Dindex.rst6 design issues before getting lost in the code details. This section is meant to
/linux-5.19.10/Documentation/arm/omap/
Domap_pm.rst50 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-5.19.10/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
/linux-5.19.10/drivers/atm/
Deni.h105 unsigned long lost; /* number of lost cells (RX) */ member

123456789