/linux-4.1.27/lib/ |
D | build_OID_registry | 57 my @components = split(/[.]/, $oid); 60 my $size = $#components; 61 for (my $loop = 2; $loop <= $#components; $loop++) { 62 my $c = $components[$loop]; 97 my @components = split(/[.]/, $oids[$i]); 99 push @octets, $components[0] * 40 + $components[1]; 101 for (my $loop = 2; $loop <= $#components; $loop++) { 102 my $c = $components[$loop];
|
/linux-4.1.27/drivers/misc/ |
D | enclosure.c | 124 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument 129 sizeof(struct enclosure_component)*components, in enclosure_register() 138 edev->components = components; in enclosure_register() 148 for (i = 0; i < components; i++) { in enclosure_register() 182 for (i = 0; i < edev->components; i++) in enclosure_unregister() 265 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name() 302 if (number >= edev->components) in enclosure_component_alloc() 379 if (!edev || component >= edev->components) in enclosure_add_device() 412 for (i = 0; i < edev->components; i++) { in enclosure_remove_device() 435 return snprintf(buf, 40, "%d\n", edev->components); in components_show() [all …]
|
/linux-4.1.27/drivers/base/ |
D | component.c | 32 struct list_head components; member 71 list_add_tail(&c->master_node, &master->components); in component_attach_master() 140 while (!list_empty(&master->components)) { in master_remove_components() 141 struct component *c = list_first_entry(&master->components, in master_remove_components() 310 INIT_LIST_HEAD(&master->components); in component_master_add_with_match() 376 list_for_each_entry_reverse(c, &master->components, master_node) in component_unbind_all() 445 list_for_each_entry(c, &master->components, master_node) { in component_bind_all() 452 list_for_each_entry_continue_reverse(c, &master->components, in component_bind_all()
|
D | Kconfig | 256 hardware components that do not support I/O map nor scatter-gather.
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 5 of components within the audio subsystem. This is noticeable on PCs when an 10 because the components within the subsystem are being dynamically powered 21 components in a specific order. This order is different for startup and 37 playback in that components are powered in a sequence depending upon stream
|
D | dapm.txt | 44 internal codec components). All audio components that effect power are called 66 o Regulator - External regulator that supplies power to audio components. 67 o Clock - External clock that supplies clock to audio components.
|
D | codec.txt | 132 components and their relationships and registers to the ASoC core.
|
D | DPCM.txt | 164 components (as some DSPs have strong requirements for the ordering DAI/DSP
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 10 a topological view of the CoreSight components based on a DT 11 specification and configure the right serie of components when a 39 components and a trace for bridging the gap between the on-chip 40 coresight components and a trace port collection engine, typically
|
/linux-4.1.27/drivers/scsi/ |
D | ses.c | 442 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr() 462 int i, j, page7_len, len, components; in ses_enclosure_data_process() local 500 components = 0; in ses_enclosure_data_process() 524 components++, in ses_enclosure_data_process() 528 ecomp = &edev->component[components++]; in ses_enclosure_data_process() 596 int i, types, len, components = 0; in ses_intf_add() local 655 components += type_ptr[1]; in ses_intf_add() 695 scomp = kzalloc(sizeof(struct ses_component) * components, GFP_KERNEL); in ses_intf_add() 700 components, &ses_enclosure_callbacks); in ses_intf_add() 709 for (i = 0; i < components; i++) in ses_intf_add()
|
D | 53c700.scr | 34 ; SG components is preceded by a script fragment which moves the
|
D | 53c700_d.h_shipped | 37 ; SG components is preceded by a script fragment which moves the
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 8 of a number of different components including the Integrity 13 Each of these components can be enabled/disabled separately. 14 Refer to the individual components for additional details.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | power-controller.txt | 3 Power-management integrated circuits or miscellaneous hardware components are 5 components might need to define this capability, which tells the kernel that
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | THANKS | 17 components on their cards. (E.g. how the tuner type is detected) 20 - Hauppauge for telling how the sound input is selected and what components
|
D | Cards | 19 All other cards only differ by additional components as tuners, sound
|
/linux-4.1.27/Documentation/dvb/ |
D | get_dvb_firmware | 24 @components = ( "sp8870", "sp887x", "tda10045", "tda10046", 39 for ($i=0; $i < scalar(@components); $i++) { 40 if ($cid eq $components[$i]) { 937 @components = sort @components; 938 for($i=0; $i < scalar(@components); $i++) { 939 print STDERR "\t" . $components[$i] . "\n";
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 3 CoreSight components are compliant with the ARM CoreSight architecture 5 SoCs tracing needs. These trace components can generally be classified as 11 * Required properties for all components *except* non-configurable replicators:
|
/linux-4.1.27/sound/aoa/ |
D | Kconfig | 7 Apple Onboard Audio components.
|
/linux-4.1.27/sound/core/ |
D | init.c | 907 ptr = strstr(card->components, component); in snd_component_add() 912 if (strlen(card->components) + 1 + len + 1 > sizeof(card->components)) { in snd_component_add() 916 if (card->components[0] != '\0') in snd_component_add() 917 strcat(card->components, " "); in snd_component_add() 918 strcat(card->components, component); in snd_component_add()
|
D | control.c | 734 strlcpy(info->components, card->components, sizeof(info->components)); in snd_ctl_card_info()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | ethernet.txt | 23 is used for components that can have configurable receive fifo sizes, 27 is used for components that can have configurable fifo sizes.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | adi,adv7511.txt | 15 arrangement of components on the data bus. The combination of the following 30 - adi,input-style: The input components arrangement variant (1, 2 or 3), as
|
D | arm,pl11x.txt | 65 - PL110 and PL111 TFT 8:8:8 panel, R & B components swapped:
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 15 that have many SoCs and other components like GPU and DMA engines. ARM has 16 developed a HW assisted tracing solution by means of different components, each 82 While on target configuration of the components is done via the APB bus, 84 a way to aggregate and distribute signals between CoreSight components. 88 the basic tracing functionality, enabling components such ETM/PTM, funnel, 167 perform base operations related to the components, each component having
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 39 specifying color components layout. 114 Pixels are broken into red, green and blue components, and each component 124 blue components. The colormap is read-only for FB_VISUAL_STATIC_PSEUDOCOLOR 132 Pixels are broken into red, green and blue components, and each component 258 color components in memory. 268 green, blue and alpha (transparency) components. Location and size of each
|
D | internals.txt | 80 pseudo color, where the red, green and blue components are always equal to
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | atmel-at91sam9g20ek-wm8731-audio.txt | 6 - atmel,audio-routing: A list of the connections between audio components.
|
D | ux500-mop500.txt | 3 This node is responsible for linking together all ux500 Audio Driver components.
|
D | atmel-sam9x5-wm8731-audio.txt | 8 - atmel,audio-routing: A list of the connections between audio components.
|
D | samsung,odroidx2-max98090.txt | 10 components; each entry is a pair of strings, the first being the
|
D | nvidia,tegra-audio-wm9712.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | atmel-wm8904.txt | 6 - atmel,audio-routing: A list of the connections between audio components.
|
D | omap-twl4030.txt | 12 - ti,audio-routing: List of connections between audio components.
|
D | imx-audio-wm8962.txt | 13 - audio-routing : A list of the connections between audio components.
|
D | imx-audio-sgtl5000.txt | 13 - audio-routing : A list of the connections between audio components.
|
D | nvidia,tegra-audio-alc5632.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | nvidia,tegra-audio-wm8753.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | nvidia,tegra-audio-max98090.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | nvidia,tegra-audio-rt5640.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | imx-audio-es8328.txt | 10 - audio-routing : A list of the connections between audio components.
|
D | davinci-evm-audio.txt | 8 - ti,audio-routing : A list of the connections between audio components.
|
D | omap-abe-twl6040.txt | 9 - ti,audio-routing: List of connections between audio components.
|
D | nvidia,tegra-audio-wm8903.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | nvidia,tegra-audio-rt5677.txt | 12 - nvidia,audio-routing : A list of the connections between audio components.
|
D | fsl-asoc-card.txt | 41 - audio-routing : A list of the connections between audio components.
|
D | simple-card.txt | 14 - simple-audio-card,routing : A list of the connections between audio components.
|
/linux-4.1.27/fs/ecryptfs/ |
D | Kconfig | 10 eCryptfs. Userspace components are required and can be
|
/linux-4.1.27/include/linux/ |
D | enclosure.h | 110 int components; member
|
D | nfs_xdr.h | 1034 struct nfs4_string components[NFS4_PATHNAME_MAXCOMPONENTS]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 4 components in the system. This information can be used to derive the rate at
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 14 have different power requirements, and not all components with power
|
/linux-4.1.27/Documentation/acpi/ |
D | debug.txt | 26 The "debug_layer" is a mask that selects components of interest, e.g., a 34 The possible components are defined in include/acpi/acoutput.h and
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 9 comprises multiple components or assemblies each of which may contain 0 11 disambiguate the hardware view of these physical components/assemblies 12 from the software abstraction thereof, we'll call the components/assemblies 16 of the system--although some components necessary for a stand-alone SMP system
|
D | pagemap.txt | 8 There are three components to pagemap:
|
D | transhuge.txt | 26 components: 1) the TLB miss will run faster (especially with 38 - "graceful fallback": mm components which don't have transparent
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 9 components of this module are:
|
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/ |
D | video.txt | 26 width expressed as a number of bits per pixel component. All components must
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap4_camera.txt | 8 Which contains several components that can be categorized in 3 big groups:
|
D | vivid.txt | 509 The generated data contains the In-phase and Quadrature components of a
|
/linux-4.1.27/drivers/staging/lustre/lustre/ |
D | Kconfig | 27 Lustre components can also be found at
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.ChangeLog | 39 * the components are remodularized: added source modules are
|
D | s390dbf.txt | 21 Kernel components (e.g. device drivers) can register themselves at the debug
|
/linux-4.1.27/Documentation/netlabel/ |
D | introduction.txt | 12 is composed of three main components, the protocol engines, the communication
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PSS-updates | 43 just configure non-sound components. 0 configures all components, a non-0
|
D | README.ymfsb | 74 digital-in capable components has to be able to handle 48kHz Fs.
|
D | README.OSS | 599 chips is to connect other audio components to the PC bus. The
|
/linux-4.1.27/drivers/uio/ |
D | Kconfig | 133 PRUSS driver requires user space components, examples and user space 151 (among other MF624 related information and software components)
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 9 can influence the way of the LED device initialization, the LED components
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 83 how to find its root filesystem. This is made up of the following components, 128 The remaining components are all optional:
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 27 Here is a block diagram of the various components described above. The
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.h | 455 u32 components; member
|
D | core.c | 2130 hdr->components = 0; in emac_ethtool_get_regs() 2136 hdr->components |= EMAC_ETHTOOL_REGS_ZMII; in emac_ethtool_get_regs() 2140 hdr->components |= EMAC_ETHTOOL_REGS_RGMII; in emac_ethtool_get_regs() 2144 hdr->components |= EMAC_ETHTOOL_REGS_TAH; in emac_ethtool_get_regs()
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 5 either correctly working because all components follow the standards -
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | dra7-atl.txt | 10 internally within the SoC or external components) two sets of bindings is needed:
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | st,stih4xx.txt | 21 - sti-display-subsystem: Master device for DRM sub-components 22 This device must be the parent of all the sub-components and is responsible
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 29 Please note, however, that other components have to be set up on your 128 source development of the required software components so far, Linux
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 12 It consists of several major infrastructure components: 94 The standalone klibc distribution currently provides three components,
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 11 information on its major components. 28 Each of these components is represented in the subsystem by an associated data 29 structure. The core logical components of the RapidIO subsystem are defined 114 discovery methods as statically linked components or loadable modules.
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 50 geography of a PCI bus address by concatenating the various components to
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4xdr.c | 1923 char *components, char esc_enter, in nfsd4_encode_components_esc() argument 1932 dprintk("nfsd4_encode_components(%s)\n", components); in nfsd4_encode_components_esc() 1940 end = str = components; in nfsd4_encode_components_esc() 1983 char *components) in nfsd4_encode_components() argument 1985 return nfsd4_encode_components_esc(xdr, sep, components, 0, 0); in nfsd4_encode_components() 2015 struct dentry **components = NULL; in nfsd4_encode_path() local 2035 new = krealloc(components, in nfsd4_encode_path() 2040 components = new; in nfsd4_encode_path() 2042 components[ncomponents++] = cur.dentry; in nfsd4_encode_path() 2052 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_path() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 38 its components.
|
/linux-4.1.27/Documentation/networking/ |
D | altera_tse.txt | 6 using the SGDMA and MSGDMA soft DMA IP components. The driver uses the 18 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP 19 components that can be assembled and built into an FPGA using the Altera
|
D | README.ipw2200 | 239 access various components of the operating system. The Intel(R)
|
D | LICENSE.qlge | 172 form) with the major components (compiler, kernel, and so on) of the
|
D | LICENSE.qlcnic | 172 form) with the major components (compiler, kernel, and so on) of the
|
D | packet_mmap.txt | 1002 components of a system.
|
D | rxrpc.txt | 85 that has both kernel (filesystem) and userspace (utility) components.
|
D | arcnet-hardware.txt | 2355 ?? -- Some components on a smaller board and attached with 20 pins all
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 897 int c, components = 0, notfound; in s5p_jpeg_parse_hdr() local 932 components = get_byte(&jpeg_buffer); in s5p_jpeg_parse_hdr() 933 if (components == -1) in s5p_jpeg_parse_hdr() 937 if (components == 1) { in s5p_jpeg_parse_hdr() 945 skip(&jpeg_buffer, components * 2); in s5p_jpeg_parse_hdr() 966 result->size = components; in s5p_jpeg_parse_hdr()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 168 If you built the RDMA components as modules, load them at 201 For the NFS components enabled above (client and/or server),
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 93 1) check out max path names and max path name components against various server
|
/linux-4.1.27/include/sound/ |
D | core.h | 103 char components[128]; /* card components delimited with member
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 38 of time as measured by different components of audio hardware. In 108 hardware components the delay is typically not known with precision.
|
/linux-4.1.27/Documentation/ |
D | intel_txt.txt | 76 pre-launch components can be removed from the trust chain, DMA 77 protection is provided to all launched components, a large number
|
D | rfkill.txt | 34 The rfkill subsystem is composed of three main components:
|
D | xz.txt | 24 XZ related components in the kernel
|
D | gcov.txt | 159 machine. If any of the path components is symbolic link, the actual
|
D | printk-formats.txt | 243 n last components. %pD does the same thing for struct file.
|
D | kernel-doc-nano-HOWTO.txt | 116 form of block comments above functions. The components of this system
|
D | unshare.txt | 228 etc, had roughly two components. The first component allocated
|
D | rpmsg.txt | 28 frameworks talking with remote OMX components) or kernel drivers (controlling
|
D | initrd.txt | 118 support for the initial RAM disk enabled. Also, at least all components
|
D | memory-barriers.txt | 347 components of the system. 401 other components of the system. 418 the other components of the system. 432 ACQUIRE operation with respect to the other components of the system. 447 before the RELEASE operation with respect to the other components of the
|
D | edac.txt | 140 Within this directory there currently reside 2 'edac' components:
|
D | md.txt | 216 multipath), all components must be the same size - or at least
|
D | kernel-parameters.txt | 466 when initialising the APIC and IO-APIC components.
|
/linux-4.1.27/drivers/mfd/ |
D | Kconfig | 49 individual components like LCD backlight, LEDs, GPIOs and Kepad 91 components like regulators or the PEK (Power Enable Key) under the 139 individual components like LCD backlight, voltage regulators, 256 individul components like voltage regulators under corresponding 402 select individual components like voltage regulators, RTC and 414 components like codec device, headset/Mic device under the 425 select individual components like voltage regulators, RTC and
|
/linux-4.1.27/fs/nfs/ |
D | nfs4namespace.c | 43 const struct nfs4_string *component = &pathname->components[n]; in nfs4_pathname_string()
|
D | nfs4xdr.c | 3550 struct nfs4_string *component = &path->components[path->ncomponents]; in decode_pathname() 3564 path->components[0].len=0; in decode_pathname() 3565 path->components[0].data=NULL; in decode_pathname()
|
/linux-4.1.27/Documentation/power/ |
D | states.txt | 70 powering down some more low-level components that aren't directly controlled by
|
D | runtime_pm.txt | 645 or hardware operation. Instead, all hardware components are put into low-power 647 state effectively follows from the states the hardware components end up in
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 93 as DFS support requires more components that still need to be
|
/linux-4.1.27/Documentation/filesystems/ |
D | ceph.txt | 15 * Easy deployment: most FS components are userspace daemons
|
D | ntfs.txt | 240 You will need to create a table of the components of the volume/stripe set and 252 components and their sizes in sectors, i.e. multiples of 512-byte blocks. 291 <Disk> components where you will get the LDM Name for the disk that is found in
|
D | Locking | 486 components. And there are other reasons why the current interface is a mess...
|
/linux-4.1.27/Documentation/arm/ |
D | IXP4xx | 38 The following components of the chips are not supported by Linux and
|
/linux-4.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 7 components, those drivers can be lightened making it a user of the framework.
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 813 …unsigned char components[128]; /* card components / fine identification, delimited with one space … member
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 30 - Monitoring hardware state and platform components
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 122 If any crucial components of your system (such as /sbin/init
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm3x | 8 of coresight components linking the source to the sink is
|
D | sysfs-bus-iio | 1192 components or just infrared light, respectively. 1215 Raw value of quaternion components using a format
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha512-avx2-asm.S | 228 # XOR the three components 233 # Add three components, w[t-16], w[t-7] and sigma0
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 142 It's built from two components:
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 24 required of all PCI Express components providing a minimum defined
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 390 components in the system support a faster speed.
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 126 Some clarification what the different components do:
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 71 The disadvantage is there are more distinct components to configure, and
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm93 | 61 processor Xeon class motherboard with a minimum of external components.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra124-jetson-tk1.dts | 1367 /* Expansion GEN1_I2C_*, mini-PCIe I2C, on-board components */ 1413 /* Expansion PWR_I2C_*, on-board components */
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 238 componnents||components
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 127 and complex components such as DVB adapters, those assumptions became more
|
/linux-4.1.27/Documentation/scsi/ |
D | LICENSE.qla4xxx | 173 form) with the major components (compiler, kernel, and so on) of the
|
D | LICENSE.qla2xxx | 174 form) with the major components (compiler, kernel, and so on) of the
|
D | scsi_fc_transport.txt | 13 This file documents the features and components of the SCSI FC Transport.
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 5 A thermal structure includes thermal zones and their components,
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 165 components (compiler, kernel, and so on) of the operating system on which
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 162 form) with the major components (compiler, kernel, and so on) of the
|
/linux-4.1.27/ |
D | COPYING | 178 form) with the major components (compiler, kernel, and so on) of the
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 745 kernel at EL1. AArch32-specific components such as system calls,
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 107 This driver is only one of a set of components required to utilize
|
D | power-management.txt | 36 needs to use it. (There also are forms of PM in which components are
|
/linux-4.1.27/firmware/ |
D | WHENCE | 247 Licence: "all firmware components are redistributable in binary form"
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 444 kernel driver and a user level application. Together these components
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 16 Smack consists of three major components:
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 561 For efficiency, as other kernel components, memory cgroup uses some optimization
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 250 Kernel components like filesystems could also take their own i/o scheduling
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1962 Lays out the three basic components of RCU: (1) publish-subscribe,
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 547 with some components built into the kernel, and others as modules. As
|