Lines Matching refs:htstat
387 iphtstat_t htstat; local
507 op.iplo_size = sizeof(htstat);
508 op.iplo_struct = &htstat;
520 showhashs_live(fd, role, &htstat, poolname, opts);
531 showhashs_live(fd, role, &htstat, poolname, opts);
646 iphtstat_t htstat; local
723 op.iplo_struct = &htstat;
724 op.iplo_size = sizeof(htstat);
731 printf("Hash Tables:\t%lu\n", htstat.iphs_numtables);
732 printf("Nodes:\t%lu\n", htstat.iphs_numnodes);
733 printf("Out of Memory:\t%lu\n", htstat.iphs_nomem);