Searched refs:plwp_t (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);
246 plwp_t *elm = Zalloc(sizeof (plwp_t));
259 plwp_t *elm, *elm_prev;
280 static plwp_t *
283 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ];
296 plwp_t *elm = lwpid_getptr(pid, lwpid);
306 plwp_t *elm;
320 plwp_t *el
[all...]
H A Dprtable.h41 #define PLWP_TBL_SZ 4096 /* hash table of plwp_t structures */
73 } plwp_t; typedef in typeref:struct:plwp

Completed in 44 milliseconds