Searched refs:scosmb_input_taskq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c151 static taskq_t *scosmb_input_taskq = NULL; variable
215 scosmb_input_taskq = taskq_create("scosmb_input_taskq", 1,
228 taskq_destroy(scosmb_input_taskq);
267 * This routine adds an entry to the scosmb_input_taskq that will cause the
278 (void) taskq_dispatch(scosmb_input_taskq, scosmb_process_input, NULL,

Completed in 60 milliseconds