Searched defs:taskq (Results 1 – 8 of 8) sorted by relevance
39 struct taskq { struct54 taskq_ent_t *tq_freelist; argument55 taskq_ent_t tq_task; argument
49 struct taskq { struct52 uint_t tq_flags; /* Saved flags from taskq_create. */ argument59 struct taskq_executor *tq_executor; /* Array of jobs. */ argument66 static specificdata_key_t taskq_lwp_key; /* Null or taskq this thread runs. */ argument
43 struct taskq { struct44 struct taskqueue *tq_queue; argument
405 #define VN_RELE_ASYNC(vp, taskq) { \ argument
93 vn_rele_async(vnode_t *vp, taskq_t *taskq) in vn_rele_async()
409 struct usb_taskq *taskq; in usb_once_init() local567 struct usb_taskq *taskq; in usb_add_task() local608 struct usb_taskq *taskq = &usb_taskq[queue]; in usb_rem_task() local647 struct usb_taskq *taskq; in usb_rem_task_wait() local774 struct usb_taskq *taskq; in usb_task_thread() local
174 #define VN_RELE_ASYNC(vp, taskq) vrele_async((vp)) argument175 #define VN_RELE_CLEANER(vp, taskq) /* nothing */ argument
531 #define VN_RELE_ASYNC(vp, taskq) vn_close(vp, 0, NULL, NULL) argument