Searched refs:distances (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/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-5.19.10/kernel/sched/ |
D | topology.c | 1721 int i, *distances; in find_numa_distance() local 1727 distances = rcu_dereference(sched_domains_numa_distance); in find_numa_distance() 1728 if (!distances) in find_numa_distance() 1731 if (distances[i] == distance) { in find_numa_distance() 1812 int *distances; in sched_init_numa() local 1843 distances = kcalloc(nr_levels, sizeof(int), GFP_KERNEL); in sched_init_numa() 1844 if (!distances) { in sched_init_numa() 1851 distances[i] = j; in sched_init_numa() 1853 rcu_assign_pointer(sched_domains_numa_distance, distances); in sched_init_numa() 1958 int nr_levels, *distances; in sched_reset_numa() local [all …]
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-numa | 15 the same kind of memory is found at varied distances.
|
/linux-5.19.10/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-5.19.10/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-5.19.10/Documentation/driver-api/serial/ |
D | serial-rs485.rst | 12 because it can be used effectively over long distances and in electrically
|
/linux-5.19.10/Documentation/vm/ |
D | numa.rst | 25 cells at multiple distances from other cells. 37 can have cells at multiple remote distances from any given cell.
|
/linux-5.19.10/drivers/net/wan/ |
D | Kconfig | 11 distances with data transfer rates significantly higher than those
|
/linux-5.19.10/Documentation/staging/ |
D | lzo.rst | 53 For references to the dictionary, distances are relative to the output
|
/linux-5.19.10/Documentation/admin-guide/mm/ |
D | ksm.rst | 98 significant NUMA distances, are likely to benefit from the
|
/linux-5.19.10/Documentation/networking/ |
D | ethtool-netlink.rst | 1255 of the nest. All distances are expressed in centimeters. The PHY takes 1256 the distances as a guide, and rounds to the nearest distance it
|
/linux-5.19.10/Documentation/admin-guide/sysctl/ |
D | vm.rst | 998 distances between watermarks are 0.1% of the available memory in the
|