Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
H A Dib_mr.h105 unsigned long max_items_soft; member
H A Dib_frmr.c92 if (atomic_read(&pool->item_count) > pool->max_items_soft) in rds_ib_alloc_frmr()
93 pool->max_items_soft = pool->max_items; in rds_ib_alloc_frmr()
H A Dib_rdma.c672 pool->max_items_soft = rds_ibdev->max_mrs * 3 / 4; in rds_ib_create_mr_pool()
/kernel/linux/linux-6.6/net/rds/
H A Dib_mr.h105 unsigned long max_items_soft; member
H A Dib_frmr.c92 if (atomic_read(&pool->item_count) > pool->max_items_soft) in rds_ib_alloc_frmr()
93 pool->max_items_soft = pool->max_items; in rds_ib_alloc_frmr()
H A Dib_rdma.c672 pool->max_items_soft = rds_ibdev->max_mrs * 3 / 4; in rds_ib_create_mr_pool()

Completed in 5 milliseconds