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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c104 * scosmb_process_output should be dispatched on the scosmb_output_taskq, with
152 static taskq_t *scosmb_output_taskq = NULL; variable
217 scosmb_output_taskq = taskq_create("scosmb_output_taskq", 1,
227 taskq_destroy(scosmb_output_taskq);
801 * and place a new job on the scosmb_output_taskq for
809 (void) taskq_dispatch(scosmb_output_taskq,
838 * This routine handles jobs that are queued on the scosmb_output_taskq, or
1088 * job on the scosmb_output_taskq for SCDM_GET_NODENAME.
1098 (void) taskq_dispatch(scosmb_output_taskq,
[all...]

Completed in 45 milliseconds