Home
last modified time | relevance | path

Searched refs:min_group2 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_memfree.c591 end = dev->db_tab->min_group2; in mthca_alloc_db()
614 if (dev->db_tab->max_group1 >= dev->db_tab->min_group2 - 1) { in mthca_alloc_db()
622 --dev->db_tab->min_group2; in mthca_alloc_db()
677 if (i >= dev->db_tab->min_group2) in mthca_free_db()
693 if (i == dev->db_tab->min_group2) in mthca_free_db()
694 ++dev->db_tab->min_group2; in mthca_free_db()
715 dev->db_tab->min_group2 = dev->db_tab->npages - 1; in mthca_init_db_tab()
Dmthca_memfree.h147 int min_group2; member