/linux-4.4.14/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-4.4.14/samples/bpf/ |
D | trace_output_user.c | 105 __u64 lost; in perf_event_read() member 106 } *lost = (void *) e; in perf_event_read() local 107 printf("lost %lld events\n", lost->lost); in perf_event_read()
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
/linux-4.4.14/sound/core/ |
D | timer_compat.c | 63 u32 lost; member 82 status.lost = tu->timeri->lost; in snd_timer_user_status_compat()
|
D | timer.c | 1783 status.lost = tu->timeri->lost; in snd_timer_user_status() 1802 tu->timeri->lost = 0; in snd_timer_user_start() 1826 tu->timeri->lost = 0; in snd_timer_user_continue()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_cfg.h | 204 char lost = s[last]; in lustre_cfg_string() local 207 if (lost != '\0') { in lustre_cfg_string() 209 index, s, lost); in lustre_cfg_string()
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.c | 449 bool lost; in handle_in_packet() local 509 lost = false; in handle_in_packet() 511 lost = data_block_counter != s->data_block_counter; in handle_in_packet() 518 lost = data_block_counter != in handle_in_packet() 522 if (lost) { in handle_in_packet()
|
/linux-4.4.14/kernel/events/ |
D | ring_buffer.c | 114 u64 lost; in perf_output_begin() member 134 have_lost = local_read(&rb->lost); in perf_output_begin() 187 lost_event.lost = local_xchg(&rb->lost, 0); in perf_output_begin() 198 local_inc(&rb->lost); in perf_output_begin()
|
D | internal.h | 28 local_t lost; /* nr records lost */ member
|
D | core.c | 6200 void perf_log_lost_samples(struct perf_event *event, u64 lost) in perf_log_lost_samples() argument 6208 u64 lost; in perf_log_lost_samples() member 6215 .lost = lost, in perf_log_lost_samples()
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 41 Check for lost events. 75 $ grep -i lost mydump.txt 76 which tells you exactly how many events were lost, or use 78 to view your kernel log and look for "mmiotrace has lost events" warning. If 79 events were lost, the trace is incomplete. You should enlarge the buffers and
|
D | ftrace.txt | 475 overrun: The number of lost events due to overwriting when 489 dropped events: Events lost due to overwrite option being off. 590 lost due to the buffer filling up (250280 - 140080 = 110200 events 591 lost). 2246 Notice that we lost the sys_nanosleep.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_bts.c | 56 local_t lost; member 204 local_inc(&buf->lost); in bts_update() 405 !!local_xchg(&buf->lost, 0)); in intel_bts_interrupt() 432 !!local_xchg(&buf->lost, 0)); in bts_event_del()
|
D | intel_pt.h | 98 local_t lost; member
|
D | perf_event_intel_pt.c | 594 local_inc(&buf->lost); in pt_handle_status() 962 local_xchg(&buf->lost, 0)); in intel_pt_interrupt() 1057 local_xchg(&buf->lost, 0)); in pt_event_del()
|
/linux-4.4.14/tools/perf/util/ |
D | tool.h | 45 lost, member
|
D | event.h | 52 u64 lost; member 57 u64 lost; member 365 struct lost_event lost; member
|
D | session.c | 313 if (tool->lost == NULL) in perf_tool__fill_defaults() 314 tool->lost = perf_event__process_lost; in perf_tool__fill_defaults() 1090 if (tool->lost == perf_event__process_lost) in machines__deliver_event() 1091 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event() 1092 return tool->lost(tool, event, sample, machine); in machines__deliver_event() 1095 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event() 1332 if (session->tool->lost == perf_event__process_lost && in perf_session__warn_about_errors()
|
D | python.c | 209 member_def(lost_event, lost, T_ULONGLONG, "number of lost events"), 220 pevent->event.lost.id, pevent->event.lost.lost) < 0) { in pyrf_lost_event__repr()
|
D | machine.c | 494 event->lost.id, event->lost.lost); in machine__process_lost_event() 502 sample->id, event->lost_samples.lost); in machine__process_lost_samples_event()
|
D | data-convert-bt.c | 1120 .lost = perf_event__process_lost, in bt_convert__perf2ctf()
|
/linux-4.4.14/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-4.4.14/drivers/atm/ |
D | eni.h | 104 unsigned long lost; /* number of lost cells (RX) */ member
|
D | eni.c | 1439 eni_dev->lost = 0; in start_tx() 1466 if (eni_boards) printk(KERN_INFO "loss: %ld\n",ENI_DEV(eni_boards)->lost); 1509 eni_dev->lost += eni_in(MID_STAT) & MID_OVFL_TRASH; in eni_int()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | ltc2941.txt | 18 lost when the battery is disconnected.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 59 We dirty-log for gfn1, that means gfn2 is lost in dirty-bitmap. 77 Accessed bit and Dirty bit can not be lost. 111 The Dirty bit is lost in this case.
|
D | timekeeping.txt | 494 solution to the problem has risen: the guest may need to become aware of lost 497 number of buggy variants of lost tick compensation are distributed across
|
/linux-4.4.14/include/sound/ |
D | timer.h | 112 unsigned long lost; /* lost ticks */ member
|
/linux-4.4.14/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
|
/linux-4.4.14/arch/arm/common/ |
D | vlock.S | 96 mov r0, #1 @ nonzero indicates that I lost
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoe.h | 129 ulong lost; member
|
D | aoecmd.c | 822 if (ifp && ++ifp->lost > (t->nframes << 1) in rexmit_timer() 1205 ifp->lost = 0; in ktiocomplete()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.h | 168 unsigned lost; member
|
D | fwserial.c | 600 port->stats.lost += n; in fwtty_rx() 1450 stats.tx_stall, stats.fifo_errs, stats.lost); in fwtty_debugfs_show_port()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | err_marvel.c | 232 int lost = scratch & (1UL << 4); in marvel_print_po7_uncrr_sym() local 233 scratch &= ~lost; in marvel_print_po7_uncrr_sym() 240 if (lost) in marvel_print_po7_uncrr_sym()
|
/linux-4.4.14/Documentation/networking/ |
D | tcp-thin.txt | 21 In order to reduce application-layer latency when packets are lost,
|
D | cxacru.txt | 74 "lost"
|
D | phonet.txt | 182 intrinsic race condition whereby writability might be lost between the
|
D | eql.txt | 232 I tried to fix up a PPP script/system for redialing lost PPP
|
D | can.txt | 813 lost. 1060 re-started bus-errors arbit-lost error-warn error-pass bus-off 1107 "re-started bus-errors arbit-lost error-warn error-pass bus-off" 1108 Shows the number of restarts, bus and arbitration lost errors,
|
D | ppp_generic.txt | 81 frame has been lost or dropped (for example, because of a FCS (frame
|
D | ip-sysctl.txt | 137 have been lost. When ipfrag_max_dist is positive, an additional check 142 lost. The existing fragment queue will be dropped, and a new one 440 RACK: 0x1 enables the RACK loss detection for fast detection of lost
|
D | bonding.txt | 460 gratuitous ARP is lost, communication may be 2728 always available. This will likely result in lost packets, and a
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 56 "dev_loss_tmo" timer has fired; "lost" after the
|
/linux-4.4.14/include/uapi/linux/ |
D | i2o-dev.h | 114 int lost; member
|
D | audit.h | 419 __u32 lost; /* messages lost */ member
|
/linux-4.4.14/lib/ |
D | Kconfig.kmemcheck | 62 lost.
|
/linux-4.4.14/arch/metag/lib/ |
D | divsi3.S | 95 BNZ $LIDMCLoop ! Was single bit in curbit lost?
|
/linux-4.4.14/tools/perf/ |
D | builtin-mem.c | 265 .lost = perf_event__process_lost, in cmd_mem()
|
D | builtin-inject.c | 677 .lost = perf_event__repipe, in cmd_inject()
|
D | builtin-report.c | 655 .lost = perf_event__process_lost, in cmd_report()
|
D | builtin-diff.c | 367 .lost = perf_event__process_lost,
|
D | builtin-kvm.c | 1337 kvm->tool.lost = process_lost_event; in kvm_events_live()
|
D | builtin-trace.c | 1618 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
|
D | builtin-sched.c | 1787 .lost = perf_event__process_lost, in cmd_sched()
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 57 * fix a lost interrupt problem. It appears the busy
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 130 cache. If power is lost you may lose some recent writes. The metadata 143 dirty flags this data is lost if there's a crash so a safe fallback 148 there's a crash this information will be lost, which means the cache
|
D | thin-provisioning.txt | 129 a volatile write cache. If power is lost you may lose some recent
|
/linux-4.4.14/Documentation/DocBook/ |
D | usb.xml.db | 107 API-usb-root-hub-lost-power
|
D | kernel-api.xml.db | 505 API-pci-lost-interrupt
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 57 has happened; look for lines saying "root hub lost power or was reset". 74 reset or otherwise had lost power) then it applies a persistence check
|
D | rio.txt | 28 replace it with a fresh one. In my case, what happened is I lost two 16kb
|
D | power-management.txt | 277 frequently result in lost keystrokes. Tests with mice show that some 313 since the device has probably lost most or all of its state 511 wakeup may fail and get lost. Which outcome occurs depends on timing 578 goes through during system suspend, i.e. the power session is lost. Any 609 hub interface driver is unbound, control of its child ports is lost and all 659 power session is lost the device may have been removed, or need reset.
|
D | mass-storage.txt | 113 least some Windows users do), the data may be lost.
|
D | usbmon.txt | 257 The member "dropped" is the number of events lost since the last call
|
D | proc_usb_info.txt | 135 For reasons lost in the mists of time, the Port number is always
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_demux.c | 496 int start = pos, lost; in find_next_packet() local 505 lost = pos - start; in find_next_packet() 506 if (lost) { in find_next_packet()
|
/linux-4.4.14/drivers/usb/core/ |
D | Kconfig | 26 unplugged, causing any mounted filesystems to be lost. The
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 145 not consume any extra space, so the compression gains are lost space 148 However, they are not lost space to the filesystem internals. By
|
D | relay.txt | 322 be lost, if the number of unconsumed sub-buffers equals the total 325 enough, data will be lost in either case; the only difference is 326 whether data is lost from the beginning or the end of a buffer.
|
D | tmpfs.txt | 6 everything stored therein is lost.
|
D | hpfs.txt | 170 (lost files, unbalanced directories). (I guess all filesystem may do it). 191 When you have two (or more) lost directories pointing each to other, chkdsk
|
D | porting | 405 ->permission() and generic_permission()have lost flags 407 generic_permission() has also lost the check_acl argument; ACL checking
|
D | gfs2-glocks.txt | 134 glock is created. The per-glock statistics are lost when
|
D | seq_file.txt | 53 how the mechanism works without getting lost in other details. (Those
|
D | xfs-self-describing-metadata.txt | 31 up, the more likely that the cause will be lost in the noise. Hence the primary
|
D | ext2.txt | 362 filesystem changes they represent are also lost).
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | dev-kmsg | 45 sequence numbers allow to calculate the amount of lost
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm1021 | 111 FSB and faster) lost them, until the Core-based generation which
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 197 beq hksw @ yes - key lost, next source
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 123 lost during off-mode entry on HS/EMU devices. This feature
|
/linux-4.4.14/Documentation/power/ |
D | states.txt | 48 operating state is lost (the CPU retains power), so the system easily starts up
|
D | suspend-and-cpuhotplug.txt | 222 when the CPUs are brought back online, since they wouldn't have lost the
|
D | runtime_pm.txt | 617 * Remote wake-up events might have been lost by the firmware. 642 suspend attempts to be permanently lost. If the usage count goes to zero
|
/linux-4.4.14/Documentation/ |
D | DMA-ISA-LPC.txt | 149 are lost when the system suspends so if your driver relies on the DMA
|
D | ManagementStyle | 89 deleting it, you may have irrevocably lost the trust of that 214 guy who lost his whole 36GB porn-collection because of your incompetence
|
D | kmemcheck.txt | 135 new error reports will be lost. 147 will get lost in that way instead. Try setting this to 10 or so on
|
D | edac.txt | 744 possible that some errors could be lost. With rdimm's, they display the
|
D | parport-lowlevel.txt | 353 returned, the port is lost to another driver and the port must be
|
D | HOWTO | 437 again, sometimes things get lost in the huge volume.
|
D | kernel-parameters.txt | 2315 [NFSv4] Attempt to recover locks that were lost due 2319 after the locks are lost. 2324 not to attempt recovery of lost locks. 2630 interrupts *may* be lost!
|
D | CodingStyle | 540 everything is lost: use "indent".
|
D | memory-barriers.txt | 2923 assumed that the effect of the storage of V to *A is lost. Similarly:
|
D | devices.txt | 55 messages a day, so mail sent to other addresses may very well get lost
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 147 /* we lost out in a seqno race, lock and retry.. */ 180 /* we lost out in a seqno race, lock and retry.. */
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | ilsp.doc | 112 routine must make sure that the value isn't lost while popping
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 136 with the framebuffer console that suddenly lost all of its drivers.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 121 resulting in data lost because the buffer was full. See 'Buffer handling' below 464 becomes full and some trace data is lost. 468 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event 686 Error events are new. They show where the decoder lost the trace. Error events
|
D | perf-script.txt | 113 Do various checks like samples ordering and lost events.
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 2126 int lost = 0, len = 0; in ppp_mp_reconstruct() local 2150 lost = 1; in ppp_mp_reconstruct() 2174 lost = 0; in ppp_mp_reconstruct() 2181 if (lost == 0 && (PPP_MP_CB(p)->BEbits & E) && in ppp_mp_reconstruct()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 61 messages are lost (16 is known to work on
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 140 be lost due to memory pressure or process' receiving queue overflowed,
|
/linux-4.4.14/fs/ |
D | Kconfig | 124 lost.
|
/linux-4.4.14/include/uapi/sound/ |
D | asound.h | 746 unsigned int lost; /* counter of master tick lost */ member
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 224 If there are no output devices printed the output of this iga is lost.
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 29 lost in the noise of a mailing list that gets 1000+ emails a day.
|
D | CREDITS | 2487 D: Minor kernel hacker for other lost causes (Hercules mono, etc).
|
D | MAINTAINERS | 1115 M: Paul Parsons <lost.distance@yahoo.com>
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | README | 149 num_evt_link_lost = <number of link lost events received from device>
|
/linux-4.4.14/include/linux/ |
D | perf_event.h | 847 perf_log_lost_samples(struct perf_event *event, u64 lost);
|
/linux-4.4.14/fs/affs/ |
D | Changes | 162 This was fixed before, but somehow got lost.
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 78 enqueued tasks could get "lost" - use reinit_completion() in that case.
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 319 if the interface goes down, those connections are lost. This is
|
/linux-4.4.14/tools/usb/usbip/ |
D | INSTALL | 188 variables may be lost. In order to avoid this problem, you should set
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 202 are lost during transmission. This may be added in the future.
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer.c | 4940 unsigned long lost; in test_ringbuffer() local 4967 while ((event = ring_buffer_consume(buffer, cpu, NULL, &lost))) { in test_ringbuffer() 4968 total_lost += lost; in test_ringbuffer()
|
D | Kconfig | 605 was written, the sizes, what was read, what was lost, and
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 290 if the interface goes down, those connections are lost. This is
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 8 application tried to write is most likely lost.
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 747 parm.errcode= ISDN_STAT_L1ERR_SEND: Packet lost while sending. 748 ISDN_STAT_L1ERR_RECV: Packet lost while receiving.
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 22 be lost when the driver is unloaded. This limitation may be lifted
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 282 - HCI: if an internal HCI error happens (frame is lost), or HCI is reported an
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 325 -- If a SCSI error occurs for the root device, all is lost unless
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 595 losted||lost
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 250 of cleancache would be lost because the cache of pages in cleanache
|
D | frontswap.txt | 43 in swap device writes is lost (and also a non-trivial performance advantage)
|
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 2232 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard() local 2233 if (lost <= 0) in tcp_update_scoreboard() 2234 lost = 1; in tcp_update_scoreboard() 2235 tcp_mark_head_lost(sk, lost, 0); in tcp_update_scoreboard()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 279 lost on state entry, otherwise it is retained.
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 97 lost.
|
/linux-4.4.14/kernel/ |
D | audit.c | 850 s.lost = atomic_read(&audit_lost); in audit_receive_msg()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 760 hog memory). Use other patches which got lost from 1.1.68. 1421 * aha1542.c (aha1542_abort): Look for lost interrupts, OGMB still 1680 Fix bug where sometimes portions of blocks would get lost
|
D | ChangeLog.megaraid_sas | 142 5. Fix bug where AENs could be lost in probe() and resume().
|
D | ncr53c8xx.txt | 1023 to enable it, or at most enable this feature for the case the chip lost
|
D | ChangeLog.lpfc | 1149 * Fix crash when link is lost. This was due to lpfc_delay_iodone
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 368 can handle lost data on the network to allow for enhanced I/O processing.
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 262 save a few bits of very important data that may not be lost over
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 903 to lost interrupts, as reading Control Register C will clear 916 all pending IRQ flags - this can cause lost interrupts.
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 936 rare circumstances, due to this erratum, write data can be lost when
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 439 be lost when one changes LED state.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 282 /* yy_hold_char holds the character lost when yytext is formed. */
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 271 /* yy_hold_char holds the character lost when yytext is formed. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 299 /* yy_hold_char holds the character lost when zconftext is formed. */
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 1067 This way no status information is lost, just the intermediate steps leading
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 718 allocation size miscalculation. After oplock token lost do not read through
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1299 * lost by some other type of SCSI I/O (e.g. PIO). If we have
|
D | aic79xx.seq | 1883 * have lost the race (e.g. host paused us) and our attempts
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 546 cleanly (0x2413) before power is lost. They must be acted upon, as the
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1087 situation in which recent store transactions to the L2 cache are lost
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2338 hosts, where there's a bug which causes signals to UML to be lost,
|