Home
last modified time | relevance | path

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

12345

/linux-6.15/lib/
H 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()
180 if (rmap->near[cpu].index == index) { in cpu_rmap_update()
192 rmap->near[cpu].index = index; in cpu_rmap_update()
[all …]
/linux-6.15/fs/hpfs/
H 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-6.15/Documentation/devicetree/bindings/iio/
H 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-6.15/include/linux/
H A Dcpu_rmap.h30 } 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-6.15/Documentation/devicetree/bindings/iio/light/
H A Dvishay,vcnl4000.yaml34 proximity-near-level: true
51 proximity-near-level = <220>;
H A Dliteon,ltr501.yaml31 proximity-near-level: true
50 proximity-near-level = <75>;
H A Dstk33xx.yaml37 proximity-near-level: true
57 proximity-near-level = <25>;
H A Dbrcm,apds9160.yaml34 unwanted reflected light from very near objects such as tempered glass
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-r2.dts26 proximity-near-level = <50>;
H A Dimx8mq-librem5-r4.dts26 proximity-near-level = <7>;
H A Dimx8mq-librem5-r3.dtsi48 proximity-near-level = <10>;
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sx93107 near the combined sensor. The combined sensor presents
H A Dsysfs-bus-iio-proximity10 should typically be considered near.
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc.c351 u32 near = near_tile, far = far_tile; in g2g_slot() local
356 near = (near << 1) | near_dev; in g2g_slot()
361 if (far == near) in g2g_slot()
364 if (far > near) { in g2g_slot()
367 y = near; in g2g_slot()
373 x = near; in g2g_slot()
/linux-6.15/Documentation/devicetree/bindings/iio/proximity/
H A Dgoogle,cros-ec-mkbp-proximity.yaml15 This is implemented on the EC as near/far logic and exposed to the OS
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
98 // near maximum power output
H A Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
128 // near maximum power output
/linux-6.15/scripts/coccinelle/misc/
H A Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/linux-6.15/drivers/staging/
H A DKconfig10 interfaces that most likely will be changed in the near
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-370-synology-ds213j.dts83 /* rear USB port, near reset button */
88 /* rear USB port, near RJ45 port */
/linux-6.15/arch/arm/boot/dts/microchip/
H A Dat91-foxg20.dts150 /* red LED marked "PC7" near mini USB (device) receptacle */
/linux-6.15/Documentation/peci/
H A Dpeci.rst30 bit with a driven, rising edge from an idle near zero volts. The
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst100 all been resolved (apologies to anyone living near Canberra for the
/linux-6.15/Documentation/sound/soc/
H A Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
/linux-6.15/tools/perf/util/
H A Dauxtrace.c2404 bool near; member
2454 args->near = true; in print_kern_sym_cb()
2455 } else if (args->near) { in print_kern_sym_cb()
2456 args->near = false; in print_kern_sym_cb()
2653 bool near = false; in print_duplicate_syms() local
2666 near = true; in print_duplicate_syms()
2667 } else if (near) { in print_duplicate_syms()
2668 near = false; in print_duplicate_syms()

12345