Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_memfree.c589 end = dev->db_tab->min_group2; in mthca_alloc_db()
612 if (dev->db_tab->max_group1 >= dev->db_tab->min_group2 - 1) { in mthca_alloc_db()
620 --dev->db_tab->min_group2; in mthca_alloc_db()
675 if (i >= dev->db_tab->min_group2) in mthca_free_db()
691 if (i == dev->db_tab->min_group2) in mthca_free_db()
692 ++dev->db_tab->min_group2; in mthca_free_db()
713 dev->db_tab->min_group2 = dev->db_tab->npages - 1; in mthca_init_db_tab()
H A Dmthca_memfree.h145 int min_group2; member