Searched refs:distances (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_calendar.c | 478 u32 slot_indices[SPX5_DSM_CAL_LEN], distances[SPX5_DSM_CAL_LEN]; in sparx5_dsm_calendar_check() local 486 distances[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_check() 499 distances[idx] = (slot_indices[idx + 1] - in sparx5_dsm_calendar_check() 506 cnt = distances[idx] - max_dist; in sparx5_dsm_calendar_check() 513 cnt = cnt + distances[jdx] - max_dist; in sparx5_dsm_calendar_check()
|
/linux/kernel/sched/ |
H A D | topology.c | 1805 int i, *distances; in find_numa_distance() local 1811 distances = rcu_dereference(sched_domains_numa_distance); in find_numa_distance() 1812 if (!distances) in find_numa_distance() 1815 if (distances[i] == distance) { in find_numa_distance() 1896 int *distances; in sched_init_numa() local 1901 * unique distances in the node_distance() table. in sched_init_numa() 1927 distances = kcalloc(nr_levels, sizeof(int), GFP_KERNEL); in sched_init_numa() 1928 if (!distances) { in sched_init_numa() 1935 distances[i] = j; in sched_init_numa() 1937 rcu_assign_pointer(sched_domains_numa_distance, distances); in sched_init_numa() 2033 int nr_levels, *distances; sched_reset_numa() local [all...] |
/linux/Documentation/driver-api/cxl/platform/acpi/ |
H A D | slit.rst | 7 The system locality information table provides "abstract distances" between
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-numa | 15 the same kind of memory is found at varied distances.
|
/linux/Documentation/arch/powerpc/ |
H A 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/Documentation/mm/ |
H A D | numa.rst | 23 cells at multiple distances from other cells. 35 can have cells at multiple remote distances from any given cell.
|
/linux/Documentation/driver-api/serial/ |
H A D | serial-rs485.rst | 12 because it can be used effectively over long distances and in electrically
|
/linux/Documentation/staging/ |
H A D | lzo.rst | 53 For references to the dictionary, distances are relative to the output
|
/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 99 significant NUMA distances, are likely to benefit from the
|
/linux/Documentation/networking/diagnostic/ |
H A D | twisted_pair_layer1_diagnostics.rst | 477 diagnostic tools that can handle greater distances or higher resolution.
|
/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1384 of the nest. All distances are expressed in centimeters. The PHY takes 1385 the distances as a guide, and rounds to the nearest distance it
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 1078 distances between watermarks are 0.1% of the available memory in the
|