Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_zones_many.sh43 local max_zones=$1
50 typeof numgen inc mod $max_zones : ct zone
61 for i in $(seq 1 $max_zones);do
63 if [ $i -lt $max_zones ]; then
76 while [ $i -lt $max_zones ]; do
96 if [ $count -eq $max_zones ]; then
100 …echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $max_zones en…
106 echo "FAIL: insert $max_zones entries from packet path" 1>&2
111 local max_zones=$1
119 while [ $i -lt $max_zones ]; do
[all …]
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c328 static int max_zones __read_mostly;
475 if (id >= 0 && id < max_zones) in coretemp_get_pdev()
785 max_zones = topology_max_packages() * topology_max_die_per_package(); in coretemp_init()
786 zone_devices = kcalloc(max_zones, sizeof(struct platform_device *), in coretemp_init()
791 for (i = 0; i < max_zones; i++) { in coretemp_init()
817 for (i = 0; i < max_zones; i++) in module_init()
/openbmc/qemu/hw/nvme/
H A Dctrl.c4177 uint64_t max_zones, nr_zones = 0; in nvme_zone_mgmt_recv() local
4223 max_zones = (data_size - sizeof(NvmeZoneReportHeader)) / zone_entry_sz; in nvme_zone_mgmt_recv()
4228 if (partial && nr_zones >= max_zones) { in nvme_zone_mgmt_recv()
4239 for (; zone_idx < ns->num_zones && max_zones > 0; zone_idx++) { in nvme_zone_mgmt_recv()
4265 max_zones--; in nvme_zone_mgmt_recv()