| /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 174 u8 lost[0x1]; member 181 u8 lost[0x1]; member
|
| /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/fs/xfs/ |
| H A D | xfs_verify_media.c | 44 struct xfs_group_data_lost *lost = data; in xfs_verify_report_data_lost() local 50 lost->startblock + lost->blockcount; in xfs_verify_report_data_lost() 72 if (lost->startblock > rec->rm_startblock) { in xfs_verify_report_data_lost() 73 fileoff += lost->startblock - rec->rm_startblock; in xfs_verify_report_data_lost() 74 blocks -= lost->startblock - rec->rm_startblock; in xfs_verify_report_data_lost() 118 struct xfs_group_data_lost lost; in xfs_verify_report_losses() local 148 lost.startblock = ri_low.rm_startblock; in xfs_verify_report_losses() 149 lost.blockcount = min(xg->xg_block_count, in xfs_verify_report_losses() 154 xfs_verify_report_data_lost, &lost); in xfs_verify_report_losses()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt | 3 // This variant tests the case where we mark packets 0-4 lost, then 28 assert tcpi_lost == 7, tcpi_lost # RACK thinks 1:7001 are lost 36 assert tcpi_lost == 6, tcpi_lost # since 3001:4001 is no longer lost 43 // It uses the RFC3517 algorithm to mark 1:3001 lost 48 assert tcpi_lost == 5,tcpi_lost # SACK/RFC3517 thinks 1:3001 are lost
|
| H A D | tcp_accecn_2nd_data_as_first.pkt | 1 // 3rd ACK + 1st data segment lost, data segments with ce 14 // 3rd ACK lost 15 // 1st data segment lost
|
| H A D | tcp_accecn_2nd_data_as_first_connect.pkt | 1 // 3rd ACK + 1st data segment lost, 2nd data segments with ce 12 // 3rd ACK lost 16 // 1st data segment lost + 2nd gets CE
|
| H A D | tcp_fastopen_server_client-ack-dropped-then-recovery-ms-timestamps.pkt | 7 // - (client receives SYNACK and sends ACK, but ACK is lost) 9 // - (N of the first data packets are lost) 11 // and also SACKs suggesting the first N data packets were lost
|
| H A D | tcp_accecn_3rd_ack_lost_data_ce.pkt | 1 // 3rd ACK lost, CE for the first data segment 14 // 3rd ACK lost
|
| H A D | tcp_accecn_client_accecn_options_lost.pkt | 4 // are lost due to congestion. Client should 25 // First two segments were lost due to congestion as SACK was
|
| H A D | tcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt | 3 // This variant tests the case where we mark packets 0-4 lost, then 27 assert tcpi_lost == 7,tcpi_lost # RACK thinks 1:7001 are lost
|
| /linux/net/ipv4/ |
| H A D | tcp_recovery.c | 121 u32 lost = tp->lost; in tcp_rack_reo_timeout() local 129 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
|
| /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() 213 if (pvr_dev->lost) in pvr_watchdog_worker() 235 if (!pvr_dev->lost) { in pvr_watchdog_worker() 525 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()
|
| /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()
|
| /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/fs/ |
| H A D | fserror.c | 147 goto lost; in fserror_report() 176 lost: in fserror_report()
|