/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_nat_l3proto_ipv6.c | 205 } *inside; in nf_nat_icmpv6_reply_translation() local 214 if (!skb_make_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmpv6_reply_translation() 219 inside = (void *)skb->data + hdrlen; in nf_nat_icmpv6_reply_translation() 220 if (inside->icmp6.icmp6_type == NDISC_REDIRECT) { in nf_nat_icmpv6_reply_translation() 239 l4proto = __nf_nat_l4proto_find(NFPROTO_IPV6, inside->ip6.nexthdr); in nf_nat_icmpv6_reply_translation() 240 if (!nf_nat_ipv6_manip_pkt(skb, hdrlen + sizeof(inside->icmp6), in nf_nat_icmpv6_reply_translation() 246 inside = (void *)skb->data + hdrlen; in nf_nat_icmpv6_reply_translation() 247 inside->icmp6.icmp6_cksum = 0; in nf_nat_icmpv6_reply_translation() 248 inside->icmp6.icmp6_cksum = in nf_nat_icmpv6_reply_translation() 251 csum_partial(&inside->icmp6, in nf_nat_icmpv6_reply_translation()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 198 } *inside; in nf_nat_icmp_reply_translation() local 208 if (!skb_make_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation() 213 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 214 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation() 233 l4proto = __nf_nat_l4proto_find(NFPROTO_IPV4, inside->ip.protocol); in nf_nat_icmp_reply_translation() 234 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation() 240 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation() 241 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation() 242 inside->icmp.checksum = in nf_nat_icmp_reply_translation()
|
D | Kconfig | 140 inside SNMP payloads to match IP-layer NAT mapping. 183 inside AH header of IPSec packets.
|
/linux-4.1.27/fs/affs/ |
D | dir.c | 84 goto inside; in affs_readdir() 100 goto inside; in affs_readdir() 108 inside: in affs_readdir()
|
/linux-4.1.27/Documentation/hwmon/ |
D | abx500 | 20 There are some GPADCs inside ABx500 which are designed for connecting to 21 thermal sensors, and there is also a thermal sensor inside ABx500 too, which
|
D | k8temp | 16 This driver permits reading temperature sensor(s) embedded inside AMD K8 24 There can be up to four temperature sensors inside single CPU. The driver
|
D | coretemp | 21 inside Intel CPUs. This driver can read both the per-core and per-package 24 show the temperature of all cores inside a package under a single device 25 directory inside hwmon.
|
D | thmc50 | 34 external diode-type temperature sensor (compatible w/ the diode sensor inside
|
D | smsc47m192 | 75 typically be wired to the diode inside the CPU)
|
D | it87 | 182 voltage inputs are internal and scaled inside the chip:
|
D | abituguru-datasheet | 11 the program inside the uC that is responding to calls.
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/ |
D | cpu_irq.txt | 9 Below is an example of a platform describing the cascade inside the devicetree 10 and the code used to load it inside arch_init_irq().
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | Kconfig | 61 Recent Exynos5 SoCs ship with one DesignWare Core USB3 IP inside, 89 inside (i.e. STiH407). 97 Recent Qualcomm SoCs ship with one DesignWare Core USB3 IP inside,
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 39 DTCM mounted inside the CPU. 42 ITCM mounted inside the CPU. 86 must not access any memory which is not mapped inside their 0x0001000
|
D | tcm.txt | 6 This is usually just a few (4-64) KiB of RAM inside the ARM 9 Due to being embedded inside the CPU The TCM has a 55 the CPU and then we hang inside ITCM waiting for an 84 to have functions called locally inside the TCM without
|
D | Interrupts | 11 There is more assembly code inside each of these functions, mainly to
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | sdhci-st.txt | 10 subsystem (mmcss) inside the FlashSS (available in STiH407 SoC 27 to configure DLL inside the flashSS, if so reg-names must also be 32 for eMMC on stih407 family silicon to configure DLL inside FlashSS.
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | phy-miphy365x.txt | 12 register offset inside the sysconfig group. 16 'reg' and 'reg-names' properties are used inside these
|
D | phy-miphy28lp.txt | 14 'reg' and 'reg-names' properties are used inside these 38 different MiPHY inside the same SoC.
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 7 use in a chroot jail. So, if you intend to run UML inside a chroot, 37 where /tmp/fromhost is an empty directory inside UML and 111 This driver allows a host file to be used as emulated IO memory inside
|
D | Kconfig.net | 163 like an ethernet device inside UML. This is useful for making
|
/linux-4.1.27/fs/ext3/ |
D | resize.c | 18 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro 81 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input() 85 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input() 89 else if (inside(input->block_bitmap, start, metaend)) in verify_group_input() 94 else if (inside(input->inode_bitmap, start, metaend)) in verify_group_input() 99 else if (inside(input->inode_table, start, metaend) || in verify_group_input() 100 inside(itend - 1, start, metaend)) in verify_group_input()
|
/linux-4.1.27/arch/tile/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 26 tree). This image embeds a device tree blob inside 28 are all embedded inside the U-Boot uImage file format 43 inside the image instead of provided by firmware. The 86 tree blob inside the image.
|
D | pci_iov_resource_on_powernv.txt | 208 segments/PEs inside that M64 window. 288 value can be changed as long as the entire VF(n) BAR space remains inside
|
D | transactional_memory.txt | 152 The obvious case here is when the tbegin is called inside a function that
|
/linux-4.1.27/arch/arm64/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/arch/mips/kvm/ |
D | Kconfig | 10 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | Kconfig | 87 Say yes here to build support for the integrated ADC inside the 113 Say yes here to build support for the integrated ADC inside the
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,keystone-irq.txt | 12 access device control registers and the offset inside
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | arm_big_little_dt.txt | 8 under node /cpus/cpu@x. Where x is the first cpu inside a cluster.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-audio.txt | 3 The audio module inside the TWL family consist of an audio codec and a vibra
|
D | twl4030-power.txt | 3 The power management module inside the TWL family provides several facilities
|
D | tc3589x.txt | 27 This GPIO module inside the TC3589x has 24 (TC35890, TC35892) or 20
|
D | rk808.txt | 47 Standard regulator bindings are used inside regulator subnodes. Check
|
D | s2mps11.txt | 74 The regulator constraints inside the regulator nodes use the standard regulator
|
D | max8998.txt | 78 Standard regulator bindings are used inside regulator subnodes. Check
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-gpio | 13 GPIOs are identified as they are inside the kernel, using integers in
|
D | sysfs-class-power | 7 coloumb counter value inside the battery monitor chip. This
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 79 start address or to any location inside the block can be found by 102 address inside the block address range that need to be found so that the 152 kmemleak_scan_area - add scan areas inside a memory block 189 address inside a block's address range. This may lead to an increased
|
D | vgaarbiter.txt | 12 The Resource Access Control (RAC) module inside the X server [0] existed for 39 scans all PCI devices and adds the VGA ones inside the arbitration. The 104 To use the vga arbiter char device it was implemented an API inside the
|
D | cpu-load.txt | 51 will lead to quite erratic information inside `/proc/stat'.
|
D | lockup-watchdogs.txt | 51 'softlockup detector' (coded inside the hrtimer callback function)
|
D | sparse.txt | 67 releasing the lock inside the function in a balanced way, no
|
D | ramoops.txt | 79 [... inside a function ...]
|
D | futex-requeue-pi.txt | 81 necessary changes inside the existing calls rather than creating new
|
D | CodingStyle | 195 Do not add spaces around (inside) parenthesized expressions. This example is 452 Also, try to avoid putting comments inside a function body: if the 712 already inside a debug-related #ifdef section, printk(KERN_DEBUG ...) can be 913 inside the block, and check it for correctness (syntax, types, symbol 914 references, etc). Thus, you still have to use an #ifdef if the code inside the
|
D | local_ops.txt | 47 atomic_long_t inside a structure. This is made so a cast from this type to a
|
D | clk.txt | 248 around inside of struct clk at run-time. To do so is a layering
|
D | pinctrl.txt | 440 we cannot use the SPI port and I2C port at the same time. However in the inside 450 This way the silicon blocks present inside the chip can be multiplexed "muxed" 495 and their machine-specific particulars are kept inside the pinmux driver, 543 silicon inside the package, and may or may not match the actual number of
|
D | kernel-doc-nano-HOWTO.txt | 283 comment tags. Structure fields that are inside a "private:" area
|
D | kernel-docs.txt | 616 URL: Just look inside your kernel sources. 619 inside the Documentation directory. Some pages from this document
|
D | svga.txt | 90 strange noises will be heard from inside the monitor and so on and then, really
|
D | ManagementStyle | 15 lead persons, not the people who do traditional management inside
|
D | cachetlb.txt | 382 ranges inside the kernel. Such aliases are set up by use of the
|
D | memory-barriers.txt | 307 to two bit-fields, if one is declared inside a nested 1819 section may seep into the inside of the critical section. 2426 will be adjusted inside a locked section, or the caller will already hold 2517 If ordering rules are relaxed, it must be assumed that accesses done inside an 2522 Normally this won't be a problem because the I/O accesses done inside such
|
D | applying-patches.txt | 38 This means that paths to files inside the patch file contain the name of the
|
/linux-4.1.27/arch/arm/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 17 rules, and do evil tricks, like returning from a function inside a
|
/linux-4.1.27/arch/s390/kvm/ |
D | Kconfig | 11 operating systems inside virtual machines (guests).
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 86 inside the guest. 94 eth0 inside the guest at 192.168.19.2.
|
/linux-4.1.27/Documentation/arm64/ |
D | tagged-pointers.txt | 24 addresses being maintained for fields inside siginfo_t.
|
/linux-4.1.27/Documentation/namespaces/ |
D | compatibility-list.txt | 19 object inside the kernel. E.g. semaphore with IPCID or
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 84 driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux 106 IP packets inside AppleTalk frames; this is useful if your Linux box
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 58 Required properties for hardware-triggered thermal reset (inside 'i2c-thermtrip'): 66 Optional properties for hardware-triggered thermal reset (inside 'i2c-thermtrip'):
|
/linux-4.1.27/Documentation/dvb/ |
D | readme.txt | 21 What's inside this directory:
|
D | cards.txt | 15 the demodulator and tuner/PLL chip are inside a metal box for
|
D | ci.txt | 68 inside the switch statement can be easily adapted for any card, thereby
|
/linux-4.1.27/scripts/coccinelle/locks/ |
D | call_kern.cocci | 104 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | alphascale,acc.txt | 12 as an index of the clock inside the provider.
|
/linux-4.1.27/drivers/pcmcia/ |
D | Kconfig | 76 the hardware inside your computer that PCMCIA cards are plugged 134 "bridge" is the hardware inside your computer that PCMCIA cards are 144 "Bridge" is the name used for the hardware inside your computer that
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests). 180 Enable support for emulating MPIC devices inside the
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 7 inside the SoC. The communication between the SoC and the PMIC can
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | Kconfig | 38 public key packet found inside the certificate.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | abilis,tb10x-iomux.txt | 17 Every function is associated to one named pin group inside the pin controller
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 150 competition inside the subsystem which side is using the resource (a certain 152 keep track of usage inside of the gpiolib subsystem. This is why the API 168 When implementing an irqchip inside a GPIO driver, these two functions should
|
D | consumer.txt | 172 don't need to sleep, and can safely be done from inside hard (non-threaded) IRQ 197 sleeping, which can't be done from inside IRQ handlers.
|
D | gpio-legacy.txt | 163 Those don't need to sleep, and can safely be done from inside hard 200 This requires sleeping, which can't be done from inside IRQ handlers.
|
/linux-4.1.27/fs/ext4/ |
D | resize.c | 83 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro 143 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input() 148 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input() 153 else if (inside(input->block_bitmap, start, metaend)) in verify_group_input() 157 else if (inside(input->inode_bitmap, start, metaend)) in verify_group_input() 161 else if (inside(input->inode_table, start, metaend) || in verify_group_input() 162 inside(itend - 1, start, metaend)) in verify_group_input()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | frame.inc | 48 # disable the FPU inside the kernel
|
/linux-4.1.27/Documentation/security/ |
D | tomoyo.txt | 36 Deep inside TOMOYO Linux
|
D | credentials.txt | 396 This should be used inside the RCU read lock, as in the following example: 417 This does all the RCU magic inside of it. The caller must call put_cred() on
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-s3c2410.txt | 10 inside HDMIPHY block found on several samsung SoCs
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal | 14 This driver allows to read temperature inside SAMSUNG EXYNOS4/5 series of SoC.
|
/linux-4.1.27/Documentation/networking/ |
D | vxge.txt | 23 inside the ASIC. Features like independent hw reset, statistics, bandwidth/
|
D | ipddp.txt | 11 inside AppleTalk packets.
|
D | netdevices.txt | 65 Context: nominally process, but don't sleep inside an rwlock
|
D | openvswitch.txt | 196 nested inside the "encap" attribute. Thus, an application that does 231 VLAN_TAG_PRESENT inside the kernel) is ordinarily set in a vlan
|
D | batman-adv.txt | 47 "mesh_iface" file inside the batman_adv subfolder:
|
D | can.txt | 396 the payload length and the payload data at the same offset inside their 808 is useful to reduce messages for the application when the signal inside the 959 system. The high efficient filter sets inside the PF_CAN core allow 1162 canfd_frame.len for userspace applications and inside the Linux network 1166 only performed inside the CAN drivers, preferably with the helper
|
D | stmmac.txt | 281 and the stmmac_of_data structure inside the include/linux/stmmac.h header file.
|
D | phy.txt | 197 Using variables inside the phydev structure, either configures advertising
|
D | cs89x0.txt | 560 Telephone :(800) 888-5016 (from inside U.S. and Canada)
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.bus | 44 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/linux-4.1.27/drivers/media/tuners/ |
D | Kconfig | 136 This device is only used inside a SiP called together with a 145 This device is only used inside a SiP called together with a
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 54 call forwarding which is not preprogrammed inside the providers exchange 115 conjunction with inetd and a small remote client on other machines inside
|
D | README.concap | 11 This is currently only used inside the isdn subsystem. But it might 60 the various case statements inside drivers/isdn/isdn_net.c.
|
D | README.x25 | 96 All the stuff needed for X.25 is implemented inside the isdn link
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | exynos_dp.txt | 6 -dptx-phy node(defined inside dp-controller node)
|
/linux-4.1.27/arch/x86/kvm/ |
D | Kconfig | 13 operating systems inside virtual machines (guests).
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 77 inside a PM domain with index 0 of a power controller represented by a node
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 4 by the PERF_TEST_ATTR environment variable and hook inside the
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl-asoc-card.txt | 8 have ASRC (Documentation/devicetree/bindings/sound/fsl,asrc.txt) inside. And
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 42 "network" inside your box and to assign an IPX address to this
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 28 property inside the device tree's /hypervisor node.
|
D | ppc-pv.txt | 92 a bitmap of available features inside the magic page. 122 The following bits are safe to be set inside the guest:
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 186 bool "Initialize Xtensa MMU inside the Linux kernel code" 278 bus system, i.e. the way the CPU talks to the other stuff inside 447 Base address of the LCD controller inside KIO region.
|
/linux-4.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 14 be built as module or inside kernel. Let's consider those cases.
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 113 should include the dtsi inside each SEC node. Example:
|
/linux-4.1.27/Documentation/acpi/ |
D | initrd_table_override.txt | 55 # They must be put into a /kernel/firmware/acpi directory inside the
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | Kconfig | 43 inside your computer that "speaks" the UFS protocol, also
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 44 voltage to TMU. If needed this entry can be placed inside
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 49 You might see invlpg inside of flush_tlb_mm_range() show up in
|
D | exception-tables.txt | 54 to executable code. This code is hidden inside the user access macros.
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 30 The Davinci VPFE is split into V4L2 subdevs, each of the blocks inside the VPFE
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 133 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/security/integrity/ima/ |
D | Kconfig | 23 an aggregate integrity value over this list inside the
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | qe.txt | 80 inside a QE node that needs it. Doing so eliminates the need for a
|
/linux-4.1.27/Documentation/fmc/ |
D | FMC-and-SDB.txt | 60 a filesystem inside the FMC EEPROM.
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 125 request_firmware can be called safely inside device's suspend and
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 29 hypervisor. Overhead for the kernel when not running inside KVM should 88 The MPIC global timer is a hardware timer inside the
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.pvrusb2 | 147 changes inside the pvrusb2 driver are translated into V4L1 152 changes inside the pvrusb2 driver are translated into V4L2
|
D | v4l2-controls.txt | 291 The following union is used inside the control framework to access control 376 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that 695 It is recommended not to use this function from inside the control ops.
|
D | omap3isp.txt | 33 The OMAP 3 ISP is split into V4L2 subdevs, each of the blocks inside the ISP
|
/linux-4.1.27/Documentation/filesystems/ |
D | dlmfs.txt | 88 Locks for a given domain are represented by regular inodes inside the
|
D | exofs.txt | 71 An exofs lives inside a single OSD partition. You can create multiple exofs
|
D | btrfs.txt | 131 problem when the free space crcs don't fit inside a single page.
|
D | f2fs.txt | 252 2. Skip, if f2fs was compiled statically inside kernel. 531 At runtime, F2FS manages six active logs inside "Main" area: Hot/Warm/Cold node
|
D | squashfs.txt | 228 location of the xattr list inside each inode, a 32-bit xattr id
|
D | ramfs-rootfs-initramfs.txt | 294 widely used on Linux (inside RPM, Red Hat's device driver disks). Here's
|
D | spufs.txt | 429 pointing either inside of the context directory or to this file
|
D | ntfs.txt | 170 regions, i.e. holes, inside files is disabled for the
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 111 Therefore, the hypervisor has to create a subwindow inside the same
|
D | interlaken-lac.txt | 55 LAC register space and is required except inside a partition
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 87 The bindings inside the regulator nodes use the standard regulator bindings
|
D | s5m8767-regulator.txt | 94 The bindings inside the regulator nodes use the standard regulator bindings
|
/linux-4.1.27/drivers/net/ethernet/ |
D | Kconfig | 104 Support for the MII0 inside the Lantiq SoC
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 164 from now on), like any other program. Programs can then run inside 464 yourself inside a little virtual machine. Our filesystems have a 958 This sets up eth0 inside the virtual machine to attach itself to the 965 must be different than the IP you assign to the eth device inside UML. 993 If ifconfig inside UML fails and the network refuses to come up, run 1035 brought up. So, inside UML, this will guarantee that: 1142 messages when you bring the device up inside UML. 1239 Note that the IP address that must be used for the eth device inside 1678 machine, and its name inside UML will be 'umn', not 'eth0' or whatever 2102 If you want to access files on the host machine from inside UML, you [all …]
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 23 - All pieces can be compiled as a module or inside kernel 128 - Framebuffer is a memory area inside OMAP's SRAM/SDRAM that contains the
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 84 possible to disable hugepages system-wide and to only have them inside 87 Embedded systems should enable hugepages only inside madvise regions 98 debugging purposes) or only enabled inside MADV_HUGEPAGE regions (to
|
D | cleancache.txt | 140 2) Why does cleancache have its sticky fingers so deep inside the
|
D | hugetlbpage.txt | 60 Pages that are used as huge pages are reserved inside the kernel and cannot
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 320 inside your box. Other bus systems are PCI, EISA, MicroChannel 335 bus system, i.e. the way the CPU talks to the other stuff inside 709 If you enable this option, a subdirectory inside /proc called
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 66 separately (they are not inside the AC97 codec). 109 separately (they are not inside the AC97 codec).
|
D | hdspm.txt | 79 safe pointer for writing, which is used on this mode inside
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 41 Keep in mind that the ABI that is in effect inside of the mcount function is 353 inside of the ftrace_caller() function. So you should have sufficient padding
|
D | ftrace.txt | 17 designers of systems to find what is going on inside the kernel. 670 'H' - hard irq occurred inside a softirq. 1370 When an interrupt is running inside a softirq, the annotation is 'H'. 1887 - you just want to peek inside a working kernel and want to see 2042 trace_printk() For example, if you want to put a comment inside 2044 <linux/ftrace.h> and call trace_printk() inside __might_sleep() 2666 This directory can have new directories created inside of it using
|
D | ring-buffer-design.txt | 315 has been less than a full page that has been committed inside the ring buffer, 396 State flags are placed inside the pointer to the page. To do this,
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 72 Beware that some GSC cards have a Dino onboard and PCI inside them,
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 33 Enable this configuration option if you want to run Linux inside 40 don't have this kind of hardware (except maybe inside Linux PDAs).
|
/linux-4.1.27/arch/ |
D | Kconfig | 419 Syscalls need to be wrapped inside user_exit()-user_enter() through 421 wrapped as well. Irqs are already protected inside
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | arm-realview-pb1176.dts | 302 /* These peripherals are inside the FPGA rather than the DevChip */
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 15 values inside packets are encoded using little-endian. Bytes whose roles are
|
D | joystick-parport.txt | 269 not to need power. Just a plain simple six switches inside. If your
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 8 resource (Co-processor) residing inside certain Intel chipsets. The Intel ME
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 10 run inside the kernel itself.
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | Kconfig | 165 This board is currently inside the Linksys WRV54G Gateways.
|
/linux-4.1.27/drivers/mtd/devices/ |
D | Kconfig | 58 Sometimes DataFlash chips are packaged inside MMC-format
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 338 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 201 percentage capacity manually, inside the driver, and register CAPACITY
|
D | opp.txt | 242 framework to retrieve the information represented inside the OPP layer.
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 140 inside you find several files:
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 345 2. percpu variables can't be defined inside a function 1049 bool "Sleep inside atomic section checking" 1054 noisy if they are called inside atomic sections: when a spinlock is 1055 held, inside an rcu read side critical section, inside preempt disabled 1056 sections, inside an interrupt, etc...
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 413 You can also create cgroups inside your cgroup by using mkdir in this 420 This will fail if the cgroup is in use (has cgroups inside, or 518 - inside an rcu_read_lock() section via rcu_dereference()
|
D | cpusets.txt | 760 You can also create cpusets inside your cpuset by using mkdir in this 766 This will fail if the cpuset is in use (has cpusets inside, or has
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 143 This returns a mapping for use inside the kernel.
|
D | mca.txt | 106 of SAL cannot even cope with returning from the OS, they spin inside
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 210 The so-far unused bits 0 to 12 are used to index inside a page linearily.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 53 gpio-specifier may encode: bank, pin position inside the bank,
|
/linux-4.1.27/Documentation/i2c/ |
D | dev-interface | 175 For the interested, here's the code flow which happens inside the kernel
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 33 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is 395 With this, my_cpuhog_app is put to run inside a SCHED_DEADLINE reservation
|
/linux-4.1.27/drivers/hwmon/ |
D | Kconfig | 269 sensor(s) inside your CPU. Supported is whole AMD K8 281 sensor(s) inside your CPU. Supported are later revisions of 583 sensor inside the Intel 5500, 5520 and X58 chipsets. 593 sensor inside your CPU. Most of the family 6 CPUs 1531 sensor inside your CPU. Supported are all known variants of
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 57 Now, your osst driver is inside the kernel or available as a module,
|
D | aic7xxx.txt | 321 included inside the box with your product. The TSID helps us
|
D | aic79xx.txt | 424 included inside the box with your product. The TSID helps us
|
D | ChangeLog.lpfc | 34 * Moved clearing of host_scribble inside host_lock in IO 1423 * Move dma_addr_t cast inside of getPaddr macro as everywhere 1636 * move in_interrupt() check inside of elx_sleep_ms()
|
/linux-4.1.27/block/partitions/ |
D | Kconfig | 159 Like some systems, UnixWare uses its own slice table inside a
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | Kconfig | 689 This device is only used inside a SiP called together with a 698 This device is only used inside a SiP called together with a
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 110 Items are created and destroyed inside a config_group. A group is a 390 automatically created inside the parent at its creation. Thus,
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 217 local IRQs are always disabled inside completion handlers.
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 227 1: bl preempt_schedule_irq @ irq en/disable is done inside
|
/linux-4.1.27/drivers/ata/ |
D | Kconfig | 23 the name of your ATA host adapter (the card inside your computer 72 the ODD is not in use (i.e. no disc inside).
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 45 locking error messages, inside curlies. A contrived example:
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 713 inside your box. If you have an Apple machine, say N here; if you 804 a bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 462 a bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 1111 inside ESP header of IPSec packets. 1153 inside IPComp header of IPSec packets. 1324 key from the routing subsystem inside iptables.
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 847 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 277 inside the last directory. The names of the intermediate directories will have
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 432 is called inside interrupt context or die() is called and panic_on_oops is set,
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 97 the des routine here is buried inside a loop to do the
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1646 itself inside the kernel or to protect the kernel 2178 Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop. 2227 bus system, i.e. the way the CPU talks to the other stuff inside 2330 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1014 defined inside each child node. The address specified in the 1217 Each device that is part of an SOC may have its own node entry inside 1227 For many devices that may exist inside an SOC, there are predefined
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 123 lghi %r11,\savearea # inside critical section, do cleanup
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 225 root file system inside a DOS FAT file using this loop device
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 119 [HerlihyLM02]. These techniques can be thought of as inside-out reference 123 of inside-out reference counts is that they can be stored in immortal 783 currently referencing. Sort of an inside-out garbage collection
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 17 are more robust and can also keep track of the temperature inside 384 Say Y here to include support for the watchdog timer inside
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 675 inside.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1244 inside your box. Other bus systems are PCI, EISA, MicroChannel 1261 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 904 sensors, like those inside the batteries and docks. 997 Locate the thinkpad_screen device under /sys/class/backlight, and inside
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 750 by hardware agents inside the SoC. Read and write masks can be
|