Home
last modified time | relevance | path

Searched full:distances (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.8/lib/xz/
Dxz_lzma2.h136 * Different sets of probabilities are used for match distances that have
161 /* Match distances up to 127 are fully encoded using probabilities. Since
163 * the distances 0-3 don't need any additional bits to encode, since the
171 * Match distances greater than 127 are encoded in three pieces:
178 * The distance slot value of 14 is for distances 128-191.
187 * For match distances greater than 127, only the highest two bits and the
198 * LZMA remembers the four most recent match distances. Reusing these
199 * distances tends to take less space than re-encoding the actual
/linux-6.8/drivers/net/ethernet/microchip/sparx5/
Dsparx5_calendar.c482 u32 slot_indices[SPX5_DSM_CAL_LEN], distances[SPX5_DSM_CAL_LEN]; in sparx5_dsm_calendar_check() local
490 distances[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_check()
503 distances[idx] = (slot_indices[idx + 1] - in sparx5_dsm_calendar_check()
510 cnt = distances[idx] - max_dist; in sparx5_dsm_calendar_check()
517 cnt = cnt + distances[jdx] - max_dist; in sparx5_dsm_calendar_check()
/linux-6.8/lib/
Dcpu_rmap.c186 debug_print_rmap(rmap, "after invalidating old distances"); in cpu_rmap_update()
200 /* Update distances based on topology */ in cpu_rmap_update()
211 /* We could continue into NUMA node distances, but for now in cpu_rmap_update()
Dcpumask.c115 * cpumask_local_spread - select the i'th cpu based on NUMA distances
122 * For those who wants to enumerate all CPUs based on their NUMA distances,
/linux-6.8/Documentation/arch/powerpc/
Dassociativity.rst24 Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE).
103 Since domainID can be sparse, the matrix of distances can also be effectively sparse.
/linux-6.8/kernel/sched/
Dtopology.c1754 int i, *distances; in find_numa_distance() local
1760 distances = rcu_dereference(sched_domains_numa_distance); in find_numa_distance()
1761 if (!distances) in find_numa_distance()
1764 if (distances[i] == distance) { in find_numa_distance()
1845 int *distances; in sched_init_numa() local
1850 * unique distances in the node_distance() table. in sched_init_numa()
1876 distances = kcalloc(nr_levels, sizeof(int), GFP_KERNEL); in sched_init_numa()
1877 if (!distances) { in sched_init_numa()
1884 distances[i] = j; in sched_init_numa()
1886 rcu_assign_pointer(sched_domains_numa_distance, distances); in sched_init_numa()
[all …]
/linux-6.8/tools/testing/selftests/bpf/progs/
Dpyperf180.c12 * reduced some branch target distances and resolved the compilation failure.
/linux-6.8/Documentation/ABI/testing/
Dsysfs-kernel-mm-numa15 the same kind of memory is found at varied distances.
/linux-6.8/Documentation/mm/
Dnuma.rst23 cells at multiple distances from other cells.
35 can have cells at multiple remote distances from any given cell.
/linux-6.8/lib/zlib_inflate/
Dinftrees.h43 and 592 for distances, the latter actually the result of an
Dinflate.c116 upon return from inflate(), and since all distances after the first 32K of
573 strm->msg = (char *)"invalid distances set"; in zlib_inflate()
Dinffast.c116 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
/linux-6.8/arch/x86/mm/
Dnuma_emulation.c361 * - NUMA distance table is rebuilt to represent distances between emulated
362 * nodes. The distances are determined considering how emulated nodes
363 * are mapped to physical nodes and match the actual distances.
/linux-6.8/Documentation/staging/
Dlzo.rst53 For references to the dictionary, distances are relative to the output
54 pointer. Distances are encoded using very few bits belonging to certain
/linux-6.8/arch/m68k/include/asm/
Dhash.h20 * chosen to minimise the shift distances.
/linux-6.8/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c35 * We then calculate the distances from the T to the source points: x0, x1,
179 * calculate distances between source and target in crop_and_interpolate()
/linux-6.8/Documentation/devicetree/bindings/
Dnuma.txt45 This property defines a matrix to describe the relative distances
51 The distances are equal in either direction.
/linux-6.8/mm/
Dmemory-tiers.c56 * node distances:
75 * node distances:
91 * node distances:
Dworkingset.c351 * well, in order for the refault distances later on to be comparable
660 * since refault distances bigger than that are dismissed. in count_shadow_nodes()
/linux-6.8/Documentation/driver-api/serial/
Dserial-rs485.rst12 because it can be used effectively over long distances and in electrically
/linux-6.8/lib/zlib_deflate/
Ddefutil.h217 /* Buffer for distances. To simplify the code, d_buf and l_buf have
270 * distances are limited to MAX_DIST instead of WSIZE.
/linux-6.8/drivers/net/wan/
DKconfig11 distances with data transfer rates significantly higher than those
/linux-6.8/drivers/base/
Darch_numa.c285 /* fill with the default distances */ in numa_alloc_distance()
/linux-6.8/Documentation/admin-guide/mm/
Dksm.rst99 significant NUMA distances, are likely to benefit from the
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.h106 * store the register distances between two continuous context domain

12