workq_thread       60 kern/kern_workq.c void		workq_thread(void *);
workq_thread       75 kern/kern_workq.c 	if (kthread_create(workq_thread, &workq_syswq, NULL, "%s",
workq_thread      165 kern/kern_workq.c 	rv = kthread_create(workq_thread, wq, NULL, "%s", wq->wq_name);