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

/openbsd-current/sys/sys/
H A Dpool.h59 unsigned int pr_nout; /* # items currently allocated */ member in struct:kinfo_pool
173 unsigned int pr_nout; /* # items currently allocated */ member in struct:pool
/openbsd-current/usr.bin/netstat/
H A Dmbuf.c192 mclpools[i].pr_nout,
/openbsd-current/sys/kern/
H A Dsubr_pool.c424 pp->pr_nout = 0;
501 if (pp->pr_nout != 0)
502 panic("%s: pool busy: still out: %u", __func__, pp->pr_nout);
579 if (pp->pr_nout >= pp->pr_hardlimit) {
666 if (pp->pr_nout >= pp->pr_hardlimit)
703 pp->pr_nout++;
711 pp->pr_nout--;
799 pp->pr_nout--;
1095 if (n < pp->pr_nout) {
1227 pp->pr_itemsperpage, pp->pr_nitems, pp->pr_nout, p
[all...]
/openbsd-current/usr.bin/vmstat/
H A Dvmstat.c1053 pi.pr_nout = pp->pr_nout;
/openbsd-current/sys/net/
H A Dpf_ioctl.c2130 if (((struct pool *)pf_pool_limits[pl->index].pp)->pr_nout >
2710 if (((struct pool *)pf_pool_limits[i].pp)->pr_nout >

Completed in 135 milliseconds