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

/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprtable.c43 static plwp_t *plwp_tbl[PLWP_TBL_SZ];
48 (void) memset(&plwp_tbl, 0, sizeof (plwp_t *) * PLWP_TBL_SZ);
230 int hash = pid % PLWP_TBL_SZ;
243 int hash = pid % PLWP_TBL_SZ;
266 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ];
290 elm = plwp_tbl[pid % PLWP_TBL_SZ];
H A Dprtable.h39 #define PLWP_TBL_SZ 4096 /* hash table of plwp_t structures */ macro

Completed in 78 milliseconds