taskq_bucket_extend
while (taskq_bucket_extend(bucket) != NULL) {
(void) taskq_bucket_extend(idle_bucket);
(void) taskq_bucket_extend(idle_bucket);
if (taskq_bucket_extend(b) == NULL) {
static taskq_ent_t *taskq_bucket_extend(taskq_bucket_t *);