Home
last modified time | relevance | path

Searched refs:plwp_tbl (Results 1 – 1 of 1) sorted by relevance

/titanic_44/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); in lwpid_init()
252 elm->l_next = plwp_tbl[hash]; /* add in front of chain */ in lwpid_add()
253 plwp_tbl[hash] = elm; in lwpid_add()
262 elm = plwp_tbl[hash]; in lwpid_del()
268 plwp_tbl[hash] = elm->l_next; in lwpid_del()
283 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ]; in lwpid_getptr()
307 elm = plwp_tbl[pid % PLWP_TBL_SZ]; in lwpid_pidcheck()