Searched refs:rdsv3_ib_allocation (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c54 static atomic_t rdsv3_ib_allocation = ATOMIC_INIT(0); variable
124 if (!atomic_add_unless(&rdsv3_ib_allocation, 1,
132 atomic_dec_32(&rdsv3_ib_allocation);
157 atomic_dec_32(&rdsv3_ib_allocation);
286 atomic_dec_uint(&rdsv3_ib_allocation);

Completed in 194 milliseconds