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

/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprfile.c41 #define FDS_TABLE_SIZE 1024 macro
48 static fds_t *fds_tbl[FDS_TABLE_SIZE];
56 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);
170 int hash = pid % FDS_TABLE_SIZE;
188 int hash = pid % FDS_TABLE_SIZE;
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdfile.c42 #define FDS_TABLE_SIZE 1024 macro
49 static fds_t *fds_tbl[FDS_TABLE_SIZE];
57 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);
188 int hash = pid % FDS_TABLE_SIZE;
206 int hash = pid % FDS_TABLE_SIZE;

Completed in 92 milliseconds