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

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c278 taskq_destroy(taskq_t *tq) function
340 taskq_destroy(system_taskq);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c316 taskq_destroy(taskq_t *tq) function
378 taskq_destroy(system_taskq);
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c149 * void taskq_destroy(tap):
1959 * zone hold so the zone can't go away before taskq_destroy
2035 * taskq_destroy().
2037 * Assumes: by the time taskq_destroy is called no one will use this task queue
2041 taskq_destroy(taskq_t *tq) function

Completed in 46 milliseconds