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

/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c111 static int pool_count = 0; variable
1005 if (pool_count < MAX_POOL_SIZE) {
1014 pool_count++;
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c141 int pool_count; /* number of pools created on this system */ variable
183 pool_count = 1;
294 ASSERT(pool_count == 1);
335 if (pool_count > 1) /* must destroy all pools first */
421 pool_count++;
478 pool_count--;

Completed in 50 milliseconds