/linux-4.1.27/drivers/cpuidle/ |
D | coupled.c | 112 int prevent; member 467 while (coupled->prevent) { in cpuidle_enter_state_coupled() 516 if (coupled->prevent) { in cpuidle_enter_state_coupled() 657 coupled->prevent++; in cpuidle_coupled_register_device() 702 coupled->prevent++; in cpuidle_coupled_prevent_idle() 725 coupled->prevent--; in cpuidle_coupled_allow_idle()
|
/linux-4.1.27/Documentation/filesystems/ |
D | efivarfs.txt | 21 as immutable files. This doesn't prevent removal - "chattr -i" will work - 22 but it does prevent this kind of failure from being accomplished
|
D | mandatory-locking.txt | 39 prevent reading the mailbox while it is being updated. 100 prevent mandatory locks from being applied to an mmap()'ed file, but HP-UX
|
D | gfs2-glocks.txt | 10 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other 70 prevent a situation where locks are being bounced around the cluster
|
D | exofs.txt | 152 operations should execute in the order written, and we need to prevent them
|
D | ext3.txt | 20 used to prevent writes to the filesystem.
|
D | fiemap.txt | 50 nothing to prevent the file from changing between calls to FIEMAP.
|
D | fuse.txt | 298 prevent B/2/i, it is enough to check if mount owner has enough
|
D | vfat.txt | 287 software. The slots must be disguised to prevent old software from
|
D | vfs.txt | 757 prevent redirtying the page, it is kept locked during the whole 769 more complex state (unstable pages in NFS prevent reclaim) or 1032 it to prevent automatic expiration - the caller will clean up the
|
D | ext2.txt | 269 RECOVER flag is needed to prevent a kernel which does not understand the
|
D | Locking | 327 cleaned, or an error value if not. Note that in order to prevent the page
|
D | xfs-delayed-logging-design.txt | 43 that an object being relogged does not prevent the tail of the log from ever 164 is not changing while we do this. This requires locking the object to prevent
|
D | ext4.txt | 134 mount options "ro,noload" can be used to prevent
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 3 programs and file capabilities. To prevent the parent program from 5 careful to prevent the parent from doing anything that could subvert the 35 Note that no_new_privs does not prevent privilege changes that do not
|
/linux-4.1.27/drivers/ide/ |
D | ide-floppy_ioctl.c | 240 int prevent = (arg && cmd != CDROMEJECT) ? 1 : 0; in ide_floppy_lockdoor() local 245 ide_set_media_lock(drive, disk, prevent); in ide_floppy_lockdoor()
|
/linux-4.1.27/net/wireless/ |
D | db.txt | 2 # This file is a placeholder to prevent accidental build breakage if someone
|
/linux-4.1.27/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 39 that does not require per-CPU kthreads. This will prevent these 82 3. Once your application has started, prevent CPU-hotplug operations 89 3. Once your application has started, prevent CPU-hotplug operations 96 3. Once your application has started, prevent CPU-hotplug operations 255 2. Build with CONFIG_RCU_NOCB_CPU=n, which will prevent these 263 1. Build with CONFIG_LOCKUP_DETECTOR=n, which will prevent these 265 2. Boot with "nosoftlockup=0", which will also prevent these kthreads
|
D | volatile-considered-harmful.txt | 19 safe (spinlocks, mutexes, memory barriers, etc.) are designed to prevent 55 architectures. Those accessors are written to prevent unwanted 80 keyword to asm statements will prevent this removal.
|
D | preempt-locking.txt | 81 Note that you do not need to explicitly prevent preemption if you are holding 120 It is possible to prevent a preemption event using local_irq_disable and
|
D | highuid.txt | 51 Filesystems with simple fixups to prevent 16-bit UID wraparound:
|
D | ldm.txt | 28 To prevent legacy applications from repartitioning the disk, the LDM creates a
|
D | DMA-attributes.txt | 23 indications with DMA_ATTR_WRITE_BARRIER would prevent the race.
|
D | atomic_ops.txt | 94 macro should be used to prevent the compiler from using optimizations 141 stack and later reload. To prevent the compiler from attacking your 165 that expected b to never have the value 42 if a was zero. To prevent
|
D | memory-barriers.txt | 205 is required to prevent compiler mischief. Please note that you 697 The initial ACCESS_ONCE() is still required to prevent the compiler from 1347 The ACCESS_ONCE() function can prevent any number of optimizations that, 1383 Use ACCESS_ONCE() to prevent the compiler from doing this to you: 1407 Again, use ACCESS_ONCE() to prevent the compiler from doing this: 1467 Use ACCESS_ONCE() to prevent the compiler from making this sort of 1490 There is nothing to prevent the compiler from transforming 1502 to prevent this as follows: 1554 Use ACCESS_ONCE() to prevent this as follows: 1563 poor performance and scalability. Use ACCESS_ONCE() to prevent [all …]
|
D | media-framework.txt | 241 supported by the graph traversal API. To prevent infinite loops, the graph 322 prevent link states from being modified during streaming by calling
|
D | binfmt_misc.txt | 32 you might have to write \\x0a to prevent the shell from eating your \.
|
D | workqueue.txt | 125 maintaining just enough concurrency to prevent work processing from 213 work items will not prevent other work items in the same
|
D | DMA-API.txt | 112 GFP_ATOMIC to prevent blocking, or if it's permitted (not 235 boundary and end exactly on one (to prevent two separately mapped 631 errors will only silently counted. This limitation exist to prevent the code
|
D | kmemcheck.txt | 115 can prevent floods of warnings and increase the chances of the machine 365 437 * itimers in the signal delivery path to prevent DoS 750 This does not prevent the page faults from occurring, however, but marks the
|
D | xillybus.txt | 278 control mechanisms exist on both sides to prevent underflows and overflows. 321 the FPGA, and hence can't be sent. To prevent loss of data, these leftover
|
D | stable_api_nonsense.txt | 135 reworked to prevent the security problem from occurring. When this
|
D | intel_txt.txt | 145 launch, TXT must first be exited. This is to prevent attacks that
|
D | this_cpu_ops.txt | 84 prevent the kernel from moving the thread to a different processor
|
D | sysrq.txt | 166 kernel messages you do not want to see. Selecting '0' will prevent all but
|
D | CodingStyle | 785 for us... but it doesn't. To help prevent such bugs, always follow this 868 You may need to mark your asm statement as volatile, to prevent GCC from
|
D | cachetlb.txt | 236 PAGE_SIZE, and does not prevent multiple cache lines for the same
|
D | vfio.txt | 442 (iommu=group_mf). The latter we can't prevent, but the IOMMU should
|
D | kobject.txt | 364 The filter function allows a kset to prevent a uevent from being emitted to
|
D | applying-patches.txt | 87 except for errors which is nice to prevent errors from scrolling out of the
|
D | parport-lowlevel.txt | 1358 FIFO. Is there a way of stunning the FIFO to prevent this?
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | TODO | 5 skipped. In that case rtl28xxu driver needs module parameter to prevent
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 5 skipped. In that case rtl28xxu driver needs module parameter to prevent
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 99 1. The principal reason is to prevent filesystems from being damaged after 117 additional memory and we prevent them from doing that by freezing them earlier. 122 3. The third reason is to prevent user space processes and some kernel threads 152 4. Another reason for freezing tasks is to prevent user space processes from 202 VI. Are there any precautions to be taken to prevent freezing failures? 225 mutex_[un]lock(&pm_mutex). That would prevent freezing failures.
|
D | runtime_pm.txt | 153 this circumstance). To prevent this (for example, if the callback routine has 460 effectively prevent the device from being power managed at run time) 464 PM attributes from /sys/devices/.../power (or prevent them from being 780 prevent the non-debugging runtime PM sysfs attributes from being created. 800 the heuristic ends up being non-optimal, it will still prevent devices from 831 Under some circumstances a driver or subsystem may want to prevent a device
|
D | suspend-and-interrupts.txt | 70 After wakeup, it generally is better to disable that input to prevent the
|
D | swsusp.txt | 291 To prevent this situation you should use 'Encrypt suspend image'. 305 suspend image to prevent sensitive data from being stolen after
|
D | pm_qos_interface.txt | 209 expected to use it. That allows software to prevent the hardware from
|
D | opp.txt | 95 and other contexts that prevent blocking functions in RCU or mutex operations
|
D | pci.txt | 342 device's struct pci_dev and uses the firmware-provided method to prevent the 709 callback is to prevent new children of the device from being registered until 977 the runtime_idle() callback to prevent the device from being suspended again
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | review-checklist.txt | 37 host/guest memory must be unshared to prevent the host from writing to
|
D | mmu.txt | 363 To prevent an spte that was converted into a kernel page with cr0.wp=0
|
/linux-4.1.27/drivers/scsi/ |
D | osst.h | 259 …unsigned prevent :1; /* The device defaults in the prevent state after power up… member 265 …unsigned prevent :1; /* The device defaults in the prevent state after power up… member
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 10 domains, and prevent these PM domains from being powered down, which would
|
/linux-4.1.27/Documentation/security/ |
D | keys-request-key.txt | 47 does not need to link the key to a keyring to prevent it from being immediately 61 to prevent the key from going away, and returns the serial number of the key to 140 This is provided to prevent excessive repeated spawning of /sbin/request-key
|
D | keys.txt | 879 prevent access vs modification races. See the section "Notes on accessing 1326 prevent the key's payload changing. It is not necessary to use RCU locking
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 28 to "lock" certain keyring to prevent adding new keys.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 161 isb @ prevent speculative exec past here 180 isb @ prevent speculative exec past here
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep.txt | 64 but retain the compiler constraints that prevent duplicating 69 retain the compiler constraints that prevent duplicating
|
D | checklist.txt | 47 to prevent grace periods from ending prematurely, which 106 the following measures to prevent memory-corruption problems: 145 to prevent weakly ordered machines from misordering 254 spinning on the lock could prevent the grace period 356 not the case, a self-spawning RCU callback would prevent the
|
D | stallwarn.txt | 194 does not necessarily prevent RCU CPU stall warnings. Therefore, 215 This will prevent RCU callbacks from ever being invoked, 216 and in a CONFIG_PREEMPT_RCU kernel will further prevent
|
D | rcu_dereference.txt | 194 will normally prevent the compiler from knowing too much. 326 should prevent the compiler from guessing the value.
|
D | rcubarrier.txt | 301 rcu_barrier_func() has completed. This by itself would prevent
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | Kconfig | 18 BIOS) say Y here. Also the PNPBIOS can help prevent resource
|
/linux-4.1.27/Documentation/i2c/ |
D | old-module-parameters | 9 "ignore" (to prevent a driver from probing a given address).
|
D | instantiating-devices | 173 instantiated automatically. In order to prevent any misbehavior of this
|
D | writing-clients | 208 Note that the absence of matching classes does not prevent the use of
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 299 mov why, #0 @ prevent syscall restart handling 305 mov why, #0 @ prevent syscall restart handling
|
/linux-4.1.27/Documentation/hwmon/ |
D | max1668 | 60 Set to non-zero if you wish to prevent write access to alarm thresholds.
|
D | jc42 | 62 systems use the sensor to prevent memory overheating by automatically throttling
|
D | it87 | 241 prevent fast switching between fan on and off.
|
D | lm93 | 205 The LM93 can also apply hysteresis to the offset table, to prevent unwanted
|
/linux-4.1.27/kernel/gcov/ |
D | Kconfig | 50 which are not linked to the kernel image to prevent linker errors.
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 13 lirc_zilog to prevent removal of lirc_zilog when the /dev/lircN device node
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 55 DAMA is a mechanism to prevent collisions when doing AX.25 70 DAMA is a mechanism to prevent collisions when doing AX.25
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 52 are needed in the non-RT kernels to prevent deadlocks like: 146 currently prevent using RCU in place of view remaining lglocks.
|
D | rt-mutex-design.txt | 28 with the resource. This is a priority inversion. What we want to prevent 305 amount of data. So to prevent this, the implementation not only implements 434 taken to prevent any more changes to the pi_list of the task. This also 754 pi_lock is taken. Remember that this is the trick to prevent the race
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | switch_to.S | 91 # Clear the single-step flag to prevent us coming this way until we get
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 127 This attempts to prevent cache-memory incoherence due to external 132 This will not completely prevent cache incoherency on affected cores.
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 84 The "cciss_simple_mode=1" boot parameter may be used to prevent the driver 147 hardware and it is important to prevent the kernel from attempting to directly
|
/linux-4.1.27/arch/c6x/lib/ |
D | remu.S | 41 ;; The ABI seems designed to prevent these functions calling each other,
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 41 prevent one process from touching another process's resources.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | persistent-data.txt | 33 is a read/write locking interface to prevent concurrent accesses, and
|
D | dm-raid.txt | 51 [sync|nosync] Force or prevent RAID initialization.
|
D | cache.txt | 115 The user can set a throttle to prevent more than a certain amount of
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.ymfsb | 60 To prevent this, you should express some options to your sound player
|
D | ALS | 28 passing "0" as the "sb" module's "mpu_io" module parameter to prevent the
|
D | PAS16 | 32 prevent some later ones from being asked. For example don't answer y to
|
D | Opti | 156 the mad16 driver (use "modprobe mad16" to prevent auto-unloading)
|
D | README.OSS | 733 prevent some later ones from being asked. For example don't answer y to 737 prevent kernel from booting. If you card was in the list of supported 830 channels with cards that don't support this feature will prevent
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 90 verifications which will usually prevent the kernel to crash in case of
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 87 Once the upcall mechanism is chosen, it cannot be changed. To prevent
|
D | nfs.txt | 49 outstanding NFSv4 state has expired, to prevent loss of NFSv4 state.
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 104 prevent the computer or its devices from working properly. If a 184 power/control do essentially the same thing -- they both prevent the 188 (In 2.6.21 writing "0" to power/autosuspend would prevent the device 232 Setting the initial default idle-delay to -1 will prevent any 281 The kernel will not prevent you from enabling autosuspend on devices 485 external PM calls, and the usb_autopm_get_interface() will prevent any 634 implementation takes steps to prevent this:
|
D | mass-storage.txt | 18 there may be some with hardware restrictions that prevent a buffer 89 reported as read only. This will prevent host from modifying the
|
D | dma.txt | 70 lines to prevent DMA conflicts.
|
D | URB.txt | 175 which often means some sort of lock will be needed to prevent the URB
|
D | ehci.txt | 83 and prevent use of polling intervals of less than one frame.
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 76 s-Par's firmware interface, to help prevent accidentally booting into
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 74 seems that access to such docs would prevent me from working on the
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 61 ** 4.modify the ISR, arcmsr_interrupt routine,to prevent the
|
D | hpsa.txt | 31 The "hpsa_simple_mode=1" boot parameter may be used to prevent the driver from
|
D | ChangeLog.sym53c8xx_2 | 118 threads. A timer is also used to prevent from waiting indefinitely.
|
D | osst.txt | 102 tape (or the file system) in order to smooth out the data stream and prevent
|
D | ChangeLog.megaraid_sas | 106 2. Mask off flags in ioctl path to prevent memory scribble with older 386 to prevent IO completion processing from being delayed
|
D | aic7xxx.txt | 245 Definition: Send an ordered tag periodically to prevent
|
D | ChangeLog.lpfc | 31 * Zero-out response sense length in lpfc_scsi_prep_cmnd to prevent 159 * Added code to prevent waking up worker thread after the exit of 522 * Zero out seg_cnt in prep_io failure path to prevent double sg 665 lpfc_jedec_to_ascii to prevent warning in SLES 9. 1322 lpfc_elx_chk_latt. This will prevent the discovery state machine
|
D | LICENSE.qla4xxx | 64 program proprietary. To prevent this, we have made it clear that any
|
D | LICENSE.qla2xxx | 65 program proprietary. To prevent this, we have made it clear that any
|
D | aic79xx.txt | 248 Definition: Send an ordered tag periodically to prevent
|
D | scsi_mid_low_api.txt | 373 scsi_block_requests - prevent further commands being queued to given host 475 * scsi_block_requests - prevent further commands being queued to given host
|
D | ChangeLog.1992-1997 | 729 * u14-34f.c: Use block field in Scsi_Host to prevent commands from 811 all I/O to certain other cards. Helps prevent problems with some
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 23 possible. Negative values will prevent the device from
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-piix4 | 106 of all affected systems, so the only safe solution was to prevent access to
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 135 block of the if (trace_<tracepoint>_enabled()) to prevent races between
|
D | events.txt | 176 double-quotes can be used to prevent the shell from interpreting
|
/linux-4.1.27/drivers/usb/storage/ |
D | realtek_cr.c | 844 int prevent = srb->cmnd[4] & 0x1; in rts51x_invoke_transport() local 845 if (prevent) { in rts51x_invoke_transport()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-power | 46 + "on\n" to prevent the device from being power managed; 196 prevent the device from being suspended at run time (similar
|
D | sysfs-driver-hid-roccat-isku | 24 windows and application keys, to prevent accidental presses.
|
D | sysfs-driver-hid-roccat-ryos | 85 windows and application keys, to prevent accidental presses.
|
/linux-4.1.27/Documentation/power/regulator/ |
D | overview.txt | 158 provide regulator constraints that will prevent device damage through
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 48 prevent the freeze/unfreeze cycle from becoming visible to the tasks
|
D | memory.txt | 223 In this case, setting memsw.limit_in_bytes=3G will prevent bad use of swap. 308 kernel memory, we prevent new processes from being created when the kernel
|
D | unified-hierarchy.txt | 423 This, in part, is to prevent the cgroup interface from being
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-diff.txt | 182 prevent such fluctuation.
|
D | perf-record.txt | 60 prevent the shell interpretation. You also need to use --group on
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 550 cmovne why, #0 @ prevent further restarts 673 mov why, #0 @ prevent syscall restart handling
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 107 prevent over deviation.
|
D | fimc.txt | 80 detects such cases but the applications should prevent them to avoid an
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 87 prevent any driver from properly setting up the translations.
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 70 Deactivation slack helps prevent dropped contact for single touch use, but does
|
/linux-4.1.27/Documentation/vm/ |
D | balance | 11 __GFP_IO allocation requests are made to prevent file system deadlocks.
|
D | transhuge.txt | 67 entities). It doesn't require reservation to prevent hugepage 345 page_table_lock will prevent the huge pmd to be converted into a
|
D | unevictable-lru.txt | 102 where they can be found by isolate_lru_page(), we would prevent their 116 under the zone lru_lock. This allows us to prevent the stranding of pages on 151 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 115 acceptable trade for large contiguous free memory. Set to 0 to prevent 393 no other uptodate copy of the data it will kill to prevent any data 632 policy that attempts to prevent any overcommit of memory. 744 This is intended to prevent a user from starting a single memory hogging
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 140 signal direction may change. This helps drivers prevent userspace code
|
D | driver.txt | 163 This will prevent the use of non-irq related GPIO APIs until the GPIO IRQ lock
|
/linux-4.1.27/fs/nfs/ |
D | Kconfig | 69 option to prevent your NFS client from trying to use the NFSv3
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 131 up to the operation implementation to prevent interference between other
|
D | cachefiles.txt | 179 permissions to prevent random users being able to access them directly.
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_user_helpers.txt | 17 implementation, however a VDSO would prevent some assembly tricks with
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 1374 int prevent; in do_prevent_allow() local 1383 prevent = common->cmnd[4] & 0x01; in do_prevent_allow() 1389 if (curlun->prevent_medium_removal && !prevent) in do_prevent_allow() 1391 curlun->prevent_medium_removal = prevent; in do_prevent_allow()
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 22 feature, to prevent user space crashes leaving the phone in vibrate mode
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 131 heavyweight lock was required to prevent the erase code from freeing
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.x86 | 276 does not have any safeguards to prevent operating the CPU out of spec
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 154 prevent userspace accessing the underlying memory directly.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 24 prevent you from undesired phone bills in case of driver problems.
|
D | INTERFACE.CAPI | 48 driver has to call capi_ctr_down(). This will prevent further calls to the
|
D | README | 391 "manual" is a dial mode created to prevent the unexpected dialouts.
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 65 result is zero. The implementation attempts to prevent
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 161 3. POSIX CPU timers prevent CPUs from entering adaptive-tick mode. 167 all of them over time. Adaptive-tick mode may prevent this
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 98 that would prevent the DT from separately representing the two orthogonal
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 96 additional synchronization to prevent the on-stack completion object in
|
D | sched-deadline.txt | 344 and how to prevent non-root users "cheat" the system?
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 127 this feature can be used to prevent trace overflow from loops that
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | net2280.c | 649 unsigned cleanup = 0, prevent = 0; in read_fifo() local 662 prevent = 1; in read_fifo() 702 cleanup ? " flush" : "", prevent ? " nak" : "", in read_fifo() 722 if (prevent) { in read_fifo()
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 169 higher exception level to prevent execution in an UNKNOWN state.
|
/linux-4.1.27/drivers/usb/misc/ |
D | Kconfig | 197 to help prevent problems from cropping up with "real" drivers.
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 30 disabled by default to prevent problems with accidental use of stale
|
D | COPYING | 53 program proprietary. To prevent this, we have made it clear that any
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 19 *** to prevent data corruption possible due to hardware design flaws.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 215 Intel machines). This can be used to prevent the usage
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | governors.txt | 156 takes to complete as you can 'nice' it and prevent it from taking part
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 336 // interrupts off to prevent racing with timer isr
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 33 passive power reduction must be performed to prevent the hardware
|
D | sysfs-api.txt | 54 - "disabled" will prevent kernel thermal driver action upon trip points
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 600 int prevent; in allow_medium_removal() local 602 prevent = srb->cmnd[4] & 0x1; in allow_medium_removal() 606 if (prevent) { in allow_medium_removal()
|
/linux-4.1.27/Documentation/networking/ |
D | decnet.txt | 52 prevent you adding further addresses to the loopback device if you
|
D | e1000e.txt | 236 GbE region in the ICHx NVM (in order to prevent accidental corruption of the
|
D | ip-sysctl.txt | 341 only to prevent simple DoS attacks, you _must_ not rely on this 359 and warning is printed. This limit exists only to prevent 462 we are not conforming to RFC, but prevent TCP TIME_WAIT 511 overflows. This is to prevent against the common 'SYN flood attack' 1033 to prevent IP spoofing from DDos attacks. If using asymmetric routing
|
D | openvswitch.txt | 205 checksums, etc. This would prevent userspace from implementing a
|
D | LICENSE.qlge | 63 program proprietary. To prevent this, we have made it clear that any
|
D | LICENSE.qlcnic | 63 program proprietary. To prevent this, we have made it clear that any
|
D | timestamping.txt | 231 send time with the value returned for each timestamp. It can prevent
|
D | ppp_generic.txt | 305 instance. In order to prevent possible races this ioctl will fail
|
D | scaling.txt | 393 prevent out of order (ooo) packets. The choice also amortizes the cost
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 46 prevent the ldisc from being attached. Can sleep.
|
D | driver | 58 The core driver uses the info->tmpbuf_sem lock to prevent multi-threaded
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 5 * The reference design contains a bug which prevent PCI DMA from working
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 95 prevent an incoherent file system, but others don't, to allow software 430 errors at these high speeds, reducing the speed can prevent data loss 570 The capability flag is declared $const$, to prevent drivers from 729 are passed is the return value zero. The door is locked to prevent file
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 209 you wish to prevent scrolling entirely.
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 16 prevent the inclusion of your patches into the mainline.
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 387 configuration will prevent Windows from automatically detecting
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-n900.dts | 22 * but it is not widely used and to prevent kernel crash rather AES is disabled.
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 274 The only reason not to enable this option is to prevent damage to
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 412 parameter should be used for the kdump kernel in order to prevent allocation
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 374 "audiophile_skip_setting_quirk" in order to prevent AltSettings not
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 112 idle state, and possibly to prevent that to guarantee reliable device
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1146 bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation" 1151 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the 1576 -fno-optimize-sibling-calls to gcc should prevent gcc generating
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 58 proprietary. To prevent this, we have made it clear that any patent must be
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 53 program proprietary. To prevent this, we have made it clear that any
|
/linux-4.1.27/ |
D | COPYING | 69 program proprietary. To prevent this, we have made it clear that any
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 404 and will prevent RAM block device backing store memory from being
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 284 SYN cookies may prevent correct error reporting on clients when the
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 268 As a security feature to prevent the delivery of stale data to an
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 306 The idea is to prevent two devices colliding on the same address range.
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 148 readahead can prevent disk accesses for things like executable pages (which are
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 930 prevent that. It can only learn about the fact 997 request in sort order to prevent binary tree lookups.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3792 * Counting semaphore to prevent new select-outs 3948 * the driver to do things like prevent initiator or target
|
D | aic7xxx.reg | 1621 * the driver to do things like prevent initiator or target
|