Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_qp.c125 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()
Dipath_verbs.h514 atomic_t n_free; member