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

/illumos-gate/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);
247 int hash = pid % PLWP_TBL_SZ;
260 int hash = pid % PLWP_TBL_SZ;
283 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ];
307 elm = plwp_tbl[pid % PLWP_TBL_SZ];
H A Dprtable.h41 #define PLWP_TBL_SZ 4096 /* hash table of plwp_t structures */ macro

Completed in 57 milliseconds