Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/prstat/
H A Dprtable.c46 static plwp_t *plwp_tbl[PLWP_TBL_SZ];
51 (void) memset(&plwp_tbl, 0, sizeof (plwp_t *) * PLWP_TBL_SZ); in lwpid_init()
247 int hash = pid % PLWP_TBL_SZ; in lwpid_add()
260 int hash = pid % PLWP_TBL_SZ; 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()
H A Dprtable.h41 #define PLWP_TBL_SZ 4096 /* hash table of plwp_t structures */ macro