Home
last modified time | relevance | path

Searched refs:tp_cpu (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_threadpool.c198 struct cpu_info *tp_cpu; member
398 pool->tp_cpu = ci; in threadpool_create()
973 KASSERT((pool->tp_cpu == NULL) || (pool->tp_cpu == curcpu())); in threadpool_dispatcher_thread()
974 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND)); in threadpool_dispatcher_thread()
1014 threadnamesuffix(suffix, sizeof(suffix), pool->tp_cpu, in threadpool_dispatcher_thread()
1017 pool->tp_cpu, &threadpool_thread, thread, &lwp, in threadpool_dispatcher_thread()
1107 KASSERT((pool->tp_cpu == NULL) || (pool->tp_cpu == curcpu())); in threadpool_thread()
1108 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND)); in threadpool_thread()