/linux/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) 60 __entry->lost = lost; 68 __entry->lost, __entry->event_id,
|
H A D | fw_tracer.h | 61 bool lost; member 127 bool lost; member 173 u8 lost[0x1]; member 180 u8 lost[0x1]; member
|
H 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() 898 devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
|
/linux/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()" ];
|
/linux/tools/bpf/bpftool/ |
H 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/Documentation/admin-guide/blockdev/drbd/ |
H A D | peer-states-8.dot | 4 Primary -> Unknown [ label = "connection lost" ] 5 Secondary -> Unknown [ label = "connection lost" ]
|
/linux/net/ipv4/ |
H 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()
|
H 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/drivers/gpu/drm/imagination/ |
H A D | pvr_power.c | 35 if (!pvr_dev->lost) { in pvr_device_lost() 36 pvr_dev->lost = true; in pvr_device_lost() 189 if (pvr_dev->lost) in pvr_watchdog_worker() 211 if (!pvr_dev->lost) { in pvr_watchdog_worker() 348 if (pvr_dev->lost) { in pvr_power_reset()
|
/linux/drivers/hwtracing/coresight/ |
H 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() 474 bool lost = false; in tmc_update_etf_buffer() local 510 lost = true; in tmc_update_etf_buffer() 538 lost = true; in tmc_update_etf_buffer() 547 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 559 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
|
H A 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() 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/tools/lib/perf/include/perf/ |
H A D | event.h | 70 __u64 lost; member 77 __u64 lost; member 82 struct perf_record_lost_samples lost; member 96 __u64 lost; member 492 struct perf_record_lost lost; member
|
/linux/Documentation/filesystems/ext4/ |
H 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/tools/perf/util/ |
H 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()
|
H A D | top.c | 51 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf() 118 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
|
/linux/kernel/events/ |
H A D | ring_buffer.c | 164 u64 lost; in __perf_output_begin() member 180 local_inc(&rb->lost); in __perf_output_begin() 189 have_lost = local_read(&rb->lost); in __perf_output_begin() 252 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin() 263 local_inc(&rb->lost); in __perf_output_begin()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 604 if (t->lost || t->drop) in perf_top__sort_new_samples() 859 top->lost += event->lost.lost; in perf_top__process_lost() 860 top->lost_total += event->lost.lost; in perf_top__process_lost() 861 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost() 869 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 870 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 871 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
H A D | builtin-record.c | 1923 lost->lost = lost_count; in __record__save_lost_samples() 1931 lost->header.size = sizeof(*lost) + id_hdr_size; in __record__save_lost_samples() 1932 lost->header.misc = misc_flag; in __record__save_lost_samples() 1933 record__write(rec, NULL, lost, lost->header.size); in __record__save_lost_samples() 1967 if (count.lost) { in record__read_lost_samples() 1968 memset(&lost, 0, sizeof(lost)); in record__read_lost_samples() 1969 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES; in record__read_lost_samples() 1970 __record__save_lost_samples(rec, evsel, &lost.lost, in record__read_lost_samples() 1978 memset(&lost, 0, sizeof(lost)); in record__read_lost_samples() 1979 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES; in record__read_lost_samples() [all …]
|
/linux/fs/bcachefs/ |
H A D | migrate.c | 25 unsigned lost = metadata ? BCH_FORCE_IF_METADATA_LOST : BCH_FORCE_IF_DATA_LOST; in drop_dev_ptrs() local 32 if ((!nr_good && !(flags & lost)) || in drop_dev_ptrs()
|
/linux/tools/lib/perf/tests/ |
H 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/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
|
/linux/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
|
/linux/tools/net/sunrpc/xdrgen/templates/C/source_top/ |
H A D | client.j2 | 2 // Generated by xdrgen. Manual edits will be lost.
|
H A D | server.j2 | 2 // Generated by xdrgen. Manual edits will be lost.
|
/linux/tools/net/sunrpc/xdrgen/templates/C/header_top/definition/ |
H A D | header.j2 | 2 /* Generated by xdrgen. Manual edits will be lost. */
|