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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_rdma.c72 unsigned long max_items_soft; member in struct:rds_ib_mr_pool
216 * When we exceed more than max_items_soft, we start freeing
218 * Make sure that max_items > max_items_soft > max_items / 2
220 pool->max_items_soft = rds_ibdev->max_fmrs * 3 / 4;
H A Diw_rdma.c73 unsigned long max_items_soft; member in struct:rds_iw_mr_pool
353 * When we exceed more than max_items_soft, we start freeing
355 * Make sure that max_items > max_items_soft > max_items / 2
357 pool->max_items_soft = pool->max_items * 3 / 4;

Completed in 78 milliseconds