Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.c186 struct mem_pool_info { struct
187 int centipercent; /*
191 int count; /* count of contexts in the pool */
192 int blocks; /* block size of the pool */
193 int size; /* context size, in blocks */
233 struct mem_pool_info mem_pool_info[NUM_SC_POOLS] = { { 0 } }; in init_sc_pools_and_sizes() local