Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
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,
Dfw_tracer.h101 bool lost; member
146 u8 lost[0x1]; member
153 u8 lost[0x1]; member
/Linux-v4.19/Documentation/scsi/scsi_transport_srp/
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-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c60 __u64 lost; in print_bpf_output() member
61 } *lost = event; in print_bpf_output() local
80 jsonw_uint(json_wtr, lost->id); in print_bpf_output()
82 jsonw_uint(json_wtr, lost->lost); in print_bpf_output()
94 printf("lost %lld events\n", lost->lost); in print_bpf_output()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c36 u32 read_data, lost; in tmc_etb_dump_hw() local
40 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
54 if (lost) in tmc_etb_dump_hw()
385 bool lost = false; in tmc_update_etf_buffer() local
415 lost = true; in tmc_update_etf_buffer()
460 lost = true; in tmc_update_etf_buffer()
463 if (lost) in tmc_update_etf_buffer()
475 if (lost && *barrier) { in tmc_update_etf_buffer()
Dcoresight-etb10.c195 bool lost = false; in etb_dump_hw() local
223 lost = true; in etb_dump_hw()
235 if (lost) in etb_dump_hw()
352 bool lost = false; in etb_update_buffer() local
385 lost = true; in etb_update_buffer()
396 lost = true; in etb_update_buffer()
429 lost = true; in etb_update_buffer()
432 if (lost) in etb_update_buffer()
446 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in etb_update_buffer()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtrace_helpers.c141 __u64 lost; in bpf_perf_event_print() member
142 } *lost = (void *) e; in bpf_perf_event_print() local
143 printf("lost %lld events\n", lost->lost); in bpf_perf_event_print()
/Linux-v4.19/Documentation/blockdev/drbd/
Dnode-states-8.dot9 Primary -> Unknown [ label = "connection lost" ]
10 Secondary -> Unknown [ label = "connection lost" ]
/Linux-v4.19/sound/core/
Dtimer_compat.c89 u32 lost; member
108 status.lost = tu->timeri->lost; in snd_timer_user_status_compat()
/Linux-v4.19/kernel/printk/
Dprintk_safe.c182 int lost = atomic_xchg(&s->message_lost, 0); in report_message_lost() local
184 if (lost) in report_message_lost()
185 printk_deferred("Lost %d message(s)!\n", lost); in report_message_lost()
/Linux-v4.19/kernel/events/
Dring_buffer.c128 u64 lost; in __perf_output_begin() member
144 local_inc(&rb->lost); in __perf_output_begin()
151 have_lost = local_read(&rb->lost); in __perf_output_begin()
215 lost_event.lost = local_xchg(&rb->lost, 0); in __perf_output_begin()
226 local_inc(&rb->lost); in __perf_output_begin()
/Linux-v4.19/net/ipv4/
Dtcp_rate.c108 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument
126 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
Dtcp_bbr.c540 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
590 u32 lost, delivered; in bbr_lt_bw_sampling() local
637 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()
640 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-dqevent.rst44 the same state). In that case the intermediate state changes were lost but
79 - Set to the number of lost messages since the filehandle was opened
81 filehandle. The messages lost are the oldest messages. So when a
124 - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
148 - Generated if one or more CEC messages were lost because the
/Linux-v4.19/Documentation/trace/
Dmmiotrace.rst44 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-v4.19/Documentation/filesystems/ext4/ondisk/
Dspecial_inodes.rst37 …- Traditional first non-reserved inode. Usually this is the lost+found directory. See s\_first\_in…
/Linux-v4.19/sound/firewire/
Damdtp-stream.c526 bool lost; in handle_in_packet() local
592 lost = false; in handle_in_packet()
594 lost = data_block_counter != s->data_block_counter; in handle_in_packet()
601 lost = data_block_counter != in handle_in_packet()
605 if (lost) { in handle_in_packet()
/Linux-v4.19/tools/perf/util/
Dtool.h53 lost, member
/Linux-v4.19/Documentation/arm/OMAP/
Domap_pm46 5. Return the number of times the device has lost context
103 device has lost its internal context. If context has been lost, the
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt34 silent data corruption. If a dirty disk of a stripe is lost, no PPL recovery is
36 arbitrary data in the written part of a stripe if that disk is lost. In such
/Linux-v4.19/drivers/atm/
Deni.h105 unsigned long lost; /* number of lost cells (RX) */ member
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-get-event.rst68 - Overflow in event queue - one or more events were lost.
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dltc2941.txt19 lost when the battery is disconnected.
/Linux-v4.19/include/sound/
Dtimer.h115 unsigned long lost; /* lost ticks */ member
/Linux-v4.19/arch/arm/nwfpe/
Dsoftfloat-macros135 number of bits given in `count'. Any bits shifted off are lost. The value
283 number of bits given in `count'. Any bits shifted off are lost. The value
302 by the number of bits given in `count'. Any bits shifted off are lost.
340 any carry out is lost. The result is broken into two 64-bit pieces which
360 modulo 2^192, so any carry out is lost. The result is broken into three
399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The

12345678