OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpu_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
227
struct threadpool
tpu_pool
;
member in struct:threadpool_unbound
242
if (tpu->
tpu_pool
.tp_pri == pri)
251
KASSERT(threadpool_lookup_unbound(tpu->
tpu_pool
.tp_pri) == NULL);
258
KASSERT(threadpool_lookup_unbound(tpu->
tpu_pool
.tp_pri) == tpu);
512
error = threadpool_create(&tmp->
tpu_pool
, NULL, pri);
533
threadpool_destroy(&tmp->
tpu_pool
);
537
*poolp = &tpu->
tpu_pool
;
545
container_of(pool, struct threadpool_unbound,
tpu_pool
);
564
threadpool_destroy(&tpu->
tpu_pool
);
kern_threadpool.c
227
struct threadpool
tpu_pool
;
member in struct:threadpool_unbound
242
if (tpu->
tpu_pool
.tp_pri == pri)
251
KASSERT(threadpool_lookup_unbound(tpu->
tpu_pool
.tp_pri) == NULL);
258
KASSERT(threadpool_lookup_unbound(tpu->
tpu_pool
.tp_pri) == tpu);
512
error = threadpool_create(&tmp->
tpu_pool
, NULL, pri);
533
threadpool_destroy(&tmp->
tpu_pool
);
537
*poolp = &tpu->
tpu_pool
;
545
container_of(pool, struct threadpool_unbound,
tpu_pool
);
564
threadpool_destroy(&tpu->
tpu_pool
);
Completed in 47 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025