Searched refs:max_zones (Results 1 – 2 of 2) sorted by relevance
31 local max_zones=$137 typeof numgen inc mod $max_zones : ct zone55 for i in $(seq 1 "$max_zones");do57 if [ "$i" -lt "$max_zones" ]; then72 while [ "$i" -lt "$max_zones" ]; do94 if [ "$count" -ge "$max_zones" ]; then98 echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $max_zones entries"104 echo "FAIL: insert $max_zones entries from packet path" 1>&2109 local max_zones=$1118 while [ "$i" -lt "$max_zones" ]; d[all...]
337 static int max_zones __read_mostly;474 if (id >= 0 && id < max_zones) in coretemp_get_pdev() 801 max_zones = topology_max_packages() * topology_max_dies_per_package(); in coretemp_init() 802 zone_devices = kcalloc(max_zones, sizeof(struct platform_device *), in coretemp_init() 807 for (i = 0; i < max_zones; i++) { in coretemp_init() 833 for (i = 0; i < max_zones; i++) in module_init()