OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpp_refcnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
268
uint64_t
tpp_refcnt
;
member in struct:threadpool_percpu
605
pool_percpu->
tpp_refcnt
++;
606
KASSERT(pool_percpu->
tpp_refcnt
!= 0);
628
KASSERT(0 < pool_percpu->
tpp_refcnt
);
629
if (--pool_percpu->
tpp_refcnt
== 0) {
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025