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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c124 static taskq_t *schpc_event_taskq = NULL; variable
313 * Create the schpc_event_taskq for MBOXSC_MSG_EVENT processing.
315 schpc_event_taskq = taskq_create("schpc_event_taskq", 2,
375 taskq_destroy(schpc_event_taskq);
2273 * Placed on the schpc_event_taskq by schpc_event_filter when an
2675 * schpc_event_taskq for processing by the schpc_event_handler _if_
2689 * the event onto the schpc_event_taskq for processing.
2701 if (taskq_dispatch(schpc_event_taskq, schpc_event_handler,
2734 * MBOXSC_MSG_EVENTs are enqueued into the schpc_event_taskq an
[all...]

Completed in 60 milliseconds