Lines Matching defs:tpool
84 static int mount_tp_nthr = 512; /* tpool threads for multi-threaded mounting */
2397 tpool_t *tpool;
2422 if (cb->tpool != NULL)
2427 if (cb->tpool != NULL)
2471 tpool_t *tpool = ((export_cbdata_t *)data)->tpool;
2479 if (tpool_dispatch(tpool, zpool_export_task, (void *)aea) != 0)
2525 cb.tpool = NULL;
2539 cb.tpool = tpool_create(1, 5 * sysconf(_SC_NPROCESSORS_ONLN),
2547 tpool_wait(cb.tpool);
2548 tpool_destroy(cb.tpool);
10482 "'zpool upgrade'. Once this is done, the\n\tpool will no "
10607 "or migrate data to a properly configured\n\tpool.\n"));