Home
last modified time | relevance | path

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

1234

/Linux-v5.4/lib/
Dcpu_rmap.c36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap()
53 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap()
54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap()
100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh()
101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh()
102 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh()
103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh()
119 index = rmap->near[cpu].index; in debug_print_rmap()
121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap()
168 if (rmap->near[cpu].index == index) { in cpu_rmap_update()
[all …]
/Linux-v5.4/fs/hpfs/
Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
119 unsigned bs = near & ~0x3fff; in alloc_in_bmp()
120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp()
130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()
217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
218 near_bmp = near >> 14; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument
279 unsigned nr = near; in alloc_in_dirband()
[all …]
/Linux-v5.4/include/linux/
Dcpu_rmap.h31 } near[0]; member
44 return rmap->near[cpu].index; in cpu_rmap_lookup_index()
49 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
/Linux-v5.4/drivers/staging/media/soc_camera/
DTODO1 The SoC camera framework is obsolete and scheduled for removal in the near
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
98 // near maximum power output
Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
128 // near maximum power output
/Linux-v5.4/scripts/coccinelle/misc/
Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/Linux-v5.4/tools/perf/util/
Dauxtrace.c1714 bool near; member
1756 args->near = true; in print_kern_sym_cb()
1757 } else if (args->near) { in print_kern_sym_cb()
1758 args->near = false; in print_kern_sym_cb()
1952 bool near = false; in print_duplicate_syms() local
1965 near = true; in print_duplicate_syms()
1966 } else if (near) { in print_duplicate_syms()
1967 near = false; in print_duplicate_syms()
/Linux-v5.4/arch/arm/boot/dts/
Dat91-foxg20.dts149 /* red LED marked "PC7" near mini USB (device) receptacle */
Darmada-370-synology-ds213j.dts83 /* rear USB port, near reset button */
88 /* rear USB port, near RJ45 port */
Darmada-xp-netgear-rn2120.dts45 * MGT4012XB-O20, 8000RPM) near eSATA port */
/Linux-v5.4/Documentation/sound/soc/
Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
/Linux-v5.4/mm/
Dmmap.c1302 struct vm_area_struct *near; in find_mergeable_anon_vma() local
1304 near = vma->vm_next; in find_mergeable_anon_vma()
1305 if (!near) in find_mergeable_anon_vma()
1308 anon_vma = reusable_anon_vma(near, vma, near); in find_mergeable_anon_vma()
1312 near = vma->vm_prev; in find_mergeable_anon_vma()
1313 if (!near) in find_mergeable_anon_vma()
1316 anon_vma = reusable_anon_vma(near, near, vma); in find_mergeable_anon_vma()
/Linux-v5.4/scripts/mod/
Dmodpost.c1319 Elf_Sym *near = NULL; in find_elf_symbol() local
1343 near = sym; in find_elf_symbol()
1348 return near; in find_elf_symbol()
1363 Elf_Sym *near = NULL; in find_elf_symbol2() local
1379 near = sym; in find_elf_symbol2()
1381 near = sym; in find_elf_symbol2()
1385 return near; in find_elf_symbol2()
/Linux-v5.4/Documentation/admin-guide/mm/
Dnumaperf.rst105 initiator access, and the term "near memory" represents the fastest
116 near memory cache if it is present. If it is not present, the system
/Linux-v5.4/drivers/staging/
DKconfig10 interfaces that most likely will be changed in the near
/Linux-v5.4/Documentation/filesystems/ext4/
Dallocators.rst8 keeping related blocks near each other reduces the amount of movement
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-raid.rst113 [raid10_copies <# copies>], [raid10_format <near|far|offset>]
118 is "near". Near copies are what most people think of with
120 or 'raid10_copies 2' and/or 'raid10_format near' are given,
/Linux-v5.4/drivers/gpu/drm/
Ddrm_vblank.c1550 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument
1552 return near + (s32) (narrow - near); in widen_32_to_64()
/Linux-v5.4/Documentation/
DIRQ-domain.txt206 When building irq_domain hierarchy, the irq_domain near to the device is
207 child and the irq_domain near to CPU is parent. So a hierarchy structure
/Linux-v5.4/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.
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dgpio.rst28 in the near future).
/Linux-v5.4/Documentation/admin-guide/
Dpnp.rst164 Plug and Play but it is planned to be in the near future.
/Linux-v5.4/Documentation/vm/
Dhwpoison.rst53 memory failures too. The expection is that near all applications
/Linux-v5.4/Documentation/networking/
Dchecksum-offloads.rst30 detail in comments near the top of include/linux/skbuff.h.

1234