Searched refs:n_free (Results 1 – 2 of 2) sorted by relevance
125 atomic_dec(&map->n_free); in alloc_qpn()143 if (likely(atomic_read(&map->n_free))) { in alloc_qpn()146 atomic_dec(&map->n_free); in alloc_qpn()196 atomic_inc(&map->n_free); in free_qpn()1037 atomic_set(&idev->qp_table.map[i].n_free, BITS_PER_PAGE); in ipath_init_qp_table()
514 atomic_t n_free; member