OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025