Home
last modified time | relevance | path

Searched refs:max_items_soft (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/rds/
Dib_mr.h103 unsigned long max_items_soft; member
Dib_frmr.c74 if (atomic_read(&pool->item_count) > pool->max_items_soft) in rds_ib_alloc_frmr()
75 pool->max_items_soft = pool->max_items; in rds_ib_alloc_frmr()
Dib_rdma.c457 if (atomic_read(&pool->dirty_count) >= pool->max_items_soft / 10) in rds_ib_try_reuse_ibmr()
631 pool->max_items_soft = rds_ibdev->max_mrs * 3 / 4; in rds_ib_create_mr_pool()