Searched refs:rf_alloclist_pool (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_alloclist.c | 62 pool_destroy(&rf_alloclist_pool); in rf_ShutdownAllocList() 69 …pool_init(&rf_alloclist_pool, sizeof(RF_AllocListElem_t), 0, 0, 0, "rf_alloclist_pl", NULL, IPL_BI… in rf_ConfigureAllocList() 70 pool_sethiwat(&rf_alloclist_pool, RF_AL_FREELIST_MAX); in rf_ConfigureAllocList() 71 pool_prime(&rf_alloclist_pool, RF_AL_FREELIST_MIN); in rf_ConfigureAllocList() 120 pool_put(&rf_alloclist_pool, temp); in rf_FreeAllocList() 127 return pool_get(&rf_alloclist_pool, PR_WAITOK | PR_ZERO); in rf_real_MakeAllocList()
|
| D | rf_netbsd.h | 110 extern struct pool rf_alloclist_pool; /* AllocList */
|
| D | rf_netbsdkintf.c | 329 struct pool rf_alloclist_pool; /* AllocList */ variable
|