| /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 %llu events\n", lost->lost); in print_bpf_output()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.h | 61 bool lost; member 127 bool lost; member 174 u8 lost[0x1]; member 181 u8 lost[0x1]; member
|
| H A D | fw_tracer.c | 518 tracer_event->lost_event = MLX5_GET(tracer_event, trace, lost); in poll_trace() 599 u64 timestamp, bool lost, in mlx5_fw_tracer_save_trace() argument 607 trace_data->lost = lost; in mlx5_fw_tracer_save_trace() 635 trace_mlx5_fw(dev->tracer, trace_timestamp, str_frmt->lost, in mlx5_tracer_print_trace() 639 str_frmt->lost, str_frmt->event_id, tmp); in mlx5_tracer_print_trace() 656 cur_string->lost = tracer_event->lost_event; in mlx5_tracer_handle_raw_string() 685 cur_string->lost = tracer_event->lost_event; in mlx5_tracer_handle_string_trace() 969 devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
|
| /linux/net/ipv4/ |
| H A D | tcp_recovery.c | 40 * Marks a packet lost, if some packet sent later has been (s)acked. 53 * When tcp_rack_detect_loss() detects some packets are lost and we 71 /* Skip ones marked lost but not yet retransmitted */ in tcp_rack_detect_loss() 81 /* A packet is lost if it has not been s/acked beyond in tcp_rack_detect_loss() 115 * packets lost and retransmit them. 121 u32 lost = tp->lost; in tcp_rack_advance() 129 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_advance() 153 u32 lost = tp->lost; tcp_rack_reo_timeout() local
|
| H A D | tcp_rate.c | |
| /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/drivers/hwtracing/coresight/ |
| 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()
|
| H A D | coresight-tmc-etf.c | 66 u32 read_data, lost; in tmc_etb_dump_hw() local 69 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw() 81 if (lost) in tmc_etb_dump_hw() 478 bool lost = false; in tmc_update_etf_buffer() local 515 lost = true; in tmc_update_etf_buffer() 543 lost = true; in tmc_update_etf_buffer() 552 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 564 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
|
| /linux/net/rxrpc/ |
| H A D | call_event.c | 100 unsigned long lost = tq->segment_lost; in rxrpc_resend() local 107 _debug("lost %16lx", lost); in rxrpc_resend() 109 trace_rxrpc_resend_lost(call, tq, lost); in rxrpc_resend() 110 while (lost) { in rxrpc_resend() 111 unsigned int ix = __ffs(lost); in rxrpc_resend() 114 __clear_bit(ix, &lost); in rxrpc_resend()
|
| /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 600 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/drivers/gpu/drm/imagination/ |
| H A D | pvr_power.c | 41 if (!pvr_dev->lost) { in pvr_device_lost() 42 pvr_dev->lost = true; in pvr_device_lost() 195 if (pvr_dev->lost) in pvr_watchdog_worker() 217 if (!pvr_dev->lost) { in pvr_watchdog_worker() 507 if (pvr_dev->lost) { in pvr_power_reset()
|
| /linux/tools/perf/util/ |
| H A D | sample.h | 33 u64 lost; /* only if PERF_FORMAT_LOST */ member 54 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
|
| H A D | tool_pmu.c | 462 count->lost = old_count->lost; in perf_counts__update() 467 count->lost = 0; in perf_counts__update() 502 count->lost++; in evsel__tool_pmu_read()
|
| 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/tools/perf/ |
| H A D | builtin-top.c | 605 if (t->lost || t->drop) in perf_top__sort_new_samples() 861 top->lost += event->lost.lost; in perf_top__process_lost() 862 top->lost_total += event->lost.lost; in perf_top__process_lost() 863 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost() 871 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 872 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 873 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
| H A D | builtin-record.c | 1972 struct perf_record_lost_samples *lost, in __record__save_lost_samples() argument 1981 lost->lost = lost_count; in __record__save_lost_samples() 1987 id_hdr_size = perf_event__synthesize_id_sample((void *)(lost + 1), in __record__save_lost_samples() 1989 lost->header.size = sizeof(*lost) + id_hdr_size; in __record__save_lost_samples() 1990 lost->header.misc = misc_flag; in __record__save_lost_samples() 1991 record__write(rec, NULL, lost, lost->header.size); in __record__save_lost_samples() 1998 struct perf_record_lost_samples_and_ids lost; in record__read_lost_samples() local 2026 if (count.lost) { in record__read_lost_samples() 2027 memset(&lost, 0, sizeof(lost)); in record__read_lost_samples() 2028 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES; in record__read_lost_samples() [all …]
|
| /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() 190 have_lost = local_read(&rb->lost); in __perf_output_begin() 253 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin() 264 local_inc(&rb->lost); in __perf_output_begin()
|
| /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/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/tools/net/sunrpc/xdrgen/templates/C/source_top/ |
| H A D | server.j2 | 2 // Generated by xdrgen. Manual edits will be lost.
|
| /linux/sound/firewire/ |
| H A D | amdtp-stream.c | 724 bool lost; in check_cip_header() local 780 lost = false; in check_cip_header() 782 lost = dbc != *data_block_counter; in check_cip_header() 795 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header() 798 if (lost) { in check_cip_header() 937 bool lost; in generate_tx_packet_descs() local 942 lost = (next_cycle != cycle); in generate_tx_packet_descs() 943 if (lost) { in generate_tx_packet_descs() 950 lost = (next_cycle != cycle); in generate_tx_packet_descs() 951 if (!lost) { in generate_tx_packet_descs() [all …]
|
| /linux/tools/net/sunrpc/xdrgen/templates/C/header_top/definition/ |
| H A D | header.j2 | 2 /* Generated by xdrgen. Manual edits will be lost. */
|