/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
A 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,
|
A D | fw_tracer.h | 61 bool lost; member 127 bool lost; member 173 u8 lost[0x1]; member 180 u8 lost[0x1]; member
|
A 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.3-rc2/Documentation/scsi/scsi_transport_srp/ |
A 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.3-rc2/tools/bpf/bpftool/ |
A 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.3-rc2/Documentation/admin-guide/blockdev/drbd/ |
A D | peer-states-8.dot | 4 Primary -> Unknown [ label = "connection lost" ] 5 Secondary -> Unknown [ label = "connection lost" ]
|
/linux-6.3-rc2/net/ipv4/ |
A 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()
|
A 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.3-rc2/drivers/hwtracing/coresight/ |
A 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() 470 bool lost = false; in tmc_update_etf_buffer() local 506 lost = true; in tmc_update_etf_buffer() 534 lost = true; in tmc_update_etf_buffer() 543 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 555 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
|
A D | coresight-etb10.c | 285 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-6.3-rc2/Documentation/filesystems/ext4/ |
A 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.3-rc2/tools/perf/util/ |
A 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()
|
A 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()
|
A D | top.h | 30 u64 samples, lost, lost_total, drop, drop_total; member
|
A D | lock-contention.h | 132 int lost; member
|
/linux-6.3-rc2/tools/lib/perf/include/perf/ |
A D | event.h | 70 __u64 lost; member 75 __u64 lost; member 88 __u64 lost; member 473 struct perf_record_lost lost; member
|
A D | evsel.h | 22 uint64_t lost; member
|
/linux-6.3-rc2/tools/perf/util/bpf_skel/ |
A D | lock_contention.bpf.c | 109 int lost; variable 227 lost++; in contention_begin() 240 lost++; in contention_begin()
|
/linux-6.3-rc2/kernel/events/ |
A 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() 247 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin() 258 local_inc(&rb->lost); in __perf_output_begin()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-top.c | 602 if (t->lost || t->drop) in perf_top__sort_new_samples() 855 top->lost += event->lost.lost; in perf_top__process_lost() 856 top->lost_total += event->lost.lost; in perf_top__process_lost() 857 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost() 865 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 866 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 867 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
/linux-6.3-rc2/tools/lib/perf/tests/ |
A 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.3-rc2/Documentation/trace/ |
A 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.3-rc2/Documentation/userspace-api/media/cec/ |
A 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.3-rc2/sound/firewire/ |
A 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() 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() 954 lost = (compare_ohci_cycle_count(safe_cycle, cycle) > 0); in generate_tx_packet_descs() [all …]
|
/linux-6.3-rc2/Documentation/arm/omap/ |
A 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
|