Home
last modified time | relevance | path

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

1234

/linux/lib/
A Dcpu_rmap.c53 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()
180 rmap->near[cpu].index = index; in cpu_rmap_update()
[all …]
/linux/fs/hpfs/
A Dalloc.c119 unsigned bs = near & ~0x3fff; in alloc_in_bmp()
120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp()
216 if (near && near < sbi->sb_fs_size) { 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()
428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode() argument
433 if (!(*dno = alloc_in_dirband(s, near))) in hpfs_alloc_dnode()
434 if (!(*dno = hpfs_alloc_sector(s, near, 4, 0))) return NULL; in hpfs_alloc_dnode()
436 if (!(*dno = hpfs_alloc_sector(s, near, 4, 0))) in hpfs_alloc_dnode()
[all …]
/linux/Documentation/devicetree/bindings/iio/
A Dcommon.yaml23 proximity-near-level:
26 For proximity sensors whether an object can be considered near to the
32 considered 'near' to the device (an object is near to the
/linux/include/linux/
A Dcpu_rmap.h31 } near[]; 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/Documentation/devicetree/bindings/iio/light/
A Dvishay,vcnl4000.yaml34 proximity-near-level: true
51 proximity-near-level = <220>;
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
A Dsysfs-bus-iio-proximity10 should typically be considered near.
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-librem5-r2.dts28 proximity-near-level = <120>;
A Dimx8mq-librem5-r3.dts36 proximity-near-level = <25>;
A Dimx8mq-librem5-r4.dts34 proximity-near-level = <10>;
/linux/Documentation/devicetree/bindings/sound/
A Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
98 // near maximum power output
A Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
128 // near maximum power output
/linux/Documentation/devicetree/bindings/iio/proximity/
A Dgoogle,cros-ec-mkbp-proximity.yaml17 This is implemented on the EC as near/far logic and exposed to the OS
/linux/scripts/coccinelle/misc/
A Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/linux/arch/arm/boot/dts/
A Darmada-370-synology-ds213j.dts83 /* rear USB port, near reset button */
88 /* rear USB port, near RJ45 port */
A Dat91-foxg20.dts150 /* red LED marked "PC7" near mini USB (device) receptacle */
A Darmada-385-clearfog-gtr.dtsi383 /* U26 temperature sensor placed near SoC */
389 /* U27 temperature sensor placed near RTC battery */
/linux/tools/perf/util/
A Dauxtrace.c2263 bool near; member
2305 args->near = true; in print_kern_sym_cb()
2306 } else if (args->near) { in print_kern_sym_cb()
2307 args->near = false; in print_kern_sym_cb()
2501 bool near = false; in print_duplicate_syms() local
2514 near = true; in print_duplicate_syms()
2515 } else if (near) { in print_duplicate_syms()
2516 near = false; in print_duplicate_syms()
/linux/scripts/mod/
A Dmodpost.c1296 Elf_Sym *near = NULL; in find_elf_symbol() local
1320 near = sym; in find_elf_symbol()
1325 return near; in find_elf_symbol()
1340 Elf_Sym *near = NULL; in find_elf_symbol2() local
1356 near = sym; in find_elf_symbol2()
1358 near = sym; in find_elf_symbol2()
1362 return near; in find_elf_symbol2()
/linux/drivers/staging/
A DKconfig10 interfaces that most likely will be changed in the near
/linux/Documentation/sound/soc/
A Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
/linux/Documentation/translations/zh_CN/maintainer/
A Dpull-requests.rst100 all been resolved (apologies to anyone living near Canberra for the
/linux/Documentation/admin-guide/mm/
A Dnumaperf.rst113 initiator access, and the term "near memory" represents the fastest
124 near memory cache if it is present. If it is not present, the system
/linux/Documentation/admin-guide/device-mapper/
A 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/Documentation/filesystems/ext4/
A Dallocators.rst8 keeping related blocks near each other reduces the amount of movement

Completed in 43 milliseconds

1234