Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_qp.c126 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()
Dipath_verbs.h508 atomic_t n_free; member