Lines Matching defs:htstat
386 iphtstat_t *htstp, htstat;
506 htstp = &htstat;
508 op.iplo_size = sizeof(htstat);
509 op.iplo_struct = &htstat;
521 showhashs_live(fd, role, &htstat, poolname, opts);
532 showhashs_live(fd, role, &htstat, poolname, opts);
648 iphtstat_t htstat;
732 op.iplo_struct = &htstat;
733 op.iplo_size = sizeof(htstat);
740 printf("Hash Tables:\t%lu\n", htstat.iphs_numtables);
741 printf("Nodes:\t%lu\n", htstat.iphs_numnodes);
742 printf("Out of Memory:\t%lu\n", htstat.iphs_nomem);