| /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/perf/util/ |
| H A D | events_stats.h | 13 * such "chunks" of lost events is stored in .nr_events[PERF_EVENT_LOST] while 14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is 15 * the sum of all struct perf_record_lost.lost fields reported. 18 * PERF_RECORD_LOST_SAMPLES event. The number of lost-samples events is stored 21 * all struct perf_record_lost_samples.lost fields reported without setting the 27 * lost samples, perf tools sets PERF_RECORD_MISC_LOST_SAMPLES_BPF flag in the 31 * of all struct perf_record_lost_samples.lost fields reported with the misc
|
| H A D | top.c | 49 " exact: %4.1f%% lost: %" PRIu64 "/%" PRIu64 " drop: %" PRIu64 "/%" PRIu64 " [", in perf_top__header_snprintf() 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/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 83 jsonw_name(json_wtr, "lost"); in print_bpf_output() 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 | 35 /* Report lost file data from rmap records */ 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/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() 307 FMT(LOST), in test_stat_read_format() 309 FMT_TIME | FMT(LOST), in test_stat_read_format() 310 FMT_TIME | FMT(ID) | FMT(LOST), in test_stat_read_format() 311 FMT(ID) | FMT(LOST), in test_stat_read_format()
|
| /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>` 147 * .. _`CEC-EVENT-LOST-MSGS`: 151 - Generated if one or more CEC messages were lost because the
|
| H A D | cec-ioc-receive.rst | 180 Arbitration Lost error. This is only set if the hardware supports 182 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 192 Arbitration Lost error. This is only set if the hardware supports 198 Lost or Not Acknowledged. This is only set if the hardware 267 * .. _`CEC-TX-STATUS-ARB-LOST`: 271 - CEC line arbitration was lost, i.e. another transmit started at the
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_power.c | 33 * pvr_device_lost() - Mark GPU device as lost 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() 228 /* Device may be lost at this point. */ in pvr_watchdog_worker() 235 if (!pvr_dev->lost) { in pvr_watchdog_worker() 505 * If a hard reset fails then the GPU device is reported as lost. 525 if (pvr_dev->lost) { in pvr_power_reset() 595 drm_err(from_pvr_device(pvr_dev), "GPU device lost"); in pvr_power_reset() 598 /* Leave IRQs disabled if the device is lost. */ in pvr_power_reset()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-mpuss-lowpower.c | 222 * 0 - Nothing lost and no need to save: MPUSS INACTIVE 223 * 1 - CPUx L1 and logic lost: MPUSS CSWR 224 * 2 - CPUx L1 and logic lost + GIC lost: MPUSS OSWR 225 * 3 - CPUx L1 and logic lost + GIC + L2 lost: DEVICE OFF 252 * doesn't make much scense, since logic is lost and $L1 in omap4_enter_lowpower() 264 * In MPUSS OSWR or device OFF, interrupt controller contest is lost. in omap4_enter_lowpower()
|
| /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() 812 mlx5_core_warn(dev, "FWTracer: Events were lost\n"); in mlx5_fw_tracer_handle_traces() 969 devlink_fmsg_bool_pair_put(fmsg, "lost", trace_data->lost); in mlx5_devlink_fmsg_fill_trace()
|
| /linux/net/rxrpc/ |
| H A D | call_event.c | 98 /* Scan the transmission queue, looking for lost packets. */ in rxrpc_resend() 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/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/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/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/hwtracing/coresight/ |
| 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/tools/lib/perf/include/perf/ |
| H A D | event.h | 77 __u64 lost; member 84 __u64 lost; 89 struct perf_record_lost_samples lost; 103 __u64 lost; 607 struct perf_record_lost lost; 70 __u64 lost; global() member 82 struct perf_record_lost_samples lost; global() member 96 __u64 lost; global() member 600 struct perf_record_lost lost; global() member
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 115 … r'definitely lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\sblocks', re.MULTILINE | re.DOTALL) 117 … r'indirectly lost:\s+([,0-9]+)\s+bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL) 119 r'possibly lost:\s+([,0-9]+)bytes in\s+([,0-9]+)\s+blocks', re.MULTILINE | re.DOTALL)
|
| /linux/kernel/sched/ |
| H A D | pelt.h | 130 * When rq becomes idle, we have to check if it has lost idle time 150 * steal. This potential idle time is considered as lost in in update_idle_rq_clock_pelt() 151 * this case. We keep track of this lost idle time compare to in update_idle_rq_clock_pelt()
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-ppl.rst | 36 silent data corruption. If a dirty disk of a stripe is lost, no PPL recovery is 38 arbitrary data in the written part of a stripe if that disk is lost. In such
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | omap_pm.rst | 50 5. Return the number of times the device has lost context:: 109 device has lost its internal context. If context has been lost, the
|
| /linux/Documentation/i2c/ |
| H A D | gpio-fault-injection.rst | 86 Lost arbitration 99 Arbitration lost is achieved by waiting for SCL going down by the master under 103 There doesn't need to be a device at this address because arbitration lost
|
| /linux/fs/ext4/ |
| H A D | crypto.c | 140 * lost+found to exist and be unencrypted, and encrypting the root in ext4_set_context() 141 * directory would imply encrypting the lost+found directory as well as in ext4_set_context() 142 * the filename "lost+found" itself. in ext4_set_context()
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-i2c.c | 68 /* Arbitration lost - core lost arbitration */ 155 /* Arbitration lost! */ in cobalt_tx_bytes() 208 /* Arbitration lost! */ in cobalt_rx_bytes()
|