/kernel/linux/linux-5.10/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 119 bool lost; member 164 u8 lost[0x1]; member 171 u8 lost[0x1]; member
|
D | fw_tracer.c | 461 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()
|
/kernel/linux/linux-5.10/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()" ];
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | map_perf_ring.c | 50 __u64 lost; member 71 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local 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/Documentation/admin-guide/blockdev/drbd/ |
D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-tmc-etf.c | 52 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() 446 bool lost = false; in tmc_update_etf_buffer() local 482 lost = true; in tmc_update_etf_buffer() 510 lost = true; in tmc_update_etf_buffer() 519 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 531 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
|
D | coresight-etb10.c | 284 bool lost = false; in etb_dump_hw() local 313 lost = true; in etb_dump_hw() 325 if (lost) in etb_dump_hw() 430 bool lost = false; in etb_update_buffer() local 469 lost = true; in etb_update_buffer() 480 lost = true; in etb_update_buffer() 513 lost = true; in etb_update_buffer() 522 if (!buf->snapshot && lost) in etb_update_buffer() 536 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in etb_update_buffer()
|
/kernel/linux/linux-5.10/kernel/printk/ |
D | printk_safe.c | 173 int lost = atomic_xchg(&s->message_lost, 0); in report_message_lost() local 175 if (lost) in report_message_lost() 176 printk_deferred("Lost %d message(s)!\n", lost); in report_message_lost()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-top.c | 600 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 hists->stats.total_lost += event->lost.lost; in perf_top__process_lost() 872 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 873 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 874 hists->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
D | event.h | 60 __u64 lost; member 65 __u64 lost; member 388 struct perf_record_lost lost; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | top.c | 50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf() 117 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
|
D | top.h | 29 u64 samples, lost, lost_total, drop, drop_total; member
|
D | tool.h | 52 lost, member
|
/kernel/linux/linux-5.10/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() 247 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin() 258 local_inc(&rb->lost); in __perf_output_begin()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_rate.c | 115 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 133 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
|
D | tcp_bbr.c | 639 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval() 689 u32 lost, delivered; in bbr_lt_bw_sampling() local 736 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling() 739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | special_inodes.rst | 37 …- Traditional first non-reserved inode. Usually this is the lost+found directory. See s\_first\_in…
|
/kernel/linux/linux-5.10/Documentation/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
|
/kernel/linux/linux-5.10/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 36 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
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | eni.h | 105 unsigned long lost; /* number of lost cells (RX) */ member
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | fe-get-event.rst | 64 - Overflow in event queue - one or more events were lost.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | ltc2941.txt | 19 lost when the battery is disconnected.
|