Searched refs:max_remaps (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/core/
H A Dfmr_pool.c57 * remap_count < pool->max_remaps) or its pool's dirty_list (if the
87 int max_remaps; member in struct:ib_fmr_pool
218 int max_remaps; local
245 max_remaps = IB_FMR_MAX_REMAPS;
247 max_remaps = attr->max_map_per_fmr;
281 pool->max_remaps = max_remaps;
303 .max_maps = pool->max_remaps,
523 if (fmr->remap_count < pool->max_remaps) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/core/
H A Dfmr_pool.c57 * remap_count < pool->max_remaps) or its pool's dirty_list (if the
87 int max_remaps; member in struct:ib_fmr_pool
218 int max_remaps; local
245 max_remaps = IB_FMR_MAX_REMAPS;
247 max_remaps = attr->max_map_per_fmr;
281 pool->max_remaps = max_remaps;
303 .max_maps = pool->max_remaps,
523 if (fmr->remap_count < pool->max_remaps) {

Completed in 113 milliseconds