Searched defs:plwp_tbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c46 static plwp_t *plwp_tbl[PLWP_TBL_SZ]; variable
51 (void) memset(&plwp_tbl, 0, sizeof (plwp_t *) * PLWP_TBL_SZ);
252 elm->l_next = plwp_tbl[hash]; /* add in front of chain */
253 plwp_tbl[hash] = elm;
262 elm = plwp_tbl[hash];
268 plwp_tbl[hash] = elm->l_next;
283 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ];
307 elm = plwp_tbl[pid % PLWP_TBL_SZ];

Completed in 56 milliseconds