/linux-6.8/lib/xz/ |
D | xz_lzma2.h | 136 * 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/ |
D | sparx5_calendar.c | 482 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/ |
D | cpu_rmap.c | 186 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()
|
D | cpumask.c | 115 * 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/ |
D | associativity.rst | 24 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/ |
D | topology.c | 1754 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/ |
D | pyperf180.c | 12 * reduced some branch target distances and resolved the compilation failure.
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-numa | 15 the same kind of memory is found at varied distances.
|
/linux-6.8/Documentation/mm/ |
D | numa.rst | 23 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/ |
D | inftrees.h | 43 and 592 for distances, the latter actually the result of an
|
D | inflate.c | 116 upon return from inflate(), and since all distances after the first 32K of 573 strm->msg = (char *)"invalid distances set"; in zlib_inflate()
|
D | inffast.c | 116 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
|
/linux-6.8/arch/x86/mm/ |
D | numa_emulation.c | 361 * - 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/ |
D | lzo.rst | 53 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/ |
D | hash.h | 20 * chosen to minimise the shift distances.
|
/linux-6.8/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_shading.c | 35 * 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/ |
D | numa.txt | 45 This property defines a matrix to describe the relative distances 51 The distances are equal in either direction.
|
/linux-6.8/mm/ |
D | memory-tiers.c | 56 * node distances: 75 * node distances: 91 * node distances:
|
D | workingset.c | 351 * 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/ |
D | serial-rs485.rst | 12 because it can be used effectively over long distances and in electrically
|
/linux-6.8/lib/zlib_deflate/ |
D | defutil.h | 217 /* 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/ |
D | Kconfig | 11 distances with data transfer rates significantly higher than those
|
/linux-6.8/drivers/base/ |
D | arch_numa.c | 285 /* fill with the default distances */ in numa_alloc_distance()
|
/linux-6.8/Documentation/admin-guide/mm/ |
D | ksm.rst | 99 significant NUMA distances, are likely to benefit from the
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gmc.h | 106 * store the register distances between two continuous context domain
|