Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c124 static taskq_t *schpc_event_taskq = NULL; variable
315 schpc_event_taskq = taskq_create("schpc_event_taskq", 2, in _init()
375 taskq_destroy(schpc_event_taskq); in _init()
2701 if (taskq_dispatch(schpc_event_taskq, schpc_event_handler, in schpc_event_filter()