/linux-4.1.27/net/bluetooth/ |
D | hci_conn.c | 79 conn->attempt++; in hci_acl_create_connection() 184 conn->attempt++; in hci_add_sco() 203 conn->attempt++; in hci_setup_sync() 213 if (conn->attempt > ARRAY_SIZE(esco_param_msbc)) in hci_setup_sync() 215 param = &esco_param_msbc[conn->attempt - 1]; in hci_setup_sync() 219 if (conn->attempt > ARRAY_SIZE(esco_param_cvsd)) in hci_setup_sync() 221 param = &esco_param_cvsd[conn->attempt - 1]; in hci_setup_sync() 223 if (conn->attempt > ARRAY_SIZE(sco_param_cvsd)) in hci_setup_sync() 225 param = &sco_param_cvsd[conn->attempt - 1]; in hci_setup_sync() 393 cp.attempt = cpu_to_le16(4); in hci_conn_idle()
|
D | amp.c | 125 hcon->attempt++; in phylink_add()
|
D | hci_event.c | 1525 if (status != 0x0c || conn->attempt > 2) { in hci_cs_create_conn()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 8 physical address of the page. The kernel will then attempt 31 kernel will then attempt to hard-offline the page, by
|
D | sysfs-bus-platform | 15 any attempt to automatically load the specified driver. If no
|
D | sysfs-bus-amba | 14 device from its current driver or make any attempt to
|
D | sysfs-bus-pci | 6 the driver to attempt to bind to the device found at 19 driver to attempt to unbind from the device found at 31 Writing a device ID to this file will attempt to 41 for the device and attempt to bind to it. For example: 277 device from its current driver or make any attempt to
|
D | sysfs-class-uwb_rc-wusbhc | 55 The number of retries that the WUSB host should attempt
|
D | sysfs-bus-usb | 48 Writing a device ID to this file will attempt to 59 for the device and attempt to bind to it. For example:
|
D | sysfs-power | 109 To use this debugging feature you should attempt to suspend 196 attempt will only succeed if there are no active wakeup sources 198 of whether or not the attempt to put the system to sleep has
|
D | sysfs-kernel-slab | 409 times SLUB will attempt to refill the cpu slab with a partial
|
/linux-4.1.27/arch/x86/kernel/ |
D | reboot.c | 525 int attempt = 0; in native_machine_emergency_restart() local 555 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart() 556 attempt = 1; in native_machine_emergency_restart()
|
/linux-4.1.27/drivers/mmc/core/ |
D | Kconfig | 8 This will attempt to aggressively gate the clock to the MMC card.
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 91 int attempt = 0; in kvmppc_mmu_map_page() local 170 if (attempt > 1) in kvmppc_mmu_map_page() 183 attempt++; in kvmppc_mmu_map_page()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-devices-system-xen_memory | 7 attempt to increase the balloon before giving up. See 27 zero (unlimited), this means that the driver will attempt
|
D | sysfs-transport-srp | 38 attempt failed before retrying. Setting this attribute to
|
/linux-4.1.27/Documentation/ide/ |
D | warm-plug-howto.txt | 17 also do not attempt "scan" step on devices currently in use -- otherwise
|
D | ChangeLog.ide-cd.1994-2004 | 26 * 2.05 Jun 8, 1995 -- Don't attempt to retry after an illegal request
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 64 uname=name user name to attempt mount as on the remote server. The 110 dfltuid attempt to mount as a particular uid 112 dfltgid attempt to mount with a particular gid
|
D | dax.txt | 43 stall the CPU for an extended period, you should also not attempt to
|
D | directory-locking | 73 attempt to acquire some lock and already holds at least one lock. Let's
|
D | afs.txt | 125 This can be used by the administrator to attempt to unmount the whole AFS tree
|
D | fiemap.txt | 118 This is the last extent in the file. A mapping attempt past this
|
D | seq_file.txt | 213 be discarded and the seq_show function will attempt to allocate a larger
|
D | hpfs.txt | 292 An attempt to sync deleted file does not generate filesystem error
|
D | path-lookup.txt | 285 requires ref-walk, then instead of restarting the walk, we attempt to drop rcu
|
D | Locking | 312 ->invalidatepage() is called when the filesystem must attempt to drop
|
D | ntfs.txt | 188 means the driver will attempt to recover and if that
|
D | ext4.txt | 377 attempt to expand them beyond the specified
|
D | coda.txt | 331 attempt to terminate P) or as is normally the case by Venus in its
|
D | vfs.txt | 1029 If a vfsmount is returned, the caller will attempt to mount it on the
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 53 VFS. If the garbage collection code were to attempt to lock the i_sem 64 1. Never attempt to allocate space or lock alloc_sem with 66 2. Never attempt to lock two file mutexes in one thread.
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 115 int attempt = 0; in get_key_flydvb_trio() local 141 if ((attempt++) < 10) { in get_key_flydvb_trio() 150 "failed %dx\n", attempt); in get_key_flydvb_trio()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | amd-powernow.txt | 33 The powernow-k8 driver will attempt to use ACPI if so configured,
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 15 because some problems only show up on a second attempt at suspending and 151 "init=/bin/bash" command line parameter and attempt to hibernate in the 158 - if there are n modules loaded and the attempt to suspend and resume fails, 161 - if there are n modules loaded and the attempt to suspend and resume succeeds,
|
D | userland-swsusp.txt | 155 (b) The suspending utility SHOULD NOT attempt to perform any 166 The resuming utility SHOULD NOT attempt to mount any file systems that could 167 be mounted before suspend and SHOULD NOT attempt to perform any operations
|
D | drivers-testing.txt | 28 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and
|
D | interface.txt | 69 To use this debugging feature you should attempt to suspend the machine, then
|
D | suspend-and-interrupts.txt | 21 In some cases they would attempt to access, for example, memory address spaces
|
D | runtime_pm.txt | 149 0, then the PM core will attempt to carry out a runtime suspend of the device, 285 - indicates that the PM core should attempt to carry out an autosuspend 319 error code on failure, where -EAGAIN or -EBUSY means it is safe to attempt 332 error code on failure, where -EAGAIN means it may be safe to attempt to
|
D | pci.txt | 384 not attempt to prepare the device for signaling wakeup or to put it into a 571 routine instead of pm->suspend_noirq(). It also doesn't attempt to prepare the 592 but it doesn't put the device into the full power state and doesn't attempt to 617 although they don't attempt to save the device's standard configuration
|
/linux-4.1.27/Documentation/ |
D | hwspinlock.txt | 94 - attempt to lock a previously-assigned hwspinlock, but immediately fail if 105 - attempt to lock a previously-assigned hwspinlock, but immediately fail if 115 - attempt to lock a previously-assigned hwspinlock, but immediately fail if 299 The ->trylock() callback should make a single attempt to take the lock, and
|
D | Intel-IOMMU.txt | 51 We also allocate guard pages with each mapping, so we can attempt to catch
|
D | robust-futex-ABI.txt | 49 compatibility mode, will attempt to process both lists on each task 158 1) if bit 31 (0x80000000) is set in that word, then attempt a futex
|
D | intel_txt.txt | 54 While there are many products and technologies that attempt to 146 attempt to crash the system to gain control on reboot and steal
|
D | sysrq.txt | 108 's' - Will attempt to sync all mounted filesystems. 113 'u' - Will attempt to remount all mounted filesystems read-only.
|
D | IPMI.txt | 357 if it doesn't find any the driver will attempt to register one KCS 387 attempt to use the given interrupt for the device. 447 By default, the driver will attempt to detect any device specified by 690 function will attempt to find an SEL and add the events there. It
|
D | kobject.txt | 14 all of which make reference to each other. In an attempt to make things 276 maintainer if you attempt this.
|
D | kprobes.txt | 529 The register_*probe functions will return -EINVAL if you attempt 535 no attempt to chase down all inline instances of the function and 547 Kprobes makes no attempt to prevent probe handlers from stepping on
|
D | parport-lowlevel.txt | 485 These functions attempt to gain control of the parallel port on which 502 -EAGAIN The port is unavailable at the moment, but another attempt
|
D | pinctrl.txt | 783 named functions for each GPIO pin, the pinctrl_request_gpio() will attempt to 1170 attempt to issue pinctrl_get_select_default() on these devices. 1330 is registered. This means that the core will attempt to call pinctrl_get(),
|
D | DMA-API-HOWTO.txt | 113 set of rules regarding this, and this text is an attempt to finally 789 of a multiple page mapping attempt. These example are applicable to
|
D | 00-INDEX | 51 - how to (attempt to) manage kernel hackers.
|
D | vfio.txt | 298 within which DMA transfer is allowed, any attempt to access address space
|
D | kernel-parameters.txt | 565 size incorrectly. The kernel will attempt work arounds 1300 (Don't attempt to blink the leds) 1794 * rstonce: only attempt one reset during 2199 [NFS] sets the timeout after which an attempt to 2215 the client will attempt to negotiate with the server. 2257 not to attempt recovery of lost locks. 3028 first attempt to force quiescent states.
|
D | applying-patches.txt | 105 One example of something that's not 'quite right' that patch will attempt to
|
D | DMA-API.txt | 63 allocation attempt succeeded.
|
D | kernel-docs.txt | 370 Description: This is an attempt to document both the existence and
|
/linux-4.1.27/Documentation/hwmon/ |
D | max6650 | 63 understand the meaning of these parameters before you attempt to change them.
|
D | pmbus-core | 133 chip, and that no attempt should be made to read or write the standard
|
D | w83781d | 406 old ASUS, it isn't marketed as Qfan. Maybe some beta pre-attempt at Qfan
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 97 An attempt to send a message that exceeds SO_SNDSIZE will 100 An attempt to send a message that would take the total number 104 An attempt to send a message to a destination that is marked 293 The first time an attempt is made by an RDS socket to send data to
|
D | driver.txt | 76 must not keep any reference to that SKB and you must not attempt
|
D | i40e.txt | 82 notifying it of the spoof attempt.
|
D | igb.txt | 99 notifying it of the spoof attempt.
|
D | radiotap-headers.txt | 65 entities. Some arches like Blackfin cannot deal with an attempt to
|
D | tcp.txt | 62 unknown congestion method, then the sysctl attempt will fail.
|
D | ltpc.txt | 11 While the driver will attempt to autoprobe the I/O port address, IRQ
|
D | README.ipw2200 | 93 The following sections attempt to provide a brief introduction to using 147 driver. If disabled, the driver will not attempt to scan
|
D | de4x5.txt | 10 but it will now attempt to support all cards which conform to the
|
D | ppp_generic.txt | 53 will then attempt to retransmit the rejected frame(s). If the frame 135 PPP layer will attempt to provide that much headroom but the channel
|
D | ip-sysctl.txt | 502 Number of times SYNACKs for a passive TCP connection attempt will 562 Number of times initial SYNs for an active TCP connection attempt 566 for an active TCP connection attempt will happen after 127seconds. 1686 attempt deciding that the remote end is unreachable. If this value 1693 that an association will attempt before declaring the destination
|
D | openvswitch.txt | 118 flow table (and therefore not attempt to determine wildcard changes at all)
|
D | ixgbe.txt | 291 notifying it of the spoof attempt.
|
D | LICENSE.qlge | 183 except as expressly provided under this License. Any attempt
|
D | LICENSE.qlcnic | 183 except as expressly provided under this License. Any attempt
|
D | z8530drv.txt | 505 The initial waittime before any transmit attempt, after the
|
D | arcnet.txt | 49 <dwmw2@infradead.org>, in an attempt to tidy up the driver after adding support
|
D | rxrpc.txt | 383 This is used by a server application to attempt to accept a call and
|
D | bonding.txt | 1106 attempt to obtain the device address from DHCP prior to adding any of 1849 monitor will make an ethtool ETHOOL_GLINK request to attempt to obtain
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 98 (D.S: Will attempt to do so if spare cycles permit)
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 37 1 The kernel will attempt to fix up the user process
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 368 dpi->attempt = PCC_P1; in jme_start_irq() 1151 if (dpi->attempt == atmp) { in jme_attempt_pcc() 1154 dpi->attempt = atmp; in jme_attempt_pcc() 1173 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) { in jme_dynamic_pcc() 1174 if (dpi->attempt < dpi->cur) in jme_dynamic_pcc() 1176 jme_set_rx_pcc(jme, dpi->attempt); in jme_dynamic_pcc() 1177 dpi->cur = dpi->attempt; in jme_dynamic_pcc() 2415 dpi->attempt = PCC_P1; in jme_resume_rx() 2533 dpi->attempt = PCC_P1; in jme_set_coalesce()
|
D | jme.h | 160 unsigned char attempt; member
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 20 The goal of the deadline io scheduler is to attempt to guarantee a start
|
D | queue-sysfs.txt | 133 an IO scheduler name to this file will attempt to load that IO scheduler
|
D | biodoc.txt | 846 Andrew Morton's multi-page bio patches attempt to issue multi-page
|
/linux-4.1.27/Documentation/security/ |
D | keys-request-key.txt | 136 This is a short duration placeholder that causes any attempt at re-requesting 170 use it. Any error from a previous match attempt is discarded and the key is
|
D | keys.txt | 168 new one, or to attempt to create or join one of a specific name. 408 Otherwise, this will attempt to create a new key of the specified type and 448 /sbin/request-key will be invoked in an attempt to obtain a key. The 623 If the search succeeds, the function will attempt to link the found key 891 not NULL, then /sbin/request-key will be invoked in an attempt to obtain 1140 This optional method permits the key type to attempt to parse payload 1375 To create a new key, the kernel will attempt to execute the following command 1412 Similarly, the kernel may attempt to update an expired or a soon to expire key
|
D | Smack.txt | 307 Access: Any attempt by a subject to put information into or get
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 8 great degree and caution should be exercised if you want to attempt
|
D | hpsa.txt | 78 kexec tools to warn the user if they attempt to designate a device which is
|
D | ChangeLog.megaraid | 41 > "attempt to access beyond end of device" messages. 73 > attempt to access beyond end of device 76 > attempt to access beyond end of device
|
D | BusLogic.txt | 106 adapter will attempt to negotiate for 20.0 mega-transfers/second. 111 adapter will attempt to negotiate for 10.0 mega-transfers/second. 116 adapter will attempt to negotiate for 5.0 mega-transfers/second.
|
D | in2000.txt | 81 and tape drives. Also, in my attempt to guess my way
|
D | ChangeLog.1992-1997 | 923 * sd.c: Give I/O error if we attempt 512 byte I/O to a disk with 1138 * sr.c (sr_open): Return -EROFS, not -EACCES if we attempt to open 1422 full, and attempt to recover. Otherwise give up. 1507 * sd.c, st.c, sr.c, sg.c: Return -ENXIO, not -ENODEV if we attempt 1823 * scsi.c: First attempt to fix problem with old_use_sg. Change 1894 clear lockable flag. Add SCSI_IOCTL_GET_IDLUN ioctl. Do not attempt
|
D | LICENSE.qla4xxx | 184 except as expressly provided under this License. Any attempt
|
D | LICENSE.qla2xxx | 185 except as expressly provided under this License. Any attempt
|
D | ChangeLog.lpfc | 1588 * Step 1 of attempt to move all Debug ioctls to sysfs. 1598 make is called in order for the install rule to attempt to
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 52 - wait-retry-us: we'll attempt another claim after this many microseconds.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | persistent-data.txt | 16 The persistent-data library is an attempt to provide a re-usable
|
D | dm-io.txt | 69 Dm-io will attempt to resize its mempool to make sure enough pages are
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 1077 int attempt, ret, delay; in sbp_run_transaction() local 1079 for (attempt = 1; attempt <= 5; attempt++) { in sbp_run_transaction() 1091 delay = 5 * attempt * attempt; in sbp_run_transaction()
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 90 On a NUMA platform, the kernel will attempt to distribute the huge page pool 101 allocation attempt. If the kernel is unable to allocate huge pages from 102 some nodes in a NUMA system, it will attempt to make up the difference by 130 smaller value. The kernel will attempt to balance the freeing of huge pages
|
D | numa | 88 By default, Linux will attempt to satisfy memory allocation requests from the 90 Linux will attempt to allocate from the first node in the appropriate zonelist
|
D | unevictable-lru.txt | 134 not attempt to reclaim pages on the unevictable list. This has a couple of 318 below, mlock_fixup() will attempt to merge the VMA with its neighbors or split 558 page, try_to_unmap_file() will attempt to acquire the associated 587 If this attempt is successful and the VMA is VM_LOCKED, 624 attempt to acquire the associated mmap semaphore, mlock the page via 662 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
|
D | hwpoison.txt | 54 All memory failures cause a panic. Do not attempt recovery.
|
D | page_migration | 106 All user space processes that attempt to access the page
|
D | frontswap.txt | 249 to 1K. Now an attempt is made to overwrite the page with data that 265 For example, in RAMster, a "suction driver" thread will attempt
|
D | numa_memory_policy.txt | 80 anonymous page is allocated on an attempt to write to the mapping-- 309 During run-time "usage" of the policy, we attempt to minimize atomic operations
|
D | transhuge.txt | 150 allocation failure to throttle the next allocation attempt.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | idmapper.txt | 11 NFS will attempt to call /sbin/request-key first. If this succeeds, the
|
D | pnfs.txt | 84 and will not attempt farther logins. An admin can then write new value
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 18 However, the binding does not attempt to define the specific method for
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 13 the driver will attempt to obtain the information from H/W
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 3 This guide is an attempt to make explicit the locking assumptions
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 90 2) Whilst the pm code itself will attempt to re-enable the UART clocks,
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl,ssi.txt | 86 drivers (fsldma) will attempt to use them, and it will conflict with the
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_store.S | 111 | Note: no attempt is made to round the extended value to double.
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_pci.c | 1243 int attempt = 50; in ppc460sx_pciex_check_link() local 1254 while (attempt && (0 == (in_le32(mbase + PECFG_460SX_DLLSTA) in ppc460sx_pciex_check_link() 1256 attempt--; in ppc460sx_pciex_check_link() 1259 if (attempt) in ppc460sx_pciex_check_link()
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 99 - Interrupt exit to kernel mode will not attempt to reschedule.
|
D | intel_mpx.txt | 60 pointers, and we attempt to free the associated space in the bounds 61 tables. If an entire table becomes unused, we will attempt to free
|
D | boot.txt | 713 kernel. A relocating bootloader should attempt to load at this
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | Kconfig | 258 If you know that none of your system initiators will attempt to
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 24 switch. Note that since most CPUs can't support lazy switching, no attempt 181 routines attempt to disentangle the various sources available through the
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 22 still being civilized by its developers. This document will not attempt to 87 changes should not be rewritten. Git will attempt to enforce this rule if
|
D | 1.Intro | 5 an attempt to document how this community works in a way which is 252 One implication of this ownership structure is that any attempt to change
|
D | 5.Posting | 8 document will attempt to cover these expectations in reasonable detail;
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 114 the driver should not attempt to request any more MSI interrupts for 191 the driver should not attempt to request any more MSI interrupts for 267 the driver should not attempt to allocate any more MSI-X interrupts for 386 the driver should not attempt to allocate any more MSI-X interrupts for
|
D | PCIEBUS-HOWTO.txt | 196 mode and this should be transparent to service drivers. Any attempt
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 316 port attempt to contact the server on this tcp port, before 424 the client will attempt to set the effective uid and gid of 432 nosetuids The client will not attempt to set the uid and gid on 485 posixpaths If CIFS Unix extensions are supported, attempt to 540 sfu When the CIFS Unix Extensions are not negotiated, attempt to 574 none attempt to connection as a null user (no name) 676 LinuxExtensionsEnabled If set to one then the client will attempt to
|
D | CHANGES | 68 Posix file open support added (turned off after one attempt if server 233 (fixes FC problem). Return error in rename 2nd attempt retry (ie report 330 Do not attempt to set ctime unless atime and/or mtime change requested 884 a readonly file handle could be incorrectly used to attempt to write out
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 70 onoff_interval The number of seconds between each attempt to execute a
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 53 pain. And since getting things wrong on the first attempt is guaranteed you 214 Finally, the name of the game is to get it right on the first attempt, since if
|
D | ioctl-number.txt | 61 no attempt to list non-X86 architectures or ioctls from drivers/staging/.
|
D | cdrom.txt | 86 errno to EFAULT on a failed attempt to copy data to or from user
|
D | hdio.txt | 77 errno to EFAULT on a failed attempt to copy data to or from user
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 122 once you are certain that ACPI isn't using the SMBus, you can attempt
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | commands.h | 1391 __le32 attempt; member 1487 __le32 attempt; member
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 130 attempt to catch some of the cases, and also before writes to shared
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fplsp.doc | 120 The package does not attempt to correctly emulate instructions
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 340 This method should not attempt to release any references held by the 413 This is called to attempt to read a netfs page from the cache, or to 549 This is called to note the end of an attempt to retrieve a page. The
|
D | cachefiles.txt | 43 attempt to journal anything since the journalling interfaces of the various
|
D | netfs-api.txt | 695 storage request to complete, or it may attempt to cancel the storage request -
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 59 DisplayLink chips (Alex and Ollie family). It will then attempt to read the EDID
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 475 Unrolling three times gives a gain of 30% compared to attempt 2. 505 compared with attempt 4 with 4 times unrolled, and we only require 1/3rd 642 This makes things worse. Let's stick with attempt 6 and continue from there.
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 14 Alternatively, you can attempt to run one of the supported stable or -rc
|
D | COPYING | 189 except as expressly provided under this License. Any attempt
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 116 Enabling this option will cause the cifs client to attempt to
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 30 This file is an attempt to document the existing usage and allow
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 350 The BIOS may attempt to resynchronize the TSCs during the poweron process and 351 the operating system or other system software may attempt to do this as well. 578 In an attempt to work around this, several implementations have provided a
|
D | mmu.txt | 11 on an emulated mmu except for timing (we attempt to comply
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 107 - When image_size is zero, a bootloader should attempt to keep as much
|
D | arm-acpi.txt | 131 on the command line, the kernel will attempt to use ACPI tables first, but
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.pvrusb2 | 168 buffers and makes no attempt to define any policy or mechanism for
|
D | v4l2-controls.txt | 458 will return -EBUSY if an attempt is made to set this control. The 751 There can be only one notify function per control handler. Any attempt
|
D | v4l2-framework.txt | 778 will attempt to select that device node number. If that number was already 818 be called if the registration failed, nor should you ever attempt to
|
D | vivid.txt | 158 This will attempt to assign /dev/video2 for the video capture device of
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 247 device will attempt to enter power saving mode.
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 118 When returned, this value will cause the kernel to attempt to
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 218 To use this debugging feature you should attempt to suspend the
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 116 At least ia64 makes an attempt at recovering from hardware errors, but
|
/linux-4.1.27/sound/pci/ |
D | intel8x0.c | 2766 int civ, timeout = 1000, attempt = 1; in intel8x0_measure_ac97_clock() local 2844 if (attempt < 3) { in intel8x0_measure_ac97_clock() 2846 attempt++; in intel8x0_measure_ac97_clock()
|
/linux-4.1.27/Documentation/dvb/ |
D | avermedia.txt | 155 Australia, so I will attempt to explain how it works here in
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 255 o "wd1" and "wd2" are the number of times that an attempt to 264 o "sc" is the number of times that the attempt to start a
|
D | torture.txt | 85 The number of seconds between each attempt to execute a
|
/linux-4.1.27/Documentation/driver-model/ |
D | porting.txt | 336 bus-specific, so the generic model does attempt to generalize them.
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 116 can handle the event or return 1 to let HCI attempt standard processing.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 657 are read in from swap in a single attempt. This is the swap counterpart 764 At the default value of vfs_cache_pressure=100 the kernel will attempt to
|
D | kernel.txt | 594 will drop its sampling frequency to attempt to reduce its CPU 605 1-100: attempt to throttle perf's sample rate to this
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 13 input subsystem; drivers do not need to maintain the state and may attempt to
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 200 You simply have to define a detect callback which will attempt to
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 788 __le16 attempt; member
|
D | hci_core.h | 415 __u8 attempt; member
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 44 attempt to DMA to a location in system memory that has not been
|
D | hvcs.txt | 222 them (though screen makes an attempt and can apparently be configured with
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.cpu | 313 Enabling this option will attempt to work around some (but not all)
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 317 Isdnlog supports only the HiSax driver. Do not attempt to use it with
|
D | README | 386 attempt to make a connection whenever a network data packet needs
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 380 on the group in an attempt to provide fairness among groups.
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 394 decrement the usage counter; they do not attempt to carry out 633 connection and attempt to connect to the hi-speed pins. The
|
/linux-4.1.27/drivers/i2c/busses/ |
D | Kconfig | 179 controllers. This driver will attempt to use both controllers 360 255 bytes in length. Any attempt to to a larger transfer will return
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 387 activity as they attempt to locate your drive.
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 173 except as expressly provided under this License. Any attempt
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 176 expressly provided under this License. Any attempt otherwise to copy,
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 173 except as expressly provided under this License. Any attempt
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 270 hardware, apparently because they never attempt to overlap CDROM
|
D | cdrom-standard.tex | 644 attempt for mounting a \cdrom\ on an empty drive occurs. This is not a 726 tray is found to be open, an attempt to close the tray is made. Then,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 1292 __le32 attempt; member
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 365 symlink(2) attempt outside the configfs filesystem will be denied.
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 352 The driver core will automatically attempt to bind this driver to any SPI
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1619 * and then attempt to complete the command again. We should use a 1703 * should take us to message out phase and then attempt to
|
D | aic79xx.seq | 1182 * and then attempt to complete the command again. We should use a 1291 * should take us to message out phase and then attempt to
|
D | aic79xx.reg | 193 * This happens when an attempt
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1290 attempt: in qla25xx_manipulate_risc_semaphore() 1326 goto attempt; in qla25xx_manipulate_risc_semaphore()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 1024 GUS ACE works too but any attempt to record or to use the MIDI port 1084 attempt to use the same IRQ or DMA channels twice.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1173 Talkwith does not attempt to load your settings after the new 1520 as expressly provided for under this License. Any other attempt to
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1848 Don't attempt to share filesystems simply by booting two UMLs from the 1941 If you attempt to evade this restriction by changing either the
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 275 ensure that exported files do not attempt to include files which
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1621 can say N here. If this option is not selected and you attempt
|