/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
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,
|
D | fw_tracer.h | 101 bool lost; member 146 u8 lost[0x1]; member 153 u8 lost[0x1]; member
|
/Linux-v4.19/Documentation/scsi/scsi_transport_srp/ |
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-v4.19/tools/bpf/bpftool/ |
D | map_perf_ring.c | 60 __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/ |
D | coresight-tmc-etf.c | 36 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()
|
D | coresight-etb10.c | 195 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/ |
D | trace_helpers.c | 141 __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/ |
D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
/Linux-v4.19/sound/core/ |
D | timer_compat.c | 89 u32 lost; member 108 status.lost = tu->timeri->lost; in snd_timer_user_status_compat()
|
/Linux-v4.19/kernel/printk/ |
D | printk_safe.c | 182 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/ |
D | ring_buffer.c | 128 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/ |
D | tcp_rate.c | 108 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()
|
D | tcp_bbr.c | 540 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/ |
D | cec-ioc-dqevent.rst | 44 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/ |
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-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | special_inodes.rst | 37 …- Traditional first non-reserved inode. Usually this is the lost+found directory. See s\_first\_in…
|
/Linux-v4.19/sound/firewire/ |
D | amdtp-stream.c | 526 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/ |
D | tool.h | 53 lost, member
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | omap_pm | 46 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/ |
D | raid5-ppl.txt | 34 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/ |
D | eni.h | 105 unsigned long lost; /* number of lost cells (RX) */ member
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | fe-get-event.rst | 68 - Overflow in event queue - one or more events were lost.
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | ltc2941.txt | 19 lost when the battery is disconnected.
|
/Linux-v4.19/include/sound/ |
D | timer.h | 115 unsigned long lost; /* lost ticks */ member
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | softfloat-macros | 135 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
|