PLWP_TBL_SZ
int hash = pid % PLWP_TBL_SZ;
int hash = pid % PLWP_TBL_SZ;
plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ];
elm = plwp_tbl[pid % PLWP_TBL_SZ];
static plwp_t *plwp_tbl[PLWP_TBL_SZ];
(void) memset(&plwp_tbl, 0, sizeof (plwp_t *) * PLWP_TBL_SZ);