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

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c95 if (tbl->n_size == tbl->n_nent) { /* reallocation */
101 uid = &tbl->n_list[tbl->n_nent++];
115 if (tbl->n_nent) { /* do linear search if table is not empty */
116 for (i = 0; i < tbl->n_nent; i++)
H A Dprtable.h52 size_t n_nent; member in struct:__anon1280

Completed in 52 milliseconds