Lines Matching defs:lwp
149 "struct lwp *"/*thread*/);
163 "struct lwp *"/*thread*/);
182 struct lwp *tpt_lwp;
383 struct lwp *lwp;
412 &pool->tp_dispatcher, &lwp, "pooldisp%s", suffix);
417 pool->tp_dispatcher.tpt_lwp = lwp;
968 struct lwp *lwp = NULL;
1017 pool->tp_cpu, &threadpool_thread, thread, &lwp,
1033 KASSERT(lwp != NULL);
1036 thread->tpt_lwp = lwp;
1037 lwp = NULL;
1139 /* Set our lwp name to reflect what job we're doing. */
1153 /* lwp name restored in threadpool_job_done(). */