Home | History | Annotate | Download | only in kern

Lines Matching defs:tp_cpu

198 	struct cpu_info			*tp_cpu;
398 pool->tp_cpu = ci;
973 KASSERT((pool->tp_cpu == NULL) || (pool->tp_cpu == curcpu()));
974 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND));
1014 threadnamesuffix(suffix, sizeof(suffix), pool->tp_cpu,
1017 pool->tp_cpu, &threadpool_thread, thread, &lwp,
1107 KASSERT((pool->tp_cpu == NULL) || (pool->tp_cpu == curcpu()));
1108 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND));