Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c758 static taskq_t *xhci_taskq; variable
1831 taskq_dispatch_ent(xhci_taskq, xhci_reset_task, xhcip, 0, in xhci_fm_runtime_reset()
2275 xhci_taskq = taskq_create("xhci_taskq", 1, minclsyspri, 0, 0, 0); in _init()
2276 if (xhci_taskq == NULL) { in _init()
2282 taskq_destroy(xhci_taskq); in _init()
2283 xhci_taskq = NULL; in _init()
2303 if (xhci_taskq != NULL) { in _fini()
2304 taskq_destroy(xhci_taskq); in _fini()
2305 xhci_taskq = NULL; in _fini()