Home
last modified time | relevance | path

Searched refs:max_zones (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_zones_many.sh31 local max_zones=$1
37 typeof numgen inc mod $max_zones : ct zone
55 for i in $(seq 1 "$max_zones");do
57 if [ "$i" -lt "$max_zones" ]; then
72 while [ "$i" -lt "$max_zones" ]; do
94 if [ "$count" -ge "$max_zones" ]; then
98 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>&2
109 local max_zones=$1
118 while [ "$i" -lt "$max_zones" ]; d
[all...]
/linux/drivers/hwmon/
H A Dcoretemp.c337 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()