Searched refs:n_free (Results 1 – 2 of 2) sorted by relevance
126 atomic_dec(&map->n_free); in alloc_qpn()144 if (likely(atomic_read(&map->n_free))) { in alloc_qpn()147 atomic_dec(&map->n_free); in alloc_qpn()197 atomic_inc(&map->n_free); in free_qpn()1038 atomic_set(&idev->qp_table.map[i].n_free, BITS_PER_PAGE); in ipath_init_qp_table()
508 atomic_t n_free; member