Home
last modified time | relevance | path

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

123

/linux/lib/
H A 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/fs/hpfs/
H A 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/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/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/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/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/drivers/gpu/drm/xe/
H A Dxe_guc.c360 u32 near = near_tile, far = far_tile; in g2g_slot() local
365 near = (near << 1) | near_dev; in g2g_slot()
370 if (far == near) in g2g_slot()
373 if (far > near) { in g2g_slot()
376 y = near; in g2g_slot()
382 x = near; in g2g_slot()
/linux/scripts/coccinelle/misc/
H A Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/linux/drivers/staging/
H A DKconfig10 interfaces that most likely will be changed in the near
/linux/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 */
H A Darmada-385-clearfog-gtr.dtsi425 /* U26 temperature sensor placed near SoC */
431 /* U27 temperature sensor placed near RTC battery */
/linux/Documentation/peci/
H A Dpeci.rst30 bit with a driven, rising edge from an idle near zero volts. The
/linux/arch/arm/boot/dts/microchip/
H A Dat91-foxg20.dts150 /* red LED marked "PC7" near mini USB (device) receptacle */
/linux/tools/perf/util/
H A Dauxtrace.c2425 bool near; member
2475 args->near = true; in print_kern_sym_cb()
2476 } else if (args->near) { in print_kern_sym_cb()
2477 args->near = false; in print_kern_sym_cb()
2674 bool near = false; in print_duplicate_syms() local
2687 near = true; in print_duplicate_syms()
2688 } else if (near) { in print_duplicate_syms()
2689 near = false; in print_duplicate_syms()
/linux/Documentation/sound/soc/
H A Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst100 all been resolved (apologies to anyone living near Canberra for the
/linux/Documentation/admin-guide/hw-vuln/
H A Drsb.rst82 in this context includes near return instructions, so these
103 not suffice to prevent the predicted target of a near return
119 not suffice to prevent the predicted target of a near return
200 predictors to be used by near RET instructions when the RSB is
/linux/Documentation/admin-guide/mm/
H A 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/Documentation/arch/powerpc/
H A Dkasan.txt47 - We'd like to place it near the start of physical memory. In theory we can do
/linux/drivers/iio/proximity/
H A Dhx9023s.c122 unsigned int near; member
417 data->ch_data[ch].thres.near = tmp; in hx9023s_get_thres_near()
448 data->ch_data[ch].thres.near = ((val / 32) & GENMASK(9, 0)) * 32; in hx9023s_set_thres_near()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-asrock-spc621d8hm3.dts102 /* motherboard temp sensor (TMP1, near BMC) */

123