HomeSort by: relevance | last modified time | path
    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