Home
last modified time | relevance | path

Searched defs:mem_pool_info (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/rdma/hfi1/
Dpio.c179 struct mem_pool_info { struct
180 int centipercent; /* 100th of 1% of memory to use, -1 if blocks
182 int count; /* count of contexts in the pool */
183 int blocks; /* block size of the pool */
184 int size; /* context size, in blocks */
223 struct mem_pool_info mem_pool_info[NUM_SC_POOLS] = { { 0 } }; in init_sc_pools_and_sizes() local