/linux-4.1.27/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.1.27/Documentation/blockdev/drbd/ |
D | node-states-8.dot | 9 Primary -> Unknown [ label = "connection lost" ] 10 Secondary -> Unknown [ label = "connection lost" ]
|
/linux-4.1.27/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.1.27/arch/arm64/include/asm/ |
D | cmpxchg.h | 162 unsigned long loop, lost; in __cmpxchg_double() local 177 : "=&r"(loop), "=&r"(lost), "+Q" (*(u64 *)ptr1) in __cmpxchg_double() 185 return !lost; in __cmpxchg_double()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_cfg.h | 202 char lost = s[last]; in lustre_cfg_string() local 204 if (lost != '\0') { in lustre_cfg_string() 206 index, s, lost); in lustre_cfg_string()
|
/linux-4.1.27/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
|
/linux-4.1.27/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 | 464 overrun: The number of lost events due to overwriting when 478 dropped events: Events lost due to overwrite option being off. 579 lost due to the buffer filling up (250280 - 140080 = 110200 events 580 lost). 2210 Notice that we lost the sys_nanosleep.
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_bts.c | 56 local_t lost; member 207 local_inc(&buf->lost); in bts_update() 407 !!local_xchg(&buf->lost, 0)); in intel_bts_interrupt() 434 !!local_xchg(&buf->lost, 0)); in bts_event_del()
|
D | intel_pt.h | 113 local_t lost; member
|
D | perf_event_intel_pt.c | 535 local_inc(&buf->lost); in pt_handle_status() 894 local_xchg(&buf->lost, 0)); in intel_pt_interrupt() 991 local_xchg(&buf->lost, 0)); in pt_event_del()
|
/linux-4.1.27/tools/perf/util/ |
D | tool.h | 40 lost, member
|
D | event.h | 52 u64 lost; member 289 struct lost_event lost; member
|
D | session.c | 279 if (tool->lost == NULL) in perf_tool__fill_defaults() 280 tool->lost = perf_event__process_lost; in perf_tool__fill_defaults() 932 if (tool->lost == perf_event__process_lost) in machines__deliver_event() 933 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event() 934 return tool->lost(tool, event, sample, machine); in machines__deliver_event() 1133 if (session->tool->lost == perf_event__process_lost && in perf_session__warn_about_errors()
|
D | python.c | 208 member_def(lost_event, lost, T_ULONGLONG, "number of lost events"), 219 pevent->event.lost.id, pevent->event.lost.lost) < 0) { in pyrf_lost_event__repr()
|
D | machine.c | 457 event->lost.id, event->lost.lost); in machine__process_lost_event()
|
D | data-convert-bt.c | 810 .lost = perf_event__process_lost, in bt_convert__perf2ctf()
|
/linux-4.1.27/sound/firewire/ |
D | amdtp.c | 688 bool lost; in handle_in_packet() local 736 lost = false; in handle_in_packet() 738 lost = data_block_counter != s->data_block_counter; in handle_in_packet() 745 lost = data_block_counter != in handle_in_packet() 749 if (lost) { in handle_in_packet()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/power/ |
D | ltc2941.txt | 18 lost when the battery is disconnected.
|
/linux-4.1.27/include/sound/ |
D | timer.h | 112 unsigned long lost; /* lost ticks */ member
|
/linux-4.1.27/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.1.27/arch/arm/common/ |
D | vlock.S | 96 mov r0, #1 @ nonzero indicates that I lost
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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 | 810 lost. 1048 re-started bus-errors arbit-lost error-warn error-pass bus-off 1095 "re-started bus-errors arbit-lost error-warn error-pass bus-off" 1096 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
|
D | bonding.txt | 423 gratuitous ARP is lost, communication may be 2644 always available. This will likely result in lost packets, and a
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 56 "dev_loss_tmo" timer has fired; "lost" after the
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 62 lost.
|
/linux-4.1.27/include/uapi/linux/ |
D | i2o-dev.h | 114 int lost; member
|
D | audit.h | 413 __u32 lost; /* messages lost */ member
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 57 * fix a lost interrupt problem. It appears the busy
|
/linux-4.1.27/tools/perf/ |
D | builtin-mem.c | 268 .lost = perf_event__process_lost, in cmd_mem()
|
D | builtin-inject.c | 410 .lost = perf_event__repipe, in cmd_inject()
|
D | builtin-report.c | 605 .lost = perf_event__process_lost, in cmd_report()
|
D | builtin-diff.c | 364 .lost = perf_event__process_lost,
|
D | builtin-kvm.c | 1328 kvm->tool.lost = process_lost_event; in kvm_events_live()
|
D | builtin-trace.c | 1405 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
|
D | builtin-sched.c | 1692 .lost = perf_event__process_lost, in cmd_sched()
|
/linux-4.1.27/arch/metag/lib/ |
D | divsi3.S | 95 BNZ $LIDMCLoop ! Was single bit in curbit lost?
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 26 unplugged, causing any mounted filesystems to be lost. The
|
/linux-4.1.27/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.1.27/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 566 goes through during system suspend, i.e. the power session is lost. Any 597 hub interface driver is unbound, control of its child ports is lost and all 647 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.1.27/drivers/media/dvb-core/ |
D | dvb_demux.c | 497 int start = pos, lost; in find_next_packet() local 506 lost = pos - start; in find_next_packet() 507 if (lost) { in find_next_packet()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | dev-kmsg | 45 sequence numbers allow to calculate the amount of lost
|
/linux-4.1.27/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.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 198 beq hksw @ yes - key lost, next source
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1021 | 111 FSB and faster) lost them, until the Core-based generation which
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 123 lost during off-mode entry on HS/EMU devices. This feature
|
/linux-4.1.27/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 | 615 * Remote wake-up events might have been lost by the firmware. 640 suspend attempts to be permanently lost. If the usage count goes to zero
|
/linux-4.1.27/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 | 774 possible that some errors could be lost. With rdimm's, they displays 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 | 2248 [NFSv4] Attempt to recover locks that were lost due 2252 after the locks are lost. 2257 not to attempt recovery of lost locks. 2553 interrupts *may* be lost!
|
D | CodingStyle | 540 everything is lost: use "indent".
|
D | memory-barriers.txt | 2967 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.1.27/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.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 112 routine must make sure that the value isn't lost while popping
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 136 with the framebuffer console that suddenly lost all of its drivers.
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 2077 int lost = 0, len = 0; in ppp_mp_reconstruct() local 2101 lost = 1; in ppp_mp_reconstruct() 2125 lost = 0; in ppp_mp_reconstruct() 2132 if (lost == 0 && (PPP_MP_CB(p)->BEbits & E) && in ppp_mp_reconstruct()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 61 messages are lost (16 is known to work on
|
/linux-4.1.27/fs/ |
D | Kconfig | 121 lost.
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 140 be lost due to memory pressure or process' receiving queue overflowed,
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 744 unsigned int lost; /* counter of master tick lost */ member
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.txt | 224 If there are no output devices printed the output of this iga is lost.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script.txt | 113 Do various checks like samples ordering and lost events.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 149 num_evt_link_lost = <number of link lost events received from device>
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 29 lost in the noise of a mailing list that gets 1000+ emails a day.
|
D | CREDITS | 2483 D: Minor kernel hacker for other lost causes (Hercules mono, etc).
|
D | MAINTAINERS | 1070 M: Paul Parsons <lost.distance@yahoo.com>
|
/linux-4.1.27/fs/affs/ |
D | Changes | 162 This was fixed before, but somehow got lost.
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 78 enqueued tasks could get "lost" - use reinit_completion() in that case.
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 304 if the interface goes down, those connections are lost. This is
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 188 variables may be lost. In order to avoid this problem, you should set
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 202 are lost during transmission. This may be added in the future.
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 275 if the interface goes down, those connections are lost. This is
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 4943 unsigned long lost; in test_ringbuffer() local 4970 while ((event = ring_buffer_consume(buffer, cpu, NULL, &lost))) { in test_ringbuffer() 4971 total_lost += lost; in test_ringbuffer()
|
D | Kconfig | 605 was written, the sizes, what was read, what was lost, and
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 8 application tried to write is most likely lost.
|
/linux-4.1.27/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.1.27/drivers/staging/i2o/ |
D | i2o_config.c | 515 kget.lost = p->q_lost; in i2o_cfg_evt_get()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 22 be lost when the driver is unloaded. This limitation may be lifted
|
/linux-4.1.27/net/ipv4/ |
D | tcp_input.c | 2283 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard() local 2284 if (lost <= 0) in tcp_update_scoreboard() 2285 lost = 1; in tcp_update_scoreboard() 2286 tcp_mark_head_lost(sk, lost, 0); in tcp_update_scoreboard()
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 282 - HCI: if an internal HCI error happens (frame is lost), or HCI is reported an
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 575 losted||lost
|
/linux-4.1.27/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.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 325 -- If a SCSI error occurs for the root device, all is lost unless
|
/linux-4.1.27/kernel/ |
D | audit.c | 836 s.lost = atomic_read(&audit_lost); in audit_receive_msg()
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 97 lost.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 279 lost on state entry, otherwise it is retained.
|
/linux-4.1.27/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.1.27/Documentation/s390/ |
D | cds.txt | 368 can handle lost data on the network to allow for enhanced I/O processing.
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 262 save a few bits of very important data that may not be lost over
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 887 to lost interrupts, as reading Control Register C will clear 900 all pending IRQ flags - this can cause lost interrupts.
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 927 rare circumstances, due to this erratum, write data can be lost when
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 414 be lost when one changes LED state.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 290 /* yy_hold_char holds the character lost when zconftext is formed. */
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 271 /* yy_hold_char holds the character lost when yytext is formed. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 281 /* yy_hold_char holds the character lost when yytext is formed. */
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 718 allocation size miscalculation. After oplock token lost do not read through
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 1067 This way no status information is lost, just the intermediate steps leading
|
/linux-4.1.27/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.1.27/arch/arm/ |
D | Kconfig | 1074 situation in which recent store transactions to the L2 cache are lost
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 546 cleanly (0x2413) before power is lost. They must be acted upon, as the
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2338 hosts, where there's a bug which causes signals to UML to be lost,
|