OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:poolp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
494
threadpool_get(struct threadpool **
poolp
, pri_t pri)
537
*
poolp
= &tpu->tpu_pool;
645
struct threadpool **
poolp
, *pool;
local
647
poolp
= percpu_getref(pool_percpu->tpp_percpu);
648
pool = *
poolp
;
658
struct threadpool **
poolp
, *pool;
local
667
poolp
= percpu_getptr_remote(pool_percpu->tpp_percpu, ci);
668
pool = *
poolp
;
715
struct threadpool **const
poolp
= vpoolp;
local
719
*
poolp
= kmem_zalloc(sizeof(**poolp), KM_SLEEP)
731
struct threadpool **const
poolp
= v
poolp
;
local
741
struct threadpool **const
poolp
= v
poolp
;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026