Home | History | Annotate | Download | only in kern

Lines Matching refs:l_cpu

175  *		lock and matches lwp::l_cpu.
180 * This is a per-CPU lock and matches lwp::l_cpu.
278 .l_cpu = LWP0_CPU_INFO,
399 l->l_cpu = curcpu();
400 l->l_mutex = l->l_cpu->ci_schedstate.spc_lwplock;
418 * The value of l->l_cpu must still be valid at this point.
420 KASSERT(l->l_cpu != NULL);
835 KASSERT(l2->l_cpu != NULL);
837 KASSERT(l2->l_mutex == l2->l_cpu->ci_schedstate.spc_lwplock);
1239 spc_lock(l->l_cpu);
1294 l->l_cpu = curcpu();
1295 lwp_unlock_to(l, l->l_cpu->ci_schedstate.spc_lwplock);
1397 if (l->l_cpu == tci) {
1409 l->l_cpu = tci;
1414 l->l_cpu = tci;
1422 spc_lock(l->l_cpu);
1423 sched_resched_cpu(l->l_cpu, PRI_USER_RT, true);
1757 spc_lock(l->l_cpu);
1778 l->l_lwpctl->lc_curcpu = (int)cpu_index(l->l_cpu);