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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdtable.c35 static lwpid_t *lwpid_tbl[LWPID_TBL_SZ];
40 (void) memset(&lwpid_tbl, 0, sizeof (lwpid_t *) * LWPID_TBL_SZ);
47 int hash = pid % LWPID_TBL_SZ;
60 int hash = pid % LWPID_TBL_SZ;
83 lwpid_t *elm = lwpid_tbl[pid % LWPID_TBL_SZ];
107 elm = lwpid_tbl[pid % LWPID_TBL_SZ];
H A Drdtable.h40 #define LWPID_TBL_SZ 4096 /* hash table of lwpid_t structures */ macro

Completed in 48 milliseconds