Home
last modified time | relevance | path

Searched refs:near (Results 1 – 64 of 64) sorted by relevance

/linux-4.4.14/lib/
Dcpu_rmap.c39 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/
Dalloc.c114 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/
Dcpu_rmap.h34 } 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/
Dst,sta32x.txt60 If present, power bridge correction for THD reduction near maximum
89 // near maximum power output
Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
128 // near maximum power output
/linux-4.4.14/scripts/coccinelle/misc/
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
/linux-4.4.14/arch/arm/boot/dts/
Dat91-foxg20.dts147 /* red LED marked "PC7" near mini USB (device) receptacle */
Darmada-370-synology-ds213j.dts176 /* rear USB port, near reset button */
181 /* rear USB port, near RJ45 port */
Darmada-xp-netgear-rn2120.dts105 * MGT4012XB-O20, 8000RPM) near eSATA port */
Dtegra124-nyan.dtsi42 /* Debug connector on the bottom of the board near SD card. */
/linux-4.4.14/Documentation/sound/alsa/soc/
Dpops_clicks.txt48 when a volume control is changed near its maximum gain value. The zipper noise
/linux-4.4.14/mm/
Dmmap.c1186 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/
DKconfig10 interfaces that most likely will be changed in the near
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt71 [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/
Dmodpost.c1210 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/
Din2000.txt94 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/
Dsquashfs.txt253 read in the near future. Temporarily caching them ensures they are available
254 for near future access without requiring an additional read and decompress.
Dext2.txt92 Two blocks near the start of each group are reserved for the block usage
Dext4.txt117 exist yet so I'm not sure they're in the near-term roadmap.
/linux-4.4.14/Documentation/
DIRQ-domain.txt169 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
Dpnp.txt137 Plug and Play but it is planned to be in the near future.
DChanges107 documentation via specially-formatted comments near their
Dapplying-patches.txt109 been added or removed near the beginning of the file. In that case
Dadding-syscalls.txt44 for near-analogs of existing prctl() commands or getting/setting a simple
Dkprobes.txt198 - there is no near jump to the optimized region (other than to the first
Dmemory-barriers.txt1451 the code into near-nonexistence. (It will still load from the
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt27 in the near future).
/linux-4.4.14/kernel/time/
DKconfig160 However, on smaller systems, scalability is not anywhere near as
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt105 For complete description, see comments near the top of include/linux/skbuff.h.
Dde4x5.txt59 2) for fixed autoprobes (not recommended), edit the source code near
Daltera_tse.txt30 The SGDMA component is to be deprecated in the near future (over the next 1-2
Dz8530drv.txt465 should be somewhere near 50-60, and should be lowered when
Dcs89x0.txt490 located near the 10Base-T connector.
Darcnet-hardware.txt425 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.
Darcnet.txt524 this, you should grab the pertinent RFCs. (some are listed near the top of
Dip-sysctl.txt421 near future can use these to set initial conditions. Usually, this
Dbonding.txt2338 performance that scales near linearly as interfaces are added
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt46 memory failures too. The expection is that near all applications
Dpage_migration10 by moving pages near to the processor where the process accessing that memory
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt51 largely expect the timer subsystem to have near-zero overhead.
/linux-4.4.14/arch/powerpc/platforms/
DKconfig222 mean that extra synchronization instructions are required near
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt52 addition in the near future, but likely many more as there are various
/linux-4.4.14/Documentation/arm64/
Dbooting.txt120 address near the start of usable system RAM and called there. Memory
/linux-4.4.14/Documentation/s390/
D3270.txt142 lines near the bottom. Use TAB to move to the bottom line,
/linux-4.4.14/Documentation/RCU/
Dstallwarn.txt257 The offending function will usually be near the top of the stack.
Dtrace.txt85 representation near boot time.
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt288 # in "near" jumps and calls is 16-bit. For CALL,
292 e9: JMP-near Jz (f64)
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt288 # in "near" jumps and calls is 16-bit. For CALL,
292 e9: JMP-near Jz (f64)
/linux-4.4.14/Documentation/video4linux/
Dvideobuf200 anticipation of another read() call happening in the near future).
/linux-4.4.14/Documentation/blockdev/
Dparide.txt8 Owing to the simplicity and near universality of the parallel port interface
/linux-4.4.14/Documentation/x86/
Dboot.txt102 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/
Dhdio.txt366 See <linux/hdreg.h>, near symbol IDE_NICE_DSC_OVERLAP.
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt531 to detect them ourselves. The complete list of these is found near the
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt319 guest will use it in the near future
/linux-4.4.14/Documentation/development-process/
D2.Process329 directions. The whole thing would not work anywhere near as well as it
/linux-4.4.14/Documentation/usb/
Dpower-management.txt259 any widespread programs which will do this; we hope that in the near
/linux-4.4.14/Documentation/power/
Druntime_pm.txt628 likely it would need a runtime resume in the near future anyway.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES583 inode metadata can be incorrectly kept cached when time near zero)
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt878 2: System board, left side (near PCMCIA slot), reported as HDAPS temp
/linux-4.4.14/Documentation/security/
Dkeys.txt258 is preliminary, and is likely to change quite significantly in the near future.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio1233 object is near the sensor, usually be observing
/linux-4.4.14/init/
DKconfig889 # written after the unmap. Details are in mm/rmap.c near the check for
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1279 the text near the most prominent appearance of the work's title,
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3546 the code the access happened shows that it happened near line 110 of