Home
last modified time | relevance | path

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

/titanic_44/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, in _init()
228 taskq_destroy(scosmb_input_taskq); in _init()
278 (void) taskq_dispatch(scosmb_input_taskq, scosmb_process_input, NULL, in scosmb_inbox_handler()