Searched refs:distances (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/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.6.21/kernel/sched/ |
D | topology.c | 1737 int i, *distances; in find_numa_distance() local 1743 distances = rcu_dereference(sched_domains_numa_distance); in find_numa_distance() 1744 if (!distances) in find_numa_distance() 1747 if (distances[i] == distance) { in find_numa_distance() 1828 int *distances; in sched_init_numa() local 1859 distances = kcalloc(nr_levels, sizeof(int), GFP_KERNEL); in sched_init_numa() 1860 if (!distances) { in sched_init_numa() 1867 distances[i] = j; in sched_init_numa() 1869 rcu_assign_pointer(sched_domains_numa_distance, distances); in sched_init_numa() 1974 int nr_levels, *distances; in sched_reset_numa() local [all …]
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-numa | 15 the same kind of memory is found at varied distances.
|
/linux-6.6.21/Documentation/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.6.21/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.6.21/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.6.21/Documentation/driver-api/serial/ |
D | serial-rs485.rst | 12 because it can be used effectively over long distances and in electrically
|
/linux-6.6.21/drivers/net/wan/ |
D | Kconfig | 11 distances with data transfer rates significantly higher than those
|
/linux-6.6.21/Documentation/staging/ |
D | lzo.rst | 53 For references to the dictionary, distances are relative to the output
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | ksm.rst | 96 significant NUMA distances, are likely to benefit from the
|
/linux-6.6.21/Documentation/core-api/ |
D | workqueue.rst | 565 impact is dependent on the distances between the scopes and may be more
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 1314 of the nest. All distances are expressed in centimeters. The PHY takes 1315 the distances as a guide, and rounds to the nearest distance it
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | vm.rst | 999 distances between watermarks are 0.1% of the available memory in the
|