/linux-4.4.14/mm/ |
D | madvise.c | 29 static int madvise_need_mmap_write(int behavior) in madvise_need_mmap_write() argument 31 switch (behavior) { in madvise_need_mmap_write() 48 unsigned long start, unsigned long end, int behavior) in madvise_behavior() argument 55 switch (behavior) { in madvise_behavior() 87 error = ksm_madvise(vma, start, end, behavior, &new_flags); in madvise_behavior() 93 error = hugepage_madvise(vma, &new_flags, behavior); in madvise_behavior() 375 unsigned long start, unsigned long end, int behavior) in madvise_vma() argument 377 switch (behavior) { in madvise_vma() 385 return madvise_behavior(vma, prev, start, end, behavior); in madvise_vma() 390 madvise_behavior_valid(int behavior) in madvise_behavior_valid() argument [all …]
|
/linux-4.4.14/security/ |
D | device_cgroup.c | 51 enum devcg_behavior behavior; member 173 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online() 191 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_online() 196 dev_cgroup->behavior = parent_dev_cgroup->behavior; in devcgroup_online() 208 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_offline() 224 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_css_alloc() 288 if (devcgroup->behavior == DEVCG_DEFAULT_ALLOW) { in devcgroup_seq_show() 399 enum devcg_behavior behavior) in verify_new_ex() argument 407 if (dev_cgroup->behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex() 408 if (behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex() [all …]
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 1 SPI Chip Select behavior: 10 behavior. If your SPI slave device in question requires SPI MODE_0 or MODE_2 13 the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior.
|
D | bfin-gpio-notes.txt | 57 Some drivers, like gpio-keys, need this behavior. Kernel only print out 65 there is any abnormal driver behavior, please check the bfin-gpio
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig.debug | 20 The default linker behavior is to combine identical literal 30 Enable this option to test S32C1I instruction behavior at boot.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 5 Because VM is getting complex (one of reasons is memcg...), memcg's behavior 6 is complex. This is a document for memcg's internal behavior. 91 But brief explanation of the behavior of memcg around shmem will be 129 (Memory behavior under GB and Memory behavior under MB shows very
|
D | devices.txt | 66 group behavior exceptions 110 device cgroups is implemented internally using a behavior (ALLOW, DENY) and a
|
D | unified-hierarchy.txt | 208 happens between internal tasks and child cgroups and the behavior is 210 and knobs to tailor the behavior to specific workloads. Continuing 222 behavior. To achieve that, unified hierarchy enforces the following 521 basic desirable behavior. First off, the soft limit has no
|
/linux-4.4.14/arch/sh/drivers/ |
D | Kconfig | 10 behavior is platform-dependent, but normally the flash frequency is
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 6 Functional tests shall test the documented behavior of the futex operation 7 code under test. This includes checking for proper behavior under normal use,
|
/linux-4.4.14/Documentation/arm/ |
D | mem_alignment | 26 To change the alignment trap behavior, simply echo a number into 29 bit behavior when set
|
/linux-4.4.14/Documentation/filesystems/ |
D | jfs.txt | 12 iocharset=none specifies the default behavior explicitly. 27 previously specified in order to restore normal behavior.
|
D | devpts.txt | 14 If CONFIG_DEVPTS_MULTIPLE_INSTANCES=n, there is no change in behavior and 125 initial kernel mount. This behavior while preserving legacy semantics,
|
D | btrfs.txt | 59 These debugging options control the behavior of the integrity checking 71 checker module behavior. 126 operations). This was previously the behavior only when a snapshot is
|
D | ecryptfs.txt | 70 then behavior is undefined. Do not run eCryptfs in higher verbosity
|
D | isofs.txt | 39 recreate previous unhide behavior
|
D | fuse.txt | 234 C) mount owner should not be able to induce undesired behavior in 262 undesired behavior in other users' processes, such as: 274 2) Even if 1) is solved the mount owner can change the behavior
|
D | debugfs.txt | 49 implement the file's behavior. At a minimum, the read() and/or write() 210 will be a lot of stale pointers and no end of highly antisocial behavior.
|
D | overlayfs.txt | 179 Non-standard behavior 214 the behavior of the overlay is undefined, though it will not result in
|
D | vfat.txt | 145 -- specify FAT behavior on critical errors: panic, continue 147 read-only mode (default behavior).
|
D | affs.txt | 189 'nofilenametruncate' mount option can change that behavior.
|
D | spufs.txt | 33 The files in spufs mostly follow the standard behavior for regular sys- 238 These two files change the behavior of the signal1 and signal2 notifi-
|
D | sysfs.txt | 181 write. This forces the following behavior on the method
|
D | relay.txt | 109 that are available and some comments regarding their behavior:
|
D | Locking | 566 VM_FAULT_NOPAGE. Or one of the VM_FAULT_ERROR types. The default behavior
|
/linux-4.4.14/Documentation/ |
D | DMA-attributes.txt | 33 behavior. 43 behavior. 69 attribute and exhibit default behavior.
|
D | binfmt_misc.txt | 46 'P' - preserve-argv[0]. Legacy behavior of binfmt_misc is to overwrite 55 'O' - open-binary. Legacy behavior of binfmt_misc is to pass the full path 62 'C' - credentials. Currently, the behavior of binfmt_misc is to calculate
|
D | cpu-load.txt | 50 One can imagine many more situations where this behavior of the kernel
|
D | ntb.txt | 47 shifted by one in each round, to test the behavior of multiple doorbell bits 56 hardware. You may override this behavior at your own risk by setting
|
D | lockup-watchdogs.txt | 23 behavior is changed, which can be done through a sysctl,
|
D | local_ops.txt | 43 not have a different behavior between SMP and UP, including asm-generic/local.h
|
D | gcov.txt | 126 This behavior can be deactivated by specifying the gcov_persist kernel
|
D | 00-INDEX | 83 - semantics and behavior of atomic and bitmask operations. 287 - semantics and behavior of local atomic operations.
|
D | sysfs-rules.txt | 34 application's behavior, but never try to search for sysfs. Never try
|
D | unshare.txt | 32 resources and thus they can achieve legacy "threads" behavior without
|
D | workqueue.txt | 251 behavior. Work items on such wq are always queued to the unbound
|
D | DMA-API-HOWTO.txt | 198 behavior. You must either use a different mask, or not use DMA. 350 in order to get correct behavior on all platforms.
|
D | xillybus.txt | 215 choice is a non-zero value, to match standard UNIX behavior.
|
/linux-4.4.14/security/selinux/include/ |
D | objsec.h | 65 unsigned short behavior; /* labeling behavior */ member
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 7 controlled. The behavior on IA64 platforms is slightly different from 38 Initialization and default behavior:
|
D | fsys.txt | 233 would be the normal & expected behavior, so no special treatment is
|
/linux-4.4.14/drivers/parisc/ |
D | README.dino | 5 ** the behavior of five models of HP VISUALIZE workstations when
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 50 all these different devices has also allowed the behavior of each 52 This divergence of behavior has been very significant for \cdrom\ 58 maintain uniform behavior across all the \linux\ \cdrom\ drivers. 60 This document describes an effort to establish Uniform behavior across 91 importantly, it appeared that the behavior of the `standard' commands 98 behavior was usually different. 114 {\em one\/} \linux\ \cdrom\ interface with consistent behavior for all 141 importantly, this led to the divergence of behavior, which has already 145 drive behavior, and to provide a common set of services to the various 186 place where the behavior of all \cdrom-devices is defined and [all …]
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 11 behavior obviously speeds up various workloads, but it means the operating 16 control the caching behavior of the storage device. These mechanisms are
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 163 Controls the kernel's callhome behavior in case of a kernel panic. 168 When the value in this file is 0 (which is the default behavior) 299 This value controls the hard lockup detector behavior when a hard 304 0: do nothing. This is the default behavior. 318 Controls the kernel's behavior when a hung task is detected. 321 0: continue operation. This is the default behavior. 567 Controls the kernel's behavior when detecting the overflows of 657 These values influence printk() behavior when printing or 806 Control how file position affects the behavior of updating sysctl values 813 0 - (default) Same behavior as above, but warn about processes that [all …]
|
D | fs.txt | 196 When set to "0", hardlink creation behavior is unrestricted. 215 When set to "0", symlink following behavior is unrestricted.
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83l786ng | 19 behavior is no chip reset to preserve BIOS settings
|
D | w83791d | 33 The default behavior is to do the minimum initialization possible 41 behavior is no chip reset to preserve BIOS settings.
|
D | lm78 | 35 as soon as it drops below the Hysteresis value. A more useful behavior
|
D | w83781d | 38 'reset=1' to restore the old behavior. Report if you need to do this. 78 it drops below the Hysteresis value. A more useful behavior 418 My mobo is an ASUS A7V266-E. This behavior is similar to what I got
|
D | ds1621 | 52 As for the thermostat, behavior can also be programmed using the polarity
|
D | w83627ehf | 166 different behavior to bits 7 and 6, including extending the temperature
|
/linux-4.4.14/arch/mips/boot/dts/brcm/ |
D | bcm3384_viper.dtsi | 18 /* 1/2 of the CPU core clock (standard MIPS behavior) */
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 18 High level behavior (mixed): 62 High level behavior (driver code):
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 31 read behavior of nodes: 44 write behavior of nodes:
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 60 but the forwarding behavior is correct. (If userspace can 62 forwarding behavior, then it could set up a flow anyway.) 127 The behavior when using overlapping wildcarded flows is undefined. It is the 131 some but not all of them. However, this behavior may change in future versions. 185 802.1Q header) and it could cause the application's behavior to change
|
D | multiqueue.txt | 69 The behavior of tc filters remains the same. However a new tc action,
|
D | e100.txt | 154 Due to the default ARP behavior on Linux, it is not possible to have
|
D | xfrm_sync.txt | 164 seen, then an odd behavior is seen as follows:
|
D | ixgb.txt | 188 behavior after modifying this register may be undefined (possibly errors of 391 Due to the default ARP behavior on Linux, it is not possible to have
|
D | ip-sysctl.txt | 212 queue. Applications can still use TCP_CORK for optimal behavior 515 If set, provide RFC2861 behavior and time out the congestion 795 number 0). Explicit port allocation behavior is unchanged. 985 Currently, it is used to change the proxy_arp behavior: 1160 Define behavior for gratuitous ARP frames who's IP is not 1625 with IPv6 Neighbor Discovery) behavior:
|
D | README.ipw2100 | 134 There are several ways to control the behavior of the driver. Many of the
|
D | bonding.txt | 23 The behavior of the bonded interfaces depends upon the mode; generally 283 This behavior can be modified by the arp_validate option, 429 behavior), or, when enabled, perform special handling of the 575 option, documented below, affects the behavior of this 787 The default behavior of tlb mode is to shuffle active flows across 2295 destination to make load balancing decisions. The behavior of each 2498 Some switches exhibit undesirable behavior with regard to the 2567 The duplicated packet behavior is switch dependent, some 2569 behavior, it can be induced by clearing the MAC forwarding table (on
|
D | ixgbe.txt | 119 behavior is changed to off. Flow control in 1 gig mode on these devices can
|
D | altera_tse.txt | 250 "rx_gte_1519_bytes" is a statistic defined specific to the behavior of the
|
D | l2tp.txt | 120 Userspace may control behavior of the tunnel or session using
|
D | timestamping.txt | 354 Desired behavior is passed into the kernel and to a specific device by
|
D | cs89x0.txt | 312 l) If during DMA operation you find erratic behavior or network data
|
D | scaling.txt | 173 behavior indicates a problem such as a misconfiguration or spoofed
|
/linux-4.4.14/security/smack/ |
D | Kconfig | 28 access rule set once the behavior is well understood.
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 46 to preserve the old behavior. If you enable this option, UBIFS starts updating atime,
|
/linux-4.4.14/drivers/staging/android/ |
D | Kconfig | 11 POSIX SHM but with different behavior and sporting a simpler
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | Kconfig | 24 Only useful if you rely on the old behavior and use mknod instead of udev.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | zero.txt | 5 zero'd data on reads and silently drops writes. This is similar behavior to
|
D | dm-raid.txt | 230 Since the behavior of storage devices is unreliable in this respect,
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | common-properties.txt | 22 specify the default behavior if none of these properties are present.
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | 8250.txt | 51 pair of NS16550A), albeit with some nonstandard behavior such as
|
/linux-4.4.14/fs/quota/ |
D | Kconfig | 36 Note that this behavior is currently deprecated and may go away in
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 21 behavior in my case was not raised the requirement of joystick calibration.
|
D | alps.txt | 11 have enough behavior differences that the alps_model_data definition 72 and more important in determining the behavior. This code has been
|
D | xpad.txt | 33 claimed dpad_to_buttons could be used to force behavior on known devices.
|
D | event-codes.txt | 293 accordingly. This property does not affect kernel behavior.
|
/linux-4.4.14/drivers/block/drbd/ |
D | Kconfig | 48 behavior.
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.h | 193 u32 behavior; /* labeling behavior for fs_use */ member
|
D | services.c | 2561 sbsec->behavior = c->v.behavior; in security_fs_use() 2573 sbsec->behavior = SECURITY_FS_USE_NONE; in security_fs_use() 2576 sbsec->behavior = SECURITY_FS_USE_GENFS; in security_fs_use()
|
D | policydb.c | 2191 c->v.behavior = le32_to_cpu(buf[0]); in ocontext_read() 2193 if (c->v.behavior == SECURITY_FS_USE_MNTPOINT) in ocontext_read() 2195 if (c->v.behavior > SECURITY_FS_USE_MAX) in ocontext_read() 3125 buf[0] = cpu_to_le32(c->v.behavior); in ocontext_write()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 92 "Line-In Mode" - an enum control to change the behavior of line-in 98 "Mic-In Mode" - an enum control to change the behavior of mic-in 253 problem (especially unexpected behavior of mixer), please attach the
|
D | OSS-Emulation.txt | 119 In such a case, you can change the behavior of PCM per application by 165 The block and non-block options are used to change the behavior of 171 This blocking behavior can be changed globally via nonblock_open
|
D | HD-Audio-Controls.txt | 14 This is an enum control to change the auto-mute behavior of the
|
D | timestamping.txt | 175 wallclock, the timestamps show a monotonic behavior and a lower
|
D | HD-Audio.txt | 421 matching better with the actual codec or device behavior. Many of 607 via power-saving behavior. 816 doesn't emulate the behavior with the real audio I/O, but it just
|
D | Audiophile-Usb.txt | 88 The default behavior of the snd-usb-audio driver is to list the device
|
D | ALSA-Configuration.txt | 89 nonblock_open option is used to change the behavior of the PCM 252 -1 -- Default behavior. 611 behavior to each PCM device:
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 35 behavior and information flow should be managed with a combination of 208 this is different from normal behavior. The tracer MUST NOT modify 214 To detect this quirky behavior, check for addr & ~0x0C00 ==
|
D | no_new_privs.txt | 42 execve and can change the behavior of newly-executed programs.
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 38 better behavior with mplayer can be achieved by setting to a higher
|
D | si4713.txt | 17 properties which can change the behavior of this chip.
|
D | vivid.txt | 242 controls that select crop, compose and scale behavior are also 247 the driver behavior and test your application with all sorts of permutations. 265 but the long-term behavior is exactly following the framerate. So a 635 This behavior is also what you want, since a 75% Colorbar 645 This behavior is also what you want, since a 75% Colorbar 723 Standard Signal Mode: selects the behavior of VIDIOC_QUERYSTD: what should 739 DV Timings Signal Mode: selects the behavior of VIDIOC_QUERY_DV_TIMINGS: what
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 34 4. observe its behavior in the kernel log
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 219 wapf: WAPF defines the behavior of the Fn+Fx wlan key 251 - the observed behavior of non-working features
|
D | thinkpad-acpi.txt | 60 - the observed behavior of non-working features 209 Note that unmasking some keys prevents their default behavior. For 644 (it simulates the behavior of Fn-F7). 703 effect and the behavior varies from model to model. Here is the behavior 819 and the sounds vary from model to model. Here is the behavior on the
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 415 return sbsec->behavior == SECURITY_FS_USE_XATTR || in selinux_is_sblabel_mnt() 416 sbsec->behavior == SECURITY_FS_USE_TRANS || in selinux_is_sblabel_mnt() 417 sbsec->behavior == SECURITY_FS_USE_TASK || in selinux_is_sblabel_mnt() 418 sbsec->behavior == SECURITY_FS_USE_NATIVE || in selinux_is_sblabel_mnt() 433 if (sbsec->behavior == SECURITY_FS_USE_XATTR) { in sb_finish_set_opts() 459 if (sbsec->behavior > ARRAY_SIZE(labeling_behaviors)) in sb_finish_set_opts() 746 if (!sbsec->behavior) { in selinux_set_mnt_opts() 774 sbsec->behavior = SECURITY_FS_USE_NATIVE; in selinux_set_mnt_opts() 795 sbsec->behavior = SECURITY_FS_USE_MNTPOINT; in selinux_set_mnt_opts() 809 if (sbsec->behavior != SECURITY_FS_USE_XATTR && in selinux_set_mnt_opts() [all …]
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 50 CDROM_SET_OPTIONS Set behavior options 51 CDROM_CLEAR_OPTIONS Clear behavior options 594 CDROM_SET_OPTIONS Set behavior options 619 CDROM_CLEAR_OPTIONS Clear behavior options
|
D | hdio.txt | 53 HDIO_SET_ACOUSTIC change acoustic behavior 998 HDIO_SET_ACOUSTIC change acoustic behavior
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 54 community in modifying the behavior of the SCSI midlayer so that SCSI
|
D | osst.txt | 38 behavior looks very much the same as st to the userspace applications.
|
D | scsi_fc_transport.txt | 343 The expected behavior for the LLDD's vport_create() function is:
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 87 The behavior and the effect of the disable variable depends on the
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 23 vary this number based on device behavior. For devices with a
|
D | Kconfig.aic7xxx | 28 vary this number based on device behavior. For devices with a
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 18 4.3 Default behavior 30 system behavior. As for -rt (group) scheduling, it is assumed that root users 40 that makes it possible to isolate the behavior of tasks between each other. 50 from the beginning of the period. In order to implement this behavior, 131 timing behavior, e.g., multimedia, streaming, control applications, etc. 411 4.3 Default behavior
|
D | sched-bwc.txt | 36 bandwidth group. This represents the traditional work-conserving behavior for
|
D | sched-nice-design.txt | 61 accurately: the fact that nice level behavior depended on the _absolute_
|
D | completion.txt | 132 The default behavior is to wait without a timeout and to mark the task as
|
D | sched-design-CFS.txt | 102 interactivity and produce the expected behavior.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 51 This ABI shows the statistics of devfreq behavior on a
|
D | sysfs-block | 155 this behavior on one of two ways: When set to 1, complex
|
D | sysfs-bus-coresight-devices-etm3x | 226 programmed with the various implementation behavior in mind.
|
D | sysfs-bus-coresight-devices-etm4x | 110 Description: (RW) Controls the behavior of the events in bank 0 to 3.
|
D | sysfs-kernel-slab | 9 files may be modified to change the behavior of the cache (and
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 6 perf-timechart - Tool to visualize total system behavior during a workload
|
D | perf-kvm.txt | 28 default behavior of perf kvm as --guest, so if neither --host nor --guest
|
D | perf-top.txt | 203 readability. 0 means no limit (default behavior).
|
D | perf-report.txt | 160 readability. 0 means no limit (default behavior).
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 76 is not the desired behavior.
|
D | hrtimers.txt | 116 The locking and per-CPU behavior of hrtimers was mostly taken from the 119 hrtimer functions now have clearer behavior and clearer names - such as
|
D | NO_HZ.txt | 235 but do not see any change in your workload's behavior. Is this because
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 95 old RX-reset behavior. If unsure, say N.
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 173 behavior. For example, two service drivers run simultaneously on the 198 result unpredictable behavior. Service drivers should use
|
D | pcieaer-howto.txt | 54 behavior. To avoid this conflict, a successful load of the AER Root driver
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 111 allocation behavior using Linux NUMA memory policy. 129 behavior. Rather they want to be sure they get memory from the specified node
|
D | numa_memory_policy.txt | 140 optional set of nodes. The mode determines the behavior of the policy, 141 the optional mode flags determine the behavior of the mode, and the 143 behavior. 147 in context, below, as required to explain the behavior. 238 now allowed, the Default behavior is used.
|
D | balance | 48 balancing problem, and stays as close to 2.2 behavior as possible. Also,
|
D | unevictable-lru.txt | 367 prior behavior of mlock() - before the unevictable/mlock changes - 458 behavior is to do so. /proc/sys/vm/compact_unevictable_allowed controls 459 this behavior (see Documentation/sysctl/vm.txt). Once scanning of the
|
D | cleancache.txt | 81 lock the page to ensure serial behavior.
|
D | transhuge.txt | 193 behavior. So to make them effective you need to restart any
|
/linux-4.4.14/drivers/usb/core/ |
D | Kconfig | 64 rejected during enumeration. This behavior is required by the
|
/linux-4.4.14/drivers/video/console/ |
D | Kconfig | 116 is the default behavior.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 70 - arm,shared-override : The default behavior of the pl310 cache controller with
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 81 For compatibility reasons this file and its behavior is still supported
|
D | governors.txt | 168 effect on behavior at lower speeds/lower CPU loads.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 84 General behavior and description of data formats/protocol.
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 36 Description: The boottotool flag controls s-Par behavior on the next boot of
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.devices | 15 behavior is platform-dependent, but normally the flash frequency is
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 95 triggers three main behavior changes:
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 89 The following diagram shows the behavior of kernel thread 120 time is considered largely as a non-causal system where its behavior
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 32 administrative requirements that require particular behavior that does not
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 93 * Optimized shared interface behavior. The new behavior
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 98 without pausing, which is the old default behavior.
|
/linux-4.4.14/Documentation/usb/ |
D | dma.txt | 78 behavior. Just don't override it; e.g. with NETIF_F_HIGHDMA.
|
D | persist.txt | 29 For many sorts of devices this behavior doesn't matter in the least.
|
D | power-management.txt | 189 from being autosuspended; the behavior was changed in 2.6.22. The 499 the kernel's behavior in this regard has changed. As of 2.6.37 the
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 51 This attribute is similar in behavior to the "config" attribute of PCI devices
|
/linux-4.4.14/drivers/firmware/ |
D | Kconfig | 43 bool "Sets default behavior for EDD detection to off"
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 118 COMPAT_SYSCALL_WRAP3(madvise, unsigned long, start, size_t, len, int, behavior);
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 80 If set to zero, legacy behavior is mimicked where the type of
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 91 Various fixes to make delete of open files behavior more predictable 129 of mode (enable old behavior). Fix hang on mount caused when server crashes 341 Add mount option for disabling the default behavior of sending byte range lock 343 mandatory lock behavior such as Evolution), and also mount option for 489 override of the default uid behavior (in which the server sets the uid 711 Fix non-POSIX behavior on rename of open file and delete of open file by taking
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-interrupts.txt | 22 of suspended devices and cause unpredictable behavior to ensue as a result.
|
D | userland-swsusp.txt | 130 and order in which they have been read). Otherwise, the behavior of the
|
D | swsusp.txt | 436 root), the 2.6.15 behavior should be restored. If it is still too
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 61 The core dump behavior can be controlled per process using
|
/linux-4.4.14/net/ipv6/ |
D | Kconfig | 245 may sometimes lead to unintended routing behavior. This can be
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 33 Configure fault-injection capabilities behavior
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 289 behavior is to call in to this ioctl, indicating what they want to 303 architected behavior for a user is to call into this ioctl to recover
|
D | hvcs.txt | 277 When hvcs is being used to serve consoles this behavior is not a huge issue 281 because the standard Linux behavior when cat'ing or dd'ing data to a device
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 37 -- ACPI’s bytecode (AML) allows the platform to encode hardware behavior, 39 able to encode behavior is a key tool used in supporting operating 136 command line; this is the default behavior.
|
D | acpi_object_usage.txt | 361 _HRV 6.1.6 Optional, use as needed to clarify device behavior; in
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 167 or userspace breakage caused by new kernel behavior. Those bugs should be
|
D | Makefile | 682 KBUILD_CFLAGS += $(call cc-option, -fcatch-undefined-behavior)
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 119 than Windows like) file behavior. It also enables
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 120 when entering the guest or don't have any impact on the hypervisor's behavior.
|
D | api.txt | 43 not cause harm to the host, their actual behavior is not guaranteed by 450 and incurs unexpected behavior. 1679 and emulation of PCI 2.3 INTx disable command register behavior. 2493 for specifying any behavior that is not implied by the device type 3070 affect the device's behavior. The only currently defined flag is 3371 There are certain capabilities that change the behavior of the virtual CPU or 3447 boundedly undefined behavior. 3499 When disabled (args[0] == 0), behavior is as if this facility is unsupported. 3557 There are certain capabilities that change the behavior of the virtual
|
/linux-4.4.14/Documentation/hid/ |
D | hiddev.txt | 89 behavior of the read() function can be modified using the HIDIOCSFLAG
|
D | hid-transport.txt | 76 transmission behavior regarding acknowledgements. An asynchronous channel must
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 35 restore the default behavior.
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 276 # Note: "forced64" is Intel CPU behavior: they ignore 0x66 prefix 470 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn). 864 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn).
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 276 # Note: "forced64" is Intel CPU behavior: they ignore 0x66 prefix 470 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn). 864 # Note: "forced64" is Intel CPU behavior (see comment about CALL insn).
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig | 265 bound. The default behavior is to show both the upper and lower
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 475 int behavior = arg->val; in syscall_arg__scnprintf_madvise_behavior() local 477 switch (behavior) { in syscall_arg__scnprintf_madvise_behavior() 509 return scnprintf(bf, size, "%#x", behavior); in syscall_arg__scnprintf_madvise_behavior()
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 320 NBB: The behavior of video= was changed in 2.1.57 so the recommended 680 kernel (or compiled as loadable modules). The behavior of the <fbname> 864 Incorrect use can lead to unpredictable behavior, so please only use
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 381 change this behavior.
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 75 that can change its behavior.
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 53 mounted the root filesystem. The behavior can be overridden
|
/linux-4.4.14/net/ |
D | Kconfig | 76 behavior of the TCP/IP code by writing to the (virtual) files in
|
/linux-4.4.14/arch/cris/ |
D | Kconfig | 315 prompt "Network LED behavior"
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 25 let the HCI driver handle proprietary events or override standard behavior.
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 138 without pausing, which is the old default behavior.
|
D | stallwarn.txt | 205 behavior, you might need to replace some of the cond_resched()
|
/linux-4.4.14/Documentation/gpio/ |
D | consumer.txt | 169 behavior!**
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 161 bahavior||behavior
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1349 Don't have undefined behavior even if the translation 1671 This behavior is undocumented and Bison
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 467 asmlinkage long sys_madvise(unsigned long start, size_t len, int behavior);
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 15 The behavior is also controlled by the kernel command line 486 SLUB statistics are useful to debug SLUBs allocation behavior in 865 scheduler behavior and provide them in /proc/schedstat. These
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 84 debug log. You can change the behavior using 2 sysctl parameters in
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 297 Only enable it if you want to analyse the branching behavior.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1151 Don't have undefined behavior even if the translation 1454 This behavior is undocumented and Bison
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1308 Don't have undefined behavior even if the translation 1672 This behavior is undocumented and Bison
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 583 controlling the behavior of this hardware.
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 67 enforces this behavior.
|