Lines Matching refs:newlwp
214 cpu_switchto_atomic(lwp_t *oldlwp, lwp_t *newlwp) in cpu_switchto_atomic() argument
222 newpcb = lwp_getpcb(newlwp); in cpu_switchto_atomic()
232 curlwp = newlwp; in cpu_switchto_atomic()
244 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto() argument
247 struct pcb *newpcb = lwp_getpcb(newlwp); in cpu_switchto()
256 newlwp ? newlwp->l_name : "none", in cpu_switchto()
257 newlwp ? newlwp->l_proc->p_pid : -1, in cpu_switchto()
258 newlwp ? newlwp->l_lid : -1); in cpu_switchto()
275 (void *) newlwp->l_private, in cpu_switchto()
282 KASSERT(newlwp); in cpu_switchto()
284 2, oldlwp, newlwp, NULL, NULL); in cpu_switchto()