Lines Matching +full:non +full:- +full:tunable
18 * NON INFRINGEMENT. See the GNU General Public License for more
66 * The following tunable allows platforms to override the default node
71 * AMD EPYC machines use this because even though the 2-hop distance
74 * between NUMA nodes 2-hops apart.
197 #define topology_physical_package_id(cpu) ((void)(cpu), -1)
200 #define topology_die_id(cpu) ((void)(cpu), -1)
203 #define topology_cluster_id(cpu) ((void)(cpu), -1)
209 #define topology_book_id(cpu) ((void)(cpu), -1)
212 #define topology_drawer_id(cpu) ((void)(cpu), -1)
260 return ERR_PTR(-EOPNOTSUPP); in sched_numa_hop_mask()
265 * for_each_numa_hop_mask - iterate over cpumasks of increasing NUMA distance