Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 275) sorted by relevance

1234567891011

/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer_tracepoint.h45 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 Dfw_tracer.h61 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 Drport_state_diagram.dot2 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 Dmap_perf_ring.c42 __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 Dxfs_verify_media.c44 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 Dtcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt3 // 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 Dtcp_accecn_2nd_data_as_first.pkt1 // 3rd ACK + 1st data segment lost, data segments with ce
14 // 3rd ACK lost
15 // 1st data segment lost
H A Dtcp_accecn_2nd_data_as_first_connect.pkt1 // 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 Dtcp_fastopen_server_client-ack-dropped-then-recovery-ms-timestamps.pkt7 // - (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 Dtcp_accecn_3rd_ack_lost_data_ce.pkt1 // 3rd ACK lost, CE for the first data segment
14 // 3rd ACK lost
H A Dtcp_accecn_client_accecn_options_lost.pkt4 // are lost due to congestion. Client should
25 // First two segments were lost due to congestion as SACK was
H A Dtcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt3 // 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 Dtcp_recovery.c121 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 Dpeer-states-8.dot4 Primary -> Unknown [ label = "connection lost" ]
5 Secondary -> Unknown [ label = "connection lost" ]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c284 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 Dcoresight-tmc-etf.c66 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 Dcall_event.c100 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 Devent.h70 __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 Dspecial_inodes.rst37 …- 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 Dpvr_power.c41 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 Dsample.h33 u64 lost; /* only if PERF_FORMAT_LOST */ member
54 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
H A Dtool_pmu.c462 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 Dbuiltin-top.c605 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 Dring_buffer.c164 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 Dfserror.c147 goto lost; in fserror_report()
176 lost: in fserror_report()

1234567891011