/linux-4.4.14/sound/firewire/dice/ |
D | dice-proc.c | 72 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local 118 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read() 124 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read() 126 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 171 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read() 175 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read() 197 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read() 201 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read() 223 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read() [all …]
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 6 /* Read-only sections, merged into text segment: */ 19 /* We want the small data sections together, so single-instruction offsets 32 /* Stabs debugging sections. */ 40 /* DWARF debug sections. 41 Symbols in the DWARF debugging sections are relative to the beginning
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/sunxi/ |
D | sram.txt | 21 Each SRAM will have SRAM sections that are going to be handled by the 22 SRAM controller as subnodes. These sections are represented following 25 The valid sections compatible are: 29 Devices using SRAM sections
|
/linux-4.4.14/arch/ia64/ |
D | module.lds | 2 /* Group unwind sections into a single section: */ 6 * Create place-holder sections to hold the PLTs, GOT, and
|
/linux-4.4.14/scripts/ |
D | extract-sys-certs.pl | 28 my @sections = (); 42 push @sections, { name => $name, 103 foreach my $sec (@sections) {
|
D | kernel-doc | 371 my %sections; 485 if (defined($sections{$name}) && ($sections{$name} ne "")) { 489 $sections{$name} = $contents; 512 'sections' => \%sections, 1831 'sections' => \%sections, 1871 'sections' => \%sections, 1905 'sections' => \%sections, 1924 'sections' => \%sections, 2147 if (!defined($sections{$section_return}) || 2148 $sections{$section_return} eq "") { [all …]
|
D | get_maintainer.pl | 51 my $sections = 0; 242 'sections!' => \$sections, 270 if ($sections) { 667 if ($sections) {
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 261 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 304 hw = (const __le16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 305 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 306 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() 307 regulatory = (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY].data; in iwl_parse_nvm_sections() 309 (const __le16 *)sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data; in iwl_parse_nvm_sections() 310 phy_sku = (const __le16 *)sections[NVM_SECTION_TYPE_PHY_SKU].data; in iwl_parse_nvm_sections() 502 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local 509 ret = iwl_nvm_write_section(mvm, i, sections[i].data, in iwl_mvm_load_nvm_to_nic() 510 sections[i].length); in iwl_mvm_load_nvm_to_nic()
|
/linux-4.4.14/arch/mips/boot/ |
D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options 22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu.txt | 34 read-side critical sections. So, if we remove an item from a 42 RCU read-side critical sections. SRCU also uses CPU-local 44 critical sections. These variants of RCU detect grace periods 86 boosting of preempted RCU read-side critical sections. This is
|
D | whatisRCU.txt | 78 critical sections. 141 read-side critical sections. Any RCU-protected data structure 153 read-side critical sections may be nested and/or overlapping. 161 read-side critical sections on all CPUs have completed. 163 any subsequent RCU read-side critical sections to complete. 176 read-side critical sections to complete, not necessarily for 194 after all ongoing RCU read-side critical sections have completed. 419 read-side critical sections. 436 RCU read-side critical sections that might be referencing that 525 read-side critical sections that might be referencing that [all …]
|
D | checklist.txt | 45 2. Do the RCU read-side critical sections make proper use of 295 locks. RCU read-side critical sections are delimited by 315 critical sections complete. It does -not- necessarily guarantee 318 read-side critical sections are protected by something other 365 don't need to sleep in read-side critical sections, you should be 376 sections governed by srcu_read_lock() and srcu_read_unlock() 378 is what makes sleeping read-side critical sections tolerable -- 381 system than RCU would be if RCU's read-side critical sections 384 The ability to sleep in read-side critical sections does not 413 read-side critical sections. It is the responsibility of the
|
D | lockdep.txt | 81 RCU read-side critical sections, in case (2) the ->file_lock prevents
|
D | arrayRCU.txt | 25 described in the following sections.
|
D | UP.txt | 47 all RCU read-side critical sections currently executing have completed.
|
D | rcubarrier.txt | 8 and unbounded latency. RCU read-side critical sections are delimited
|
D | trace.txt | 7 The following sections describe the debugfs files and formats, first 532 This is split into rcu_sched and rcu_bh sections. The field is as
|
D | torture.txt | 82 read-side critical sections.
|
D | RTFP.txt | 151 preemption of RCU realtime critical sections [PaulMcKenney05a, 157 sections proved elusive. An RCU implementation permitting general 158 blocking in read-side critical sections appeared [PaulEMcKenney2006c], 1248 preemptable RCU read side critical sections.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.debug | 77 bool "Align linker sections up to SECTION_SIZE" 79 If this option is enabled, sections that may potentially be marked as 81 the kernel. This prevents sections from being split into pages and
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | Kbuild | 10 generic-y += sections.h
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | Kbuild | 10 generic-y += sections.h
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | Kbuild | 11 generic-y += sections.h
|
/linux-4.4.14/arch/score/include/asm/ |
D | Kbuild | 12 generic-y += sections.h
|
/linux-4.4.14/arch/score/ |
D | Makefile | 16 -D__linux__ -ffunction-sections -ffreestanding
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | fadump.c | 58 const __be32 *sections; in early_init_dt_scan_fw_dump() local 91 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in early_init_dt_scan_fw_dump() 94 if (!sections) in early_init_dt_scan_fw_dump() 99 for (i = 0; i < num_sections; i++, sections += 3) { in early_init_dt_scan_fw_dump() 100 u32 type = (u32)of_read_number(sections, 1); in early_init_dt_scan_fw_dump() 105 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump() 109 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | Kbuild | 15 generic-y += sections.h
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 166 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1) 177 KBUILD_AFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr) $(sha… 178 KBUILD_CFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr) $(sha…
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | Kbuild | 19 generic-y += sections.h
|
/linux-4.4.14/arch/x86/boot/ |
D | setup.ld | 62 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | Kbuild | 25 generic-y += sections.h
|
/linux-4.4.14/Documentation/fmc/ |
D | 00-INDEX | 2 Documentation in this directory comes from sections of the manual we
|
D | identifiers.txt | 20 The first sections are only interesting for manufacturers who need to
|
/linux-4.4.14/arch/arm/include/asm/ |
D | Kbuild | 25 generic-y += sections.h
|
/linux-4.4.14/arch/metag/ |
D | Makefile | 36 KBUILD_CFLAGS += -ffunction-sections
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 58 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | Kbuild | 27 generic-y += sections.h
|
/linux-4.4.14/Documentation/fb/ |
D | sa1100fb.txt | 25 options may not be enough to configure the display. Adding sections to
|
D | intel810.txt | 250 h. Load the driver as described in sections D and E.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | ALS | 35 sure to specify different IRQs for the audio and MPU401 sections - this card 44 card uses separate IRQs for the audio and MPU401 sections and there is no
|
/linux-4.4.14/arch/cris/include/asm/ |
D | Kbuild | 35 generic-y += sections.h
|
/linux-4.4.14/Documentation/hwmon/ |
D | vexpress | 8 * "Hardware Description" sections of the Technical Reference Manuals
|
D | userspace-tools | 26 1) compile all drivers in I2C and Hardware Monitoring sections as modules
|
/linux-4.4.14/arch/parisc/ |
D | Makefile | 66 cflags-y += -ffunction-sections
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | Kbuild | 39 generic-y += sections.h
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-perl.txt | 109 write a useful trace script. The sections below cover the rest. 163 The remaining sections provide descriptions of each of the available 169 The following sections describe the functions and variables available
|
D | perf-buildid-cache.txt | 30 Note that the copied file contains only code sections not the whole core
|
D | perf-script-python.txt | 505 write a useful trace script. The sections below cover the rest. 558 The remaining sections provide descriptions of each of the available 564 The following sections describe the functions and variables available
|
D | intel-pt.txt | 80 See the sections below for more information about the --itrace option.
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 230 if [ ! -d /sys/module/$module/sections ] 236 cat /sys/module/$module/sections/.text > /sys/kernel/debug/$FAILTYPE/require-start 237 cat /sys/module/$module/sections/.data > /sys/kernel/debug/$FAILTYPE/require-end
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | Kbuild | 41 generic-y += sections.h
|
/linux-4.4.14/arch/metag/include/asm/ |
D | Kbuild | 37 generic-y += sections.h
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | Kbuild | 40 generic-y += sections.h
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | Kbuild | 44 generic-y += sections.h
|
/linux-4.4.14/scripts/gdb/linux/ |
D | symbols.py | 124 sections=self._section_arguments(module))
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | Kbuild | 49 generic-y += sections.h
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_stream.c | 259 unsigned int sec, sections, ch, channels; in map_data_channels() local 295 sections = buf[pos++]; in map_data_channels() 297 for (sec = 0; sec < sections; sec++) { in map_data_channels()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | Kbuild | 51 generic-y += sections.h
|
/linux-4.4.14/Documentation/ |
D | pi-futex.txt | 67 even if all critical sections are coded carefully to be deterministic 68 (i.e. all critical sections are short in duration and only execute a
|
D | kernel-doc-nano-HOWTO.txt | 230 Use the section header "Return" for sections describing the return value 329 DOC: sections are used in SGML templates files as indicated below. 357 all DOC: sections and documented functions, symbols, etc. are used.
|
D | memory-hotplug.txt | 92 into chunks of the same size. These chunks are called "sections". The size of 96 Memory sections are combined into chunks referred to as "memory blocks". The 142 memory sections in this range are present and no memory holes exist in the 165 which will be performed on all sections in the block.
|
D | kmemleak.txt | 105 Testing specific sections with kmemleak 114 specific sections of code.
|
D | SubmittingDrivers | 70 in Documentation/CodingStyle. If you have sections of code
|
D | cpu-hotplug.txt | 119 preempt_disable() and preempt_enable() for those sections.
|
D | applying-patches.txt | 318 stuff (such people should see the sections about -git and -mm kernels below).
|
D | memory-barriers.txt | 461 previous critical sections for that variable are guaranteed to have 1860 critical sections corresponding to the RELEASE and the ACQUIRE can cross, 2134 two spinlocked sections on two different CPUs may be seen as interleaved by the 2478 sections will include synchronous load operations on strictly ordered I/O
|
D | HOWTO | 404 add your statements between the individual quoted sections instead of
|
D | kprobes.txt | 701 a virtual address that is no longer valid (module init sections, module
|
/linux-4.4.14/Documentation/powerpc/ |
D | cpu_features.txt | 32 After detecting the processor type, the kernel patches out sections of code
|
D | pci_iov_resource_on_powernv.txt | 8 requirement. The first two sections describe the concepts of Partitionable 9 Endpoints and the implementation on P8 (IODA2). The next two sections talks 205 more in the next two sections. For a given VF BAR, we need to
|
D | firmware-assisted-dump.txt | 43 -- The first kernel registers the sections of memory with the 45 These registered sections of memory are reserved by the first
|
/linux-4.4.14/include/linux/ |
D | pe.h | 104 uint16_t sections; /* number of sections */ member
|
/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 8 Streams are defined in sections 4.4.6.4 and 8.12.1.4 of the Universal Serial Bus
|
D | mass-storage.txt | 186 All of the information in previous sections are valid for other
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 19 identify removable sections of the memory before attempting
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | overview.txt | 74 The documentation is spilt into the following sections:-
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 58 their separate sections can relocated independently, allowing them to be
|
D | kernel-ABI.txt | 18 This document has the following sections:
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 155 for section in filter(self.is_event, parser_event.sections()):
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 72 The file itself consists of two main sections. 239 The channel definition is divided into three sub sections for each 281 The order WITHIN these sections is unimportant. The order OF these 282 sections IS important. The MODEM parameters are set with the first
|
D | LICENSE.qlcnic | 125 identifiable sections of that work are not derived from the Program, 128 sections when you distribute them as separate works. But when you 129 distribute the same sections as part of a whole which is a work based
|
D | LICENSE.qlge | 125 identifiable sections of that work are not derived from the Program, 128 sections when you distribute them as separate works. But when you 129 distribute the same sections as part of a whole which is a work based
|
D | fib_trie.txt | 141 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
|
D | openvswitch.txt | 65 the following sections go into detail.
|
D | README.ipw2200 | 93 The following sections attempt to provide a brief introduction to using
|
D | timestamping.txt | 198 coalescing sections of previously segmented buffers associated with
|
D | bonding.txt | 2716 manner is appropriate for the mode). See the sections on High
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 51 above leaves scope for further attributes should they be needed. If sections
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 182 There are obviously 2 non standard ELF sections in the generated object 231 sections in the ELF object file. So the instructions
|
/linux-4.4.14/Documentation/filesystems/ |
D | f2fs.txt | 211 trim_sections This parameter controls the number of sections 213 conducts. 32 sections is set by default. 279 -z [int] : Set the number of sections per zone. 325 consists of a set of sections. By default, section and zone sizes are set to one
|
D | fuse.txt | 202 (For more on c) and d) see later sections)
|
D | vfs.txt | 504 anything else) and also track the mapping of sections of the file into
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.qla4xxx | 126 identifiable sections of that work are not derived from the Program, 129 sections when you distribute them as separate works. But when you 130 distribute the same sections as part of a whole which is a work based
|
D | LICENSE.qla2xxx | 127 identifiable sections of that work are not derived from the Program, 130 sections when you distribute them as separate works. But when you 131 distribute the same sections as part of a whole which is a work based
|
D | scsi_mid_low_api.txt | 84 initialization models are discussed in the following sections.
|
D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | verify_pefile.c | 114 ctx->n_sections = pe->sections; in pefile_parse_binary()
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 161 # - note: each macro inserts code into multiple sections
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 17 following sections.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 130 seq : Sequence number to mark which of the 2 sections of this flog entry is 203 'sections', we always look at the most recent one only (based on the sequence
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 115 identifiable sections of that work are not derived from the Program, 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 115 identifiable sections of that work are not derived from the Program, 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 118 sections of that work are not derived from the Program, and can be 120 this License, and its terms, do not apply to those sections when you 122 sections as part of a whole which is a work based on the Program, the
|
/linux-4.4.14/ |
D | COPYING | 131 identifiable sections of that work are not derived from the Program, 134 sections when you distribute them as separate works. But when you 135 distribute the same sections as part of a whole which is a work based
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 10 check the files listed in the following sections.
|
D | HD-Audio.txt | 37 codec-specific problems are explained in the later sections. 291 hda-analyzer. The detailed description is found in the sections
|
/linux-4.4.14/include/linux/mtd/ |
D | nand.h | 322 struct onfi_ext_section sections[ONFI_EXT_SECTION_MAX]; member
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | Kconfig | 362 ensures that all module output sections are aligned to 4K
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 39 sections of nodes. Paul Jackson has equipped cpusets with the ability to
|
D | slub.txt | 317 `Slabcache Totals` sections from different measurements. To visually
|
D | unevictable-lru.txt | 441 sections above. Both processes (migration and m[un]locking) hold the page
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 111 the PXA2xx "Developer Manual" sections on the DMA controller and SSP Controllers
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | TEST.DOC | 85 are individual tests, they each require their own "Call-out" sections.
|
/linux-4.4.14/drivers/net/hyperv/ |
D | hyperv_net.h | 392 struct nvsp_1_receive_buffer_section sections[1]; member
|
D | netvsc.c | 309 init_packet->msg.v1_msg.send_recv_buf_complete.sections, in netvsc_init_buf()
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 6 following sections:
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 291 relative data sections. Using this means that the compiler can
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 26 These three cases are described in the following three sections, followed 59 you should read the following two sections.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 97 See the sections on loading modules and software synthesizers later in 1355 the conditions of sections 2 and 3 above, provided that you release 1409 If the Modified Version includes new front-matter sections or 1412 of these sections as invariant. To do this, add their titles to the 1455 In the combination, you must combine any sections Entitled "History" 1457 "History"; likewise combine any sections Entitled "Acknowledgements", 1458 and any sections Entitled "Dedications". You must delete all sections
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 178 sections, with microsecond accuracy. 202 sections, with microsecond accuracy.
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig | 437 sections.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 289 During linktime or runtime, some sections are dropped; 290 any use of code/data previously in these sections would 294 which results in the code/data being placed in specific sections. 1063 noisy if they are called inside atomic sections: when a spinlock is 1065 sections, inside an interrupt, etc...
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 157 # cpu-specific sections
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 165 Below sections specify when to call the error callback functions.
|
D | MSI-HOWTO.txt | 574 From the above three sections, you can see that there are many reasons
|
D | pci.txt | 64 Most of these topics are covered in the following sections.
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 4 of IBM 3270 devices. It consists of three sections:
|
/linux-4.4.14/init/ |
D | Kconfig | 519 sections. 1437 sections). This is sufficient for most cases. And only in very rare 1439 names of variables from the data sections, etc). 1442 image (i.e., symbols from all sections) in cost of increased kernel
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 60 For more examples of cooling devices, refer to the example sections below.
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 10 of the system. The other sections explain the actual details of the
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 3356 sections[_section])) 4176 offsize_t sections[PUBLIC_MAX_SECTIONS]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 203 properties specification that is the subject of the following sections.
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 250 attachments; that makes it much harder for reviewers to quote sections of
|
D | 2.Process | 144 treatment will come in later sections.
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2109 white listed .text sections are processed, since processing other 2110 sections like .init.text may cause races due to those sections
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 1578 u16 sections = 0; in i40e_vsi_setup_queue_map() local 1587 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID; in i40e_vsi_setup_queue_map() 1685 sections |= I40E_AQ_VSI_PROP_SCHED_VALID; in i40e_vsi_setup_queue_map() 1700 ctxt->info.valid_sections |= cpu_to_le16(sections); in i40e_vsi_setup_queue_map()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13255 struct bnx2x_fw_file_section *sections; in bnx2x_check_firmware() local 13267 sections = (struct bnx2x_fw_file_section *)fw_hdr; in bnx2x_check_firmware() 13271 for (i = 0; i < sizeof(*fw_hdr) / sizeof(*sections); i++) { in bnx2x_check_firmware() 13272 offset = be32_to_cpu(sections[i].offset); in bnx2x_check_firmware() 13273 len = be32_to_cpu(sections[i].len); in bnx2x_check_firmware()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 22 This document contains the following sections:
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 444 A cgroup can be removed by rmdir, but as discussed in sections 4.1 and 4.2, a
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 91 entering critical sections simultaneously.
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 3240 s = ep->sections + i; in nand_flash_detect_ext_param_page()
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1247 - drop all sections that are kernel internal (guarded by ifdef __KERNEL__)
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 516 Different devices support different controls. The sections below will describe
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 338 following sections. Two functions {\em must\/} be implemented, namely
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1976 to RAM. Read-write sections, such as the data section and stack,
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 28 people. See sections 8 and 9 for a list of some related references.
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 17 This document has the following sections:
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 212 where the screen is divided into rectangular sections (tiles), whereas
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 984 The sections below describe this in more detail.
|