Searched refs:hwdom_max_order (Results 1 – 1 of 1) sorted by relevance
58 static unsigned int __read_mostly hwdom_max_order = CONFIG_HWDOM_MAX_ORDER; variable70 hwdom_max_order = simple_strtoul(s, &s, 0); in parse_max_order()92 if ( is_hardware_domain(d) && order < hwdom_max_order ) in max_order()93 order = hwdom_max_order; in max_order()
Completed in 4 milliseconds