Searched defs:pc_bnum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c469 uint_t pc_bnum; /* number of buckets */ member in struct:__anon1832
1307 p->pc_bnum = 8; /* Normal case will only have 2 elts. */
1308 p->pc_buckets = uu_zalloc(sizeof (*p->pc_buckets) * p->pc_bnum);
1324 for (i = 0; i < pcp->pc_bnum; ++i) {
1363 for (ep = pcp->pc_buckets[h & (pcp->pc_bnum - 1)];
1381 for (i = 0; i < pcp->pc_bnum; ++i) {
1400 new_bnum = pcp->pc_bnum * 2;
1401 if (new_bnum < pcp->pc_bnum)
1409 for (i = 0; i < pcp->pc_bnum; ++i) {
1420 pcp->pc_bnum
[all...]

Completed in 650 milliseconds