HomeSort by relevance Sort by last modified time
    Searched refs:PLWP_TBL_SZ (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.c 43 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];
prtable.h 39 #define PLWP_TBL_SZ 4096 /* hash table of plwp_t structures */

Completed in 120 milliseconds