OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rf_alloclist_pool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_alloclist.c
62
pool_destroy(&
rf_alloclist_pool
);
69
pool_init(&
rf_alloclist_pool
, sizeof(RF_AllocListElem_t), 0, 0, 0, "rf_alloclist_pl", NULL, IPL_BIO);
70
pool_sethiwat(&
rf_alloclist_pool
, RF_AL_FREELIST_MAX);
71
pool_prime(&
rf_alloclist_pool
, RF_AL_FREELIST_MIN);
120
pool_put(&
rf_alloclist_pool
, temp);
127
return pool_get(&
rf_alloclist_pool
, PR_WAITOK | PR_ZERO);
rf_netbsd.h
110
extern struct pool
rf_alloclist_pool
; /* AllocList */
rf_netbsdkintf.c
329
struct pool
rf_alloclist_pool
; /* AllocList */
variable in typeref:struct:pool
Completed in 15 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025