Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c138 static taskq_t *xenbus_taskq; variable
792 (void) taskq_dispatch(xenbus_taskq, do_notify_callbacks, in xs_notify_xenstore_up()
800 (void) taskq_dispatch(xenbus_taskq, do_notify_callbacks, in xs_notify_xenstore_down()
1099 xenbus_taskq = taskq_create("xenbus_taskq", 1, in xs_thread_init()
1101 ASSERT(xenbus_taskq != NULL); in xs_thread_init()