/linux-4.4.14/lib/ |
D | cpu_rmap.c | 39 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap() 56 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap() 57 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap() 103 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh() 104 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh() 105 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh() 106 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh() 122 index = rmap->near[cpu].index; in debug_print_rmap() 124 cpu, index, rmap->near[cpu].dist); in debug_print_rmap() 171 if (rmap->near[cpu].index == index) { in cpu_rmap_update() [all …]
|
/linux-4.4.14/fs/hpfs/ |
D | alloc.c | 114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 118 unsigned bs = near & ~0x3fff; in alloc_in_bmp() 119 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp() 129 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp() 202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 215 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector() 216 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 217 near_bmp = near >> 14; in hpfs_alloc_sector() 276 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument 278 unsigned nr = near; in alloc_in_dirband() [all …]
|
/linux-4.4.14/include/linux/ |
D | cpu_rmap.h | 34 } near[0]; member 47 return rmap->near[cpu].index; in cpu_rmap_lookup_index() 52 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 60 If present, power bridge correction for THD reduction near maximum 89 // near maximum power output
|
D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 128 // near maximum power output
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | returnvar.cocci | 7 // Comments: Comments on code can be deleted if near code that is removed.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91-foxg20.dts | 147 /* red LED marked "PC7" near mini USB (device) receptacle */
|
D | armada-370-synology-ds213j.dts | 176 /* rear USB port, near reset button */ 181 /* rear USB port, near RJ45 port */
|
D | armada-xp-netgear-rn2120.dts | 105 * MGT4012XB-O20, 8000RPM) near eSATA port */
|
D | tegra124-nyan.dtsi | 42 /* Debug connector on the bottom of the board near SD card. */
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 48 when a volume control is changed near its maximum gain value. The zipper noise
|
/linux-4.4.14/mm/ |
D | mmap.c | 1186 struct vm_area_struct *near; in find_mergeable_anon_vma() local 1188 near = vma->vm_next; in find_mergeable_anon_vma() 1189 if (!near) in find_mergeable_anon_vma() 1192 anon_vma = reusable_anon_vma(near, vma, near); in find_mergeable_anon_vma() 1196 near = vma->vm_prev; in find_mergeable_anon_vma() 1197 if (!near) in find_mergeable_anon_vma() 1200 anon_vma = reusable_anon_vma(near, near, vma); in find_mergeable_anon_vma()
|
/linux-4.4.14/drivers/staging/ |
D | Kconfig | 10 interfaces that most likely will be changed in the near
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 71 [raid10_format <near|far|offset>] 76 is "near". Near copies are what most people think of with 78 or 'raid10_copies 2' and/or 'raid10_format near' are given,
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 1210 Elf_Sym *near = NULL; in find_elf_symbol() local 1232 near = sym; in find_elf_symbol() 1237 return near; in find_elf_symbol() 1276 Elf_Sym *near = NULL; in find_elf_symbol2() local 1292 near = sym; in find_elf_symbol2() 1294 near = sym; in find_elf_symbol2() 1298 return near; in find_elf_symbol2()
|
/linux-4.4.14/Documentation/scsi/ |
D | in2000.txt | 94 to read the comments for 'setup_strings' near the top 132 search for 'setup_strings' near the top of the in2000.c file and
|
/linux-4.4.14/Documentation/filesystems/ |
D | squashfs.txt | 253 read in the near future. Temporarily caching them ensures they are available 254 for near future access without requiring an additional read and decompress.
|
D | ext2.txt | 92 Two blocks near the start of each group are reserved for the block usage
|
D | ext4.txt | 117 exist yet so I'm not sure they're in the near-term roadmap.
|
/linux-4.4.14/Documentation/ |
D | IRQ-domain.txt | 169 When building irq_domain hierarchy, the irq_domain near to the device is 170 child and the irq_domain near to CPU is parent. So a hierarchy structure
|
D | pnp.txt | 137 Plug and Play but it is planned to be in the near future.
|
D | Changes | 107 documentation via specially-formatted comments near their
|
D | applying-patches.txt | 109 been added or removed near the beginning of the file. In that case
|
D | adding-syscalls.txt | 44 for near-analogs of existing prctl() commands or getting/setting a simple
|
D | kprobes.txt | 198 - there is no near jump to the optimized region (other than to the first
|
D | memory-barriers.txt | 1451 the code into near-nonexistence. (It will still load from the
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 27 in the near future).
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 160 However, on smaller systems, scalability is not anywhere near as
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-features.txt | 105 For complete description, see comments near the top of include/linux/skbuff.h.
|
D | de4x5.txt | 59 2) for fixed autoprobes (not recommended), edit the source code near
|
D | altera_tse.txt | 30 The SGDMA component is to be deprecated in the near future (over the next 1-2
|
D | z8530drv.txt | 465 should be somewhere near 50-60, and should be lowered when
|
D | cs89x0.txt | 490 located near the 10Base-T connector.
|
D | arcnet-hardware.txt | 425 About the jumpers: On my PC130 there is one more jumper, located near the 1119 There is a jumper array at the bottom of the card, near the edge 1124 more general information near the top of this file.
|
D | arcnet.txt | 524 this, you should grab the pertinent RFCs. (some are listed near the top of
|
D | ip-sysctl.txt | 421 near future can use these to set initial conditions. Usually, this
|
D | bonding.txt | 2338 performance that scales near linearly as interfaces are added
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 46 memory failures too. The expection is that near all applications
|
D | page_migration | 10 by moving pages near to the processor where the process accessing that memory
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 51 largely expect the timer subsystem to have near-zero overhead.
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig | 222 mean that extra synchronization instructions are required near
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 52 addition in the near future, but likely many more as there are various
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 120 address near the start of usable system RAM and called there. Memory
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 142 lines near the bottom. Use TAB to move to the bottom line,
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 257 The offending function will usually be near the top of the stack.
|
D | trace.txt | 85 representation near boot time.
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 288 # in "near" jumps and calls is 16-bit. For CALL, 292 e9: JMP-near Jz (f64)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 288 # in "near" jumps and calls is 16-bit. For CALL, 292 e9: JMP-near Jz (f64)
|
/linux-4.4.14/Documentation/video4linux/ |
D | videobuf | 200 anticipation of another read() call happening in the near future).
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 8 Owing to the simplicity and near universality of the parallel port interface
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 102 memory, called the Extended BIOS Data Area, near the top of low 940 an initrd, since an initrd should be placed near end of
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 366 See <linux/hdreg.h>, near symbol IDE_NICE_DSC_OVERLAP.
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 531 to detect them ourselves. The complete list of these is found near the
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 319 guest will use it in the near future
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 329 directions. The whole thing would not work anywhere near as well as it
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 259 any widespread programs which will do this; we hope that in the near
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 628 likely it would need a runtime resume in the near future anyway.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 583 inode metadata can be incorrectly kept cached when time near zero)
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 878 2: System board, left side (near PCMCIA slot), reported as HDAPS temp
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 258 is preliminary, and is likely to change quite significantly in the near future.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1233 object is near the sensor, usually be observing
|
/linux-4.4.14/init/ |
D | Kconfig | 889 # written after the unmap. Details are in mm/rmap.c near the check for
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1279 the text near the most prominent appearance of the work's title,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3546 the code the access happened shows that it happened near line 110 of
|