Home
last modified time | relevance | path

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

1234

/Linux-v6.6/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()
180 if (rmap->near[cpu].index == index) { in cpu_rmap_update()
[all …]
/Linux-v6.6/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-v6.6/include/linux/
Dcpu_rmap.h30 } near[]; member
43 return rmap->near[cpu].index; in cpu_rmap_lookup_index()
48 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dimx8mq-librem5-r2.dts26 proximity-near-level = <50>;
Dimx8mq-librem5-r4.dts26 proximity-near-level = <7>;
Dimx8mq-librem5-r3.dtsi48 proximity-near-level = <10>;
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
Dsysfs-bus-iio-proximity10 should typically be considered near.
/Linux-v6.6/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-v6.6/scripts/coccinelle/misc/
Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/Linux-v6.6/arch/arm/boot/dts/marvell/
Darmada-370-synology-ds213j.dts83 /* rear USB port, near reset button */
88 /* rear USB port, near RJ45 port */
Darmada-385-clearfog-gtr.dtsi383 /* U26 temperature sensor placed near SoC */
389 /* U27 temperature sensor placed near RTC battery */
/Linux-v6.6/arch/arm/boot/dts/microchip/
Dat91-foxg20.dts150 /* red LED marked "PC7" near mini USB (device) receptacle */
/Linux-v6.6/Documentation/peci/
Dpeci.rst30 bit with a driven, rising edge from an idle near zero volts. The
/Linux-v6.6/drivers/staging/
DKconfig10 interfaces that most likely will be changed in the near
/Linux-v6.6/Documentation/translations/zh_CN/maintainer/
Dpull-requests.rst100 all been resolved (apologies to anyone living near Canberra for the
/Linux-v6.6/Documentation/sound/soc/
Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
/Linux-v6.6/tools/perf/util/
Dauxtrace.c2334 bool near; member
2384 args->near = true; in print_kern_sym_cb()
2385 } else if (args->near) { in print_kern_sym_cb()
2386 args->near = false; in print_kern_sym_cb()
2583 bool near = false; in print_duplicate_syms() local
2596 near = true; in print_duplicate_syms()
2597 } else if (near) { in print_duplicate_syms()
2598 near = false; in print_duplicate_syms()
/Linux-v6.6/Documentation/powerpc/
Dkasan.txt47 - We'd like to place it near the start of physical memory. In theory we can do
/Linux-v6.6/Documentation/admin-guide/mm/
Dnumaperf.rst112 initiator access, and the term "near memory" represents the fastest
123 near memory cache if it is present. If it is not present, the system
/Linux-v6.6/Documentation/filesystems/ext4/
Dallocators.rst8 keeping related blocks near each other reduces the amount of movement
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dmsm8916-longcheer-l8150.dts159 proximity-near-level = <75>;
/Linux-v6.6/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-v6.6/drivers/gpu/drm/
Ddrm_vblank.c1759 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument
1761 return near + (s32) (narrow - near); in widen_32_to_64()

1234