/linux-6.6.21/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
|
D | fw_tracer.c | 468 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace() 549 u64 timestamp, bool lost, in mlx5_fw_tracer_save_trace() argument 557 trace_data->lost = lost; in mlx5_fw_tracer_save_trace() 582 trace_mlx5_fw(dev->tracer, trace_timestamp, str_frmt->lost, in mlx5_tracer_print_trace() 586 str_frmt->lost, str_frmt->event_id, tmp); in mlx5_tracer_print_trace() 603 cur_string->lost = tracer_event->lost_event; in mlx5_tracer_handle_raw_string() 627 cur_string->lost = tracer_event->lost_event; in mlx5_tracer_handle_string_trace() 906 err = devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
|
/linux-6.6.21/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-6.6.21/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 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.6.21/Documentation/admin-guide/blockdev/drbd/ |
D | peer-states-8.dot | 4 Primary -> Unknown [ label = "connection lost" ] 5 Secondary -> Unknown [ label = "connection lost" ]
|
/linux-6.6.21/net/ipv4/ |
D | tcp_recovery.c | 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()
|
D | tcp_rate.c | 117 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()
|
/linux-6.6.21/drivers/hwtracing/coresight/ |
D | coresight-tmc-etf.c | 63 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()
|
D | coresight-etb10.c | 286 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.6.21/Documentation/filesystems/ext4/ |
D | special_inodes.rst | 37 …- 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.6.21/tools/perf/util/ |
D | sample.h | 30 u64 lost; /* only if PERF_FORMAT_LOST */ member 51 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
|
D | top.c | 50 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()
|
D | top.h | 30 u64 samples, lost, lost_total, drop, drop_total; member
|
D | tool.h | 53 lost, member
|
/linux-6.6.21/tools/lib/perf/include/perf/ |
D | event.h | 70 __u64 lost; member 77 __u64 lost; member 90 __u64 lost; member 486 struct perf_record_lost lost; member
|
D | evsel.h | 22 uint64_t lost; member
|
/linux-6.6.21/kernel/events/ |
D | ring_buffer.c | 160 u64 lost; in __perf_output_begin() member 176 local_inc(&rb->lost); in __perf_output_begin() 185 have_lost = local_read(&rb->lost); in __perf_output_begin() 248 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin() 259 local_inc(&rb->lost); in __perf_output_begin()
|
/linux-6.6.21/tools/perf/ |
D | builtin-top.c | 604 if (t->lost || t->drop) in perf_top__sort_new_samples() 860 top->lost += event->lost.lost; in perf_top__process_lost() 861 top->lost_total += event->lost.lost; in perf_top__process_lost() 862 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost() 870 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 871 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 872 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
/linux-6.6.21/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()
|
/linux-6.6.21/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-6.6.21/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>` 151 - Generated if one or more CEC messages were lost because the
|
/linux-6.6.21/sound/firewire/ |
D | amdtp-stream.c | 714 bool lost; in check_cip_header() local 770 lost = false; in check_cip_header() 772 lost = dbc != *data_block_counter; in check_cip_header() 781 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header() 784 if (lost) { in check_cip_header() 923 bool lost; in generate_tx_packet_descs() local 928 lost = (next_cycle != cycle); in generate_tx_packet_descs() 929 if (lost) { in generate_tx_packet_descs() 936 lost = (next_cycle != cycle); in generate_tx_packet_descs() 937 if (!lost) { in generate_tx_packet_descs() [all …]
|
/linux-6.6.21/Documentation/arch/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-6.6.21/Documentation/gpu/rfc/ |
D | index.rst | 6 design issues before getting lost in the code details. This section is meant to
|