Searched refs:procs_size (Results 1 – 1 of 1) sorted by relevance
1360 int procs_size; in pool_do_bind() local1391 procs_size = 2; /* procs is NULL-terminated */ in pool_do_bind()1392 procs = kmem_zalloc(procs_size * sizeof (proc_t *), KM_SLEEP); in pool_do_bind()1401 procs_size = nproc * 2; in pool_do_bind()1402 procs = kmem_zalloc(procs_size * sizeof (proc_t *), in pool_do_bind()1406 if (nproc * 2 <= procs_size) in pool_do_bind()1412 kmem_free(procs, procs_size * sizeof (proc_t *)); in pool_do_bind()1480 ASSERT(pp < &procs[procs_size]); in pool_do_bind()1720 kmem_free(procs, procs_size * sizeof (proc_t *)); in pool_do_bind()