HomeSort by: relevance | last modified time | path
    Searched defs:tp_cpu (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_threadpool.c 198 struct cpu_info *tp_cpu; member in struct:threadpool
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))
    [all...]

Completed in 12 milliseconds