OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pool_busy
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
subr_pool.c
264
static kcondvar_t
pool_busy
;
variable in typeref:typename:kcondvar_t
701
cv_init(&
pool_busy
, "poolbusy");
1031
cv_wait(&
pool_busy
, &pool_head_lock);
1781
cv_broadcast(&
pool_busy
);
2223
cv_wait(&
pool_busy
, &pool_head_lock);
2306
cv_broadcast(&
pool_busy
);
3499
cv_broadcast(&
pool_busy
);
Completed in 92 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025