| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H 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,
|
| H A D | fw_tracer.h | 61 bool lost; member 119 bool lost; member 164 u8 lost[0x1]; member 171 u8 lost[0x1]; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/scsi_transport_srp/ |
| H 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()" ];
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A 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() 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()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/ |
| H A D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/buildroot/dl/sox/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/buildroot/dl/qt5webengine-chromium-catapult/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/ |
| H A D | git.readme | 12 lost. Do *not* even use it as a remote, or as the source for new 13 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/package/irrlicht/ |
| H A D | 0001-override-CPPFLAGS-CXXFLAGS-and-CFLAGS-in-Makefile.patch | 7 bundled libraries are lost. Since the hand written Makefile want 11 Do the same for CXXFLAGS and CFLAGS otherwise -fPIC is lost.
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | ring_buffer.c | 160 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()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/ |
| H A D | event.h | 60 __u64 lost; member 65 __u64 lost; member 388 struct perf_record_lost lost; member
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 106 lost. Do *not* even use it as a remote, or as the source for new 107 worktrees; your commits will eventually get lost.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H 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
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H 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
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_rate.c | 110 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 128 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | README | 27 could occur because some data was lost. This shouldn't be necessary, 29 frame times anyway (frame time = 22.5 ms). I have heard lost packets
|