Searched refs:zsctl_cpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c406 list_t zsctl_cpus; member in struct:zsd_ctl
1260 for (cpu = list_head(&ctl->zsctl_cpus); cpu != NULL;
1261 cpu = list_next(&ctl->zsctl_cpus, cpu)) {
1288 list_insert_tail(&ctl->zsctl_cpus, cpu);
1339 cpu = list_head(&ctl->zsctl_cpus);
1347 cpu = list_next(&ctl->zsctl_cpus, cpu);
1348 list_remove(&ctl->zsctl_cpus, tmp);
1370 cpu = list_next(&ctl->zsctl_cpus, cpu);
3574 cpu_next = list_head(&ctl->zsctl_cpus);
3577 cpu_next = list_next(&ctl->zsctl_cpus, cp
[all...]

Completed in 63 milliseconds